/* index */
body{
	margin:0;
	background:#f4f4f4;
}
#main{
	margin:0 auto;
	overflow:hidden;
	width:861px;
	padding:0 47px 0 44px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background:#fff;
}
#header{
	float:left;
	position:relative;
	z-index:100;
	width:861px;
	height:113px;
}
#header h1{
	float:left;
	margin:47px 0 0 4px;
	padding:0;
	overflow:hidden;
}
#header h1 a{
	display:block;
	overflow:hidden;
	width:237px;
	height:52px;
	margin:0;
	text-indent:-9999px;
	background:url(../Images/logo.gif) no-repeat;
}
ul#menu{
	float:right;
	margin:59px 0 0 0;
	padding:0;
	list-style:none;
}
ul#menu li{
	float:left;
	margin:0;
	position:relative;
	padding:0 5px 0 0;
	font:bold 11px Arial, sans-serif;	
}
ul#menu li a{
	float:left;
	text-decoration:none;
	color:#999;
	height: 0px;
	width: 83px;
	text-align: center;
}
ul#menu li ul{
	display:none;
	position:absolute;
	margin:0;
	padding:0;
	border:1px solid #cccccc;
	background:#fff;
	top:17px;
	left:4px;
	list-style:none;
}
ul#menu li.hover ul{
	display:block;	
}
ul#menu li ul li{
	display:block;
	margin:0 0 -1px 0;
	padding:4px 0 0 0;
	border-bottom:1px solid #ccc;
	font:11px Arial, sans-serif;	
	
}
ul#menu li ul li:hover
{
	background-color: #E2EAED;
}
ul#menu li ul li a{
	display:block;
	text-decoration:none;
	color:#000;	
}
ul#menu li.group a{
	padding:0 15px 0px 14px;
	height: 14px;
	border-bottom: solid 3px #0A357E;	
}

ul#menu li.group ul{
	width:145px;			
}
ul#menu li.group ul li{
	width:145px;
	height: 17px;	
}
ul#menu li.group ul li a{
	display:block;
	padding:0 0 0 5px;
	background:none;	
	height: 13px;	
	text-align: left;
	width: 140px;
	border-bottom: 0px;
}
ul#menu li.work a{
	padding:0 15px 0px 9px;
	height: 14px;
	border-bottom: solid 3px #C21722;
}
ul#menu li.work ul{
	width:125px;	
}
ul#menu li.work ul li{
	width:125px;
	height: 17px;
	border-color: #cccccc;
}
ul#menu li.work ul li a{
	display:block;
	padding:0 0 0 5px;
	background:none;	
	text-align: left;
	width:120px;
	border-bottom: 0px;
}
ul#menu li.gcc a{
	padding:0 19px 0px 15px;
	height: 14px;
	border-bottom: solid 3px #F07600;
}
ul#menu li.gcc ul{
	width:125px;	
}
ul#menu li.gcc ul li{
	width:125px;
	height: 17px;
	border-color: #cccccc;
}
ul#menu li.gcc ul li a{
	display:block;
	padding:0 0 0 5px;
	background:none;	
	text-align: left;
	width:120px;
	border-bottom: 0px;
}
ul#menu li.faq a{
	padding:0 15px 0px 13px;
	height: 14px;
	border-bottom: solid 3px #B39300;
}
ul#menu li.faq ul{
	width:115px;	
}
ul#menu li.faq ul li{
	width:115px;
	height: 17px;
	border-color: #cccccc;
}
ul#menu li.faq ul li a{
	display:block;
	padding:0 0 0 5px;
	background:none;
	text-align: left;	
	border-bottom: 0px;
	width:110px;
}
ul#menu li.vacancies a{
	padding:0 12px 0px 11px;
	height: 14px;
	border-bottom: solid 3px #5C6710;
}
ul#menu li.vacancies ul{
	width:125px;	
}
ul#menu li.vacancies ul li{
	width:125px;
	height: 17px;
	border-color: #cccccc;
}
ul#menu li.vacancies ul li a{
	display:block;
	padding:0 0 0 5px;
	background:none;
	text-align: left;	
	border-bottom: 0px;
	width:120px;
}
#content{
	float:left;
	width:861px;
	padding:0 0 15px 0;
	overflow:hidden;
}
#content div.visual{
	float:left;
	position:relative;
	width:861px;
	height:216px;
	overflow:hidden;
	/*border: solid 1px pink;*/
}
div.visual img{
	position:absolute;
	width:861px;
	height:216px;
	border: 0px;	
}
div.visual div.text{
	float:left;
	position:absolute;
	width:367px;
	top:75px;
	left:24px;
	overflow:hidden;
}
div.visual div.text h2{
	display:block;
	margin:0px;
	padding:0;
	width:220px;
	height:47px;
	overflow:hidden;
	text-indent:-9999px;	
}
div.visual div.text p{
	margin:0;
	padding:5px 0 0 0;
	color:#fff;
	font:11px/13px Arial, sans-serif;
}
div.visual div.text a{
	float:left;
	text-decoration:none;
	margin:5px 0 0;
	padding:0;
	color:#fff;
	font:11px Arial, sans-serif;
}
div.visual div.text a:hover{
	text-decoration:underline;
}
ul.submenu{
	float:left;
	width:855px;
	height:39px;
	margin:0 0 0 6px;
	padding:0 0 1px 0;
	overflow:hidden;
	list-style:none;
	background:url(../Images/submenu-line.gif) repeat-x 0 100%;
}
ul.submenu li{
	float:left;
	font:10px Arial, sans-serif;
	padding:18px 4px 0 0px;
	color:#6d6d6d;
	margin:0;
}

ul.submenu li a
{
	float:left;
	text-decoration:none;
	color:#6d6d6d;
	padding-right: 15px;
	margin-right:10px;
}
ul.submenu li a.rightarrow
{
	background:url(../Images/ico-footer.gif) no-repeat center right;
}
ul.submenu li a:hover{
	text-decoration:underline;
}
div#dvSearch a, .generallink
{
	color:#6D6D6D;
	float:none;
	text-decoration:none;	
}
div#dvSearch a:hover, .generallink
{
	color:#6D6D6D;
	float:none;
	text-decoration:none;
}
table#dgVacancyList td a 
{
	color:#6D6D6D;
	float:left;
	text-decoration:none;
}
table#tblMaster td a:hover 
{
	text-decoration:underline;
}
#content div.box{
	float:left;
	width:855px;
	padding:15px 0 0 0;
	overflow:hidden;	
}
div.box div.latest{
	float:left;
	margin-right: 3px;
	width:250px;
	padding:0 0 17px 17px;
	overflow:hidden;
	background:#99a1ad;
	height:192px;
}
div.box div.latest h3{
	display:block;
	width:90px;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
	margin:11px 0 0;
	padding:0;
	background:url(../Images/text-latest.gif) no-repeat 0 0;
}
div.box div.latest ul{
	padding:13px 0 10px 0;
	margin:0;
	width:230px;
	overflow:hidden;
	list-style:none;
}
div.latest ul li{
	margin:0;
	padding:0;
	font:11px/13px Arial, sans-serif;
	color:#e5e8eb;
	float:left;
	width:230px;
}
div.latest ul li a{
	color:whitesmoke;
	text-decoration:none;
	float:left;
	overflow:hidden;
	width:100px;
	height:13px;
}
div.latest ul li a:hover{
	text-decoration:underline;
}
div.latest ul li .company
{
	color: #605050;
	overflow:hidden;
	width:100px;
	height:13px;
}

div.box a.all{
	color:#6C6C6C;
	font:11px Arial, sans-serif;
	text-decoration:none;	
}
div.box a.all:hover{
	text-decoration:underline;
}
div.latest div.search{
	float:left;
	width:174px;
	height:26px;
	margin:9px 0 0 0;
	overflow:hidden;
}
div.search input.text{
	float:left;
	width:139px;
	padding:5px 0 5px 8px;
	border:1px solid #e4e9ec;
	background:#fff;
	color:#949494;
	font:11px Arial, sans-serif;
}
div.search fieldset{
	width:174px;
	height:26px;
	border:none;
	margin:0;
	padding:0;
}
input.submit{
	float:left;
	border:none;
	margin:5px 0 0 7px;
	padding:0;
	width:17px;
	height:16px;
	font:9px Arial, sans-serif;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background:url(../Images/ico-go.gif) no-repeat 0 0;
}
.submitlarge
{
	float: left;
	border:none;
	padding:0;
	width:50px;
	height:16px;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
	background-color: #F04B00;			
	font-size: 10px;	
	padding-bottom: 4px;
}
div.box div.featured{
	margin:0 0 0 16px;
	padding:0 15px 9px 17px;
	width:243px;
	height: 200px;
	overflow:hidden;	
	background:#ccd0d6;
	float: left;
}
div.featured h3{
	float: left; 
	width:152px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
	margin: 8px 0 0 0;
	background:url(../Images/text-featured.gif) no-repeat 0 0;
}
div.featured img{
	border: 0;
	padding-right: 8px; 
	padding-top:2px;
	height: 55px;
	width: 62px;
}
div.featured div.name 
{
	margin-top: 5px;
	text-align: top; 
	color: #505050;	
}
div.featured div.content
{
	clear: both;
	text-align: top; 
	color: #505050;
	padding-top: 5px;
	overflow:hidden;
}
div.featured div.content p
{
	margin: 7px 0 0 0;
	padding: 0;
	font-size: 11px;
}
div.profile div.image
{
	float:right;
	height:58px;
	margin:50px 10px 0 0;	
}
div.profile div.text
{
	margin: 0px;
	text-align:left;
	margin-right: 40px;
	padding-left: 10px;
	float: left;
	width: 530px;
}
div.profileitem
{
	margin-bottom: 10px;
	display: none;
	height:120px;
}
div.allprofiles
{
	padding-left: 12px;
	margin-top: 3px;
}
div.profileitem div.image
{
	float: left;
	clear: left;
	width:auto;
	height:75px;
	margin:2px 10px 0 0;
	overflow:hidden;
}
div.profileitem div.text
{
	text-align:justify;
	float: left;
	margin: 0px;
	padding: 0px;
}

div.featured div.allprofiles
{
	width: 200px; 
	overflow: hidden; 
	text-align: right;	
}
div.box div.right-box{
	float:right;
	width:274px;
	overflow:hidden;	
}
div.right-box div.gcc{
	float:left;
	padding:0 10px 5px 17px;
	width:247px;
	background:#e5e8eb url(../Images/bg-gcc.gif) no-repeat 149px 100%;
	overflow:hidden;
}
div.right-box div.gcc h3{
	display:block;
	width:117px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	margin:11px 10px 0 0;
	padding:0;
	background:url(../Images/text-gcc.gif) no-repeat 0 0;
}
div.gcc p{
	display:block;
	margin:0;
	width:142px;
	padding:8px 0 5px 0;
	color:#505050;
	font:11px/13px Arial, sans-serif;
}
div.right-box div.login, div.right-box div.loginafter{
	float:left;
	display:inline;
	margin:19px 0 0 0;
	padding:0 10px 0 17px;
	width:247px;
	height:94px;
	background:#e5e8eb;
	overflow:hidden;
}
div.loginafter div.applicantTitle
{
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 3px;
	
}
div.loginafter ul 
{
	padding: 0 0 0 35px; 
	margin: 0px;
}
div.right
{
	float: right;
	margin-top: 5px;
}
div.login div.applicantTitle {
	padding-top: 8px;
	font-weight: bold;
	
}
div.login h3{
	display:block;
	width:151px;
	height:19px;
	text-indent:-9999px;
	overflow:hidden;
	margin:13px 10px 0 0;
	padding:0;
	background:url(../Images/text-login.gif) no-repeat 0 0;
}
div.login input.text{
	float:left;
	display:inline;
	width:97px;
	padding:3px 0 3px 10px;
	margin:10px 8px 0 0;
	border:none;
	background:#fff;
	color:#949494;
	font:11px Arial, sans-serif;
}
div.login form{
	margin:0;
}
div.login fieldset{
	display:block;
	border:none;
	margin:10px 0 0 0;
	padding:0;
}
div.login input.submit{
	float:left;
	border:none;
	margin:12px 0 0;
	padding:0;
	width:17px;
	height:16px;
	font:9px Arial, sans-serif;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background:url(../Images/ico-go.gif) no-repeat 0 0;
}
div.login ul{
	display:block;
	margin:9px 0 0 0;
	padding:0;
	list-style:none;
}
div.login ul li{
	float:left;
	margin:0;
	padding:10px 12px 0 2px;
	font:11px Arial, sans-serif;
}
div.login ul li a{
	float:left;
	margin:0;
	text-decoration:none;
	color:#6c6c6c;
}
div.login ul li a:hover{
	text-decoration:underline;
}
#footer{
	float:left;
	display:inline;
	height:53px;
	width:855px;
	margin:0 0 0 6px;
	border-top:1px solid #e8e8e8;
	overflow:hidden;
}
#footer p{
	float:left;
	color:#6d6d6d;
	margin:0;
	padding:22px 0 0 0;
	font:10px Arial, sans-serif;
}
#footer ul{
	float:left;
	display:inline;
	margin:22px 0 0 12px;
	padding:0;
	overflow:hidden;
	list-style:none;
}
#footer ul li{
	float:left;
	margin:0;
	padding:0 17px 0 12px;
	background:url(../Images/ico-footer.gif) no-repeat 0 3px;
	font:10px Arial, sans-serif;
}
#footer ul li a{
	float:left;
	margin:0;
	padding:0;
	color:#6d6d6d;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer div.quick-search{
	float:right;
	display:inline;
	width:156px;
	height:26px;
	margin:13px 8px 0 0;
	overflow:hidden;
}
div.quick-search input.text{
	float:left;
	width:117px;
	padding:3px 0 3px 8px;
	border:1px solid #e4e9ec;
	background:#fff;
	color:#949494;
	font:11px Arial, sans-serif;
}
div.quick-search fieldset{
	width:156px;
	height:26px;
	border:none;
	margin:0;
	padding:0;
}
div.quick-search input.submit{
	float:left;
	border:none;
	margin:5px 0 0 10px;
	padding:0;
	width:17px;
	height:16px;
	font:9px Arial, sans-serif;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background:url(../Images/ico-go.gif) no-repeat 0 0;
}
/*inner*/
#content div.inner{
	float:left;
	position:relative;
	width:858px;
	margin:0 0 0 2px;
	height:214px;
	overflow:hidden;
}
div.inner img{
	position:absolute;
	width:858px;
	height:214px;
}
div.box div.automotive{
	float:left;
	width:564px;
	padding:0px;
	overflow:hidden;
	margin:0px;	
}
div.automotive div.image{
	float:left;
	margin:0px 0px 10px 8px;
	overflow:hidden;
}
div.automotive div.image a img{
	float:left;
	text-indent:-9999px;
	border:none;
}

div.automotive div.text{
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	width: 509px;
	padding-left: 8px;
}
h3{
	display:inline;
	margin:-4px 0 0 0;
	width:415px;
	color:#999;
	font:bold 19px ImagoBQ-Book, Arial, sans-serif;
}
div.automotive div.text p{
	margin:0;
	padding:7px 0 11px 0;
	color:#8c8d8e;
	font:13px/17px Arial, sans-serif;
}
div.box
{
	color:#8c8d8e;
	font:13px Arial, sans-serif;	
}

#content div.table{
	float:left;
	display:inline;
	width:855px;
	margin:20px 0 0 0px;
	padding:0 0 15px 3px;	
	overflow:hidden;
}
div.table h3{
	display:block;
	margin:0;
	padding:0 0 6px 0;
	color:#000027;
	font:19px Arial, sans-serif;
}
div.table table{
	float:left;
	width:100%;
	text-align:left;
	border-collapse: collapse;
	border:none;
}
div.table table tr{
	height:21px;
}
div.table table tr td.header{
	background:#e5e8eb;
	color:#6d6d6d;
	font:bold 12px Arial, sans-serif;
	margin:0;
	padding:0 0 0 6px;
}
div.table table tr td.vacancy{
	width:350px;
}
div.table table tr{
	background:#fff;
}
div.table table tr.bg{
	background:#eff0f1;
}
div.table table tr td{
	color:#8c8d8e;
	font:12px Arial, sans-serif;
	margin:0;
	padding:0 0 0 6px;
}
a.generallink, div.automotive div.text a 
{
	color:#6D6D6D;
	text-decoration:none;	
}

div.automotive div.text a
{
	text-decoration:underline;
}
a.generallink:hover, div.automotive div.text a:hover 
{
	text-decoration:underline;	
}
div#poweredby
{
	font-family:Arial,sans-serif;
	font-size:10px;		
	margin-top: 10px;
}
div.searchfilter
{
	float: left;
	margin-right: 50px;
	padding-top: 10px;
}
.textheading
{
	font: normal bold 12px Arial,sans-serif;	
	color: #6D6D6D;	
}
div.searchBox
{
	margin-top: 3px;
	padding-left: 10px;
}
div.searchBox select
{
	width: 170px;
}
div#topbox
{
	margin-top: 20px;	
}
div#topbox div
{
	margin-bottom: 10px;
}
div#topbox div.topheader
{
	float: left;
	margin-right: 50px;		
	width: 250px;
}
input#lnkBack
{
	margin-right: 10px;	
}
input#lnkApply
{
	margin-right: 10px;	
}
h3.headerProfileAll
{
	padding-bottom: 10px; 
	display: block;
}
div.profileBox
{
	margin-top:25px;
	clear:both;
}
div.profileBox>.textheading
{
	font-size:14px;
}
div.empquote
{
	font-size: 11px;
	float:left;
	width:400px;
}
div.empquote p
{
	margin: 0px;
	padding: 0px;
}
.emailField 
{
	clear: both;	
	margin-bottom: 5px;
}
.emailLeft
{
	float: left;
	width: 190px;	
}
.emailLeft span
{
	display: inline;
}
div.emailHeader
{
	clear: both;	
	margin-bottom: 40px;
	margin-top: 15px;
}
div.emailHeader h3
{
	width: 190px;
}
.emailApply
{
	float: left;
	clear: both;
	padding-left: 190px;	
}
#pnlMailSent
{
	clear: both;
	padding-top: 70px;	
	padding-left: 140px;
}
.left {
	display:inline;
	height:auto;
	margin-top: 10px;	
}
span.textheading
{
	display: inline;
}
.curveedgesoverlay
{
	position: absolute; 
	z-index:2;
	display: none;
}
div#pnlApply
{
	margin-top: 18px;
}

.career_ops_links
{
    color: #f04b00;
    text-decoration: none;
    font-weight: bold;
}

.resultTableNoRecords tr td span.ErrorMess
{
    display: block;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #efefef;
    width: 90%;
}