#accordion-container {
}

.accordion-header {
	font-size: 12px;
	font-weight:bold;
	background: #ebebeb;
	margin: 5px 0 0 0;
	padding: 10px 20px;
	border: 0px solid #cccccc;
	cursor: pointer;
	color: #ff8b02;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

.active-header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: url(images/active-header.gif) #f7f8fa;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header:hover {
	background: url(images/active-header.gif) #f6f6f6;
	background-repeat: no-repeat;
	background-position: right 50%;
	/*background:#f6f6f6;*/
}

.inactive-header {
	background-image: url(images/inactive-header-default.png);
	background-color:#ff8b02;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#fff;
/*background: -moz-linear-gradient(top,  #feffff 0%, #e4e5e7 100%);  FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#e4e5e7));  Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #feffff 0%,#e4e5e7 100%);  Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #feffff 0%,#e4e5e7 100%);  Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #feffff 0%,#e4e5e7 100%);  IE10+ */
/*background: linear-gradient(to bottom,  #feffff 0%,#e4e5e7 100%);  W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e4e5e7',GradientType=0 );  IE6-9 */

}

.inactive-header:hover {
	background: url(images/inactive-header.gif) #f6f6f6;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	padding: 20px;
	background: #ffffff;
	border: 0px solid #f6f6f6;
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}


.tabMenucareer{ display:block;}
.tabMenucareer li a{ float:left; margin-right:5px; text-decoration:none; color:#4a4a4a; border-top:solid 1px #FFFFFF; border-right:solid 1px #FFFFFF; border-left:solid 1px #FFFFFF; display:block; background-image:url(../images/tabmenu-w.jpg); background-repeat:repeat-x; padding: 7px 10px 7px 10px;}
.tabMenucareer li a:hover{background-image:url(../images/tab-over-bg.jpg); background-repeat:repeat-x; color:#FFF;}
.tabMenucareer li.active a{background-image:url(../images/tab-over-bg.jpg); background-repeat:repeat-x; color:#FFF;}

.job-table{ }
.job-table .subTileJb{ font-size:13px; font-weight:bold; color:#3692B9; padding-top:15px; padding-bottom:5px;}
.job-table ul{ list-style-type:disc; list-style-position:inside;}
.jobs-applynowNew{ padding-top:20px;}
.jobs-applynowNew a{background: #aa2a39; /* Old browsers */
background: -moz-linear-gradient(top,  #aa2a39 0%, #8f0222 66%, #a8081b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa2a39), color-stop(66%,#8f0222), color-stop(100%,#a8081b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #aa2a39 0%,#8f0222 66%,#a8081b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #aa2a39 0%,#8f0222 66%,#a8081b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #aa2a39 0%,#8f0222 66%,#a8081b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #aa2a39 0%,#8f0222 66%,#a8081b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa2a39', endColorstr='#a8081b',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 5px;
border-radius: 5px;
padding:3px 10px;
color:#FFF;
border:solid 1px #911f2c;
}
.jobs-applynowNew a:hover{background: #a54852; /* Old browsers */
background: -moz-linear-gradient(top,  #a54852 0%, #bf0915 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a54852), color-stop(100%,#bf0915)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a54852 0%,#bf0915 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a54852 0%,#bf0915 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a54852 0%,#bf0915 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a54852 0%,#bf0915 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a54852', endColorstr='#bf0915',GradientType=0 ); /* IE6-9 */
border:solid 1px #911f2c;
}


.jobSingalDT{ background-color:#FFF; padding:10px; border-radius:5px; border:solid 1px #e7e7e9;}
.jobSingalDT .tiJb{ font-size:16px; padding-bottom:5px; color:#9C2636;}
.jobs-applynowNew1{ padding:20px 0px; }
.jobs-applynowNew1 a{background: #aa2a39; /* Old browsers */
background: -moz-linear-gradient(top,  #aa2a39 0%, #8f0222 66%, #a8081b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa2a39), color-stop(66%,#8f0222), color-stop(100%,#a8081b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #aa2a39 0%,#8f0222 66%,#a8081b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #aa2a39 0%,#8f0222 66%,#a8081b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #aa2a39 0%,#8f0222 66%,#a8081b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #aa2a39 0%,#8f0222 66%,#a8081b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa2a39', endColorstr='#a8081b',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 5px;
border-radius: 5px;
padding:5px 15px;
color:#FFF;
border:solid 1px #911f2c;
}
.jobs-applynowNew1 a:hover{background: #a54852; /* Old browsers */
background: -moz-linear-gradient(top,  #a54852 0%, #bf0915 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a54852), color-stop(100%,#bf0915)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a54852 0%,#bf0915 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a54852 0%,#bf0915 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a54852 0%,#bf0915 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a54852 0%,#bf0915 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a54852', endColorstr='#bf0915',GradientType=0 ); /* IE6-9 */
border:solid 1px #911f2c;
}

