﻿
/* general page structure ------------------------------------------------------------ */

*{
	margin: 0 0;
	padding:auto;
}
body  {
	margin: 0;
	padding:2em 0;
}
a img{
	border-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin-top:1em;
}
h1:first-child,
h2:first-child{
	margin:.67em 0px;
}

p,ul{
	margin-bottom:1em;
	margin-top:0px;
}
ul{
	padding-left:2em;
}
.container{
	width:91%;
	margin:0px auto;
	position:relative;
}
.border-all{
	border-width:1px;
}
.border-ntop{
	border-width:1px;
	border-top-width:0px;
}
.border-all,
.border-ntop{
	border-style:solid;
}
.clearfix{
	float:none!important;
	clear:both!important;
}
.required
{
    font-weight:bold;
}
.add-to-any{
	text-align:right;
	margin:1em auto;
	
}
.add-to-any #add-to-any-image{
	margin:0px;
}
.addthis_default_style
{
    float:right;
}

#container{
	padding:131px 0 0 0;
	width:960px;
	position:relative;
	margin:0 auto;
	border-width:1px;
	border-style:solid;
	/*overflow-x:hidden;*/
	min-height:400px;
}
#header-container,
#content-container,
#footer,
#header{
	width:100%;
}
#header-container{
	position:absolute;
	top:0px;
	left:0px;
}
#header{
	height:113px;
	overflow:hidden;
}

#content #form-input {
    padding-bottom : 6em;
}

#logo a,
#header-join-container span{
	text-indent:-9000px;
}

#header-join-container{
	right:40px;
	top:40px;
	width:250px;
	height:35px;
}

#header-join-container a,
#header-join-container span
{
	
	height:100%;
	display:block;
	margin:0px;
}

#logo,
#header-join-container{
	position:absolute;
	background-repeat:no-repeat;
}
#nav-bar,
#nav-bar ul,
#nav-bar li{
	margin:0;
	padding:0;
}
#nav-bar{
	width:100%;
}
#nav-bar ul{
	position: relative;
	z-index: 1000;
	margin:0;
	padding:0;
	width:101%;
}
#nav-bar li{
	position:relative;
	display:block;
	float:left;
	list-style:none;
	height:100%;
	width:150px;
}
#nav-bar li li{
	width:100%!important;
	height:auto;
	float:none;
	position:relative;
}
#nav-bar li ul{
	position:absolute;
	z-index:1020;
	border-bottom:1px solid;
	visibility:hidden;
	width:99.9%;
}
#nav-bar a{
	display:block;
	background-repeat:no-repeat;
	width:100%;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	padding:9px 0px;
	border-left:1px solid;
}
#nav-bar li:first-child a{
	border-left-style:none;
}
#nav-bar li ul a,
#nav-bar li li:first-child a{
	border-right-width:1px;
	border-left-width:1px;
	border-top-width:1px;
	border-right-style:solid;
	border-left-style:solid;
	border-top-style:solid;
}
#nav-bar a:hover+ul,
#nav-bar ul:hover{
	visibility:visible;
}
#footer{
	padding:1em 0 1em;
	clear:both;
	position:relative;
	text-align:center;
	border-top:solid 1px #ccc;
}
#footer ul{
	padding:1px 0 5px 0;
	margin:0px;
	font-size : 12px;
	
}
#footer li
{
	padding:0px;
	display:inline;
	list-style-type:none;
	
}
#footer li[class]{ /* new navigator driven footers */
	*margin-right:2em; /* just space them out for IE7 */
	
}
#footer li[class]:before{ /* new navigator driven footers */
	content:"|";
	margin-left:1em;
	margin-right:1em;
}
#footer li[class]:first-child:before{ /* new navigator driven footers */
	content:'';
	margin-left:0em;
	margin-right:0em;
}

.footer-joinLink{display:none;}
#joinFooterHeader, #footerNavigationHeader, #footerTermsHeader{display:none!important;}
 .Footer0:before, .footer-join:before, #privacy:before {content:''!important;}
#social-logos       
{
   
	text-align:center;
}

  #social-logos li[class]:before{ /* new navigator driven footers */
	content:'';
	margin-left:1em;
	margin-right:1em;
	padding-bottom :0px;
	text-align:center; 
}

#keywordContainer, #locationContainer{width:auto; float: left; padding-top:1em;display:inline; margin-right:20px;}
#locationContainer{margin-right: 15px !important;}
#keywordContainer{margin-left:90px;}
#submitContainer, #search-sub-links{float: left; display:inline; width:auto; padding-top:1em;}
#search-container{padding:1em 0 1em 0;}

#search-container input{
	border-style:solid;
	border-width:1px;
}
.pagination {
	text-align:right;
	margin-top:.7em;
	margin-bottom:.7em;
	padding:.3em 0px;
}
.pagination div{
	display:inline;
}
.pagination div[id*=ResultsHeader] {
    padding-right:1em;
}
.pagination .pagination-header {
    margin-right: 1.0em;
}
.pagination a{
	border-width:1px;
	border-style:solid;
	padding:.25em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}
.pagination span[id*=Mxdlpagination] a {
    margin-left: 0;
    margin-right: 0;
}
.pagination .page-selected {
    border: none;
    font-weight: bold;
    color: #000000;
}
.pagination .page-selected:hover {
    background: none;
}

.terms 
{
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px
	}
/* end general page structure ------------------------------------------------------------ */

/* start all-jobs page structure ------------------------------------------------------------ */

#allCategories div{
	float:left;
	height:auto;
	padding:1%;
	position:relative;
	width:31%;
}
.col4 #allCategories div{
	width:22.9%;
}
#allCategories div div,
.col4 #allCategories div div{
	float:none;
	padding:0px;
	margin:0px;
	width:auto;
}
#allCategories ul{
   padding:0px;
   margin-top:.25em;
   list-style:none;
   margin-left:.1em;
}
#allCategories ul ul{
	margin:.25em 0px .5em 1.5em;
}
#allCategories li {
	list-style-position:outside;
	margin-bottom:4px;
}

/* end all-jobs page structure ------------------------------------------------------------ */

/* start results page structure --------------------------------------------------------------- */

#branding-wrapper table td:first-child{
	vertical-align:top;
}
form+#results-table{
	margin-top:1em;
}
#results-table th{
	text-align:left;
}
#results-table tr
{
    word-break: break-word;
}
#results-table th.JobLocation{
	width:15%;
}
#results-table th.JobDatePosted{
	width:12%;
}
#results-table td.JobDescription{
	padding:1em;
}
#results-table th.JobDescription{
	padding-left:1em;
}
#results-table h3{
	display:inline;
}
#results-table p{
	margin:.5em 0px 0px 0px;
}
#results-table .JobCompany img{
	max-height:60px;
	max-width:135px;
}
#results-table .JobCompany{
	vertical-align:middle;
	width:135px;
}
#results-table .JobLocation.distance span{
	display:block;
}
#results-table th{
	border-bottom-width:1px;
	border-bottom-style:solid;
	height:32px;
}

/* end results page structure --------------------------------------------------------------- */

/* start all-job-searches page structure -------------------------------------------------------- */

#alljobs{
	padding:1em;
}
#alljobs table {
	width:100%;
}
#alljobs td {
	padding:.25em .5em;
	vertical-align:top;
}

/* end all-job-searches page structure -------------------------------------------------------- */

/* start join page structure -------------------------------------------------------------------*/

#joinlogo{
	width: 300px;
	height: 100px;
	left:10px;
	top:10px;
	background-repeat:no-repeat;
	 /*background-image:url('//secure.icbdr.com/images/talentnetwork/careerbuilder/cblogo.png');*/
}

#custom-sidebar
{
	width:300px;
	border-width:1px;
	border-style:none;
	margin-left:2em;
	text-align :left;
	float:left;
}

#form-input
{
	 width:350px;
	border-width:1px;
	border-style:none;
	padding:1em;
	margin:auto;
	text-align :left;
	float:right;
	padding-right:2em;
	}
#form-wrapper{
	margin-top:2em;
}
#form-wrapper h1{
	margin:0em 0px .5em 0px;
  
}
#spnCancelImg{
	position:absolute;
	top:5px;
	right:5px;
	cursor: pointer;
	width: 14px;
	height: 14px;
	text-indent:-9000px;
}
#spnRequiredNote{
	float:right;
	position:relative;
	position:-1em;
}
#ofccp{
	float:left;
	width:55%;
	font-size: 1.13em;
    font-weight: bold;
	text-align:left;
}
#notice{
	text-align:right;
}
#btnJoinTalentNetwork{
	border: 0 none;
	height: 26px;
	width: 118px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}
#form-wrapper label{
	margin:.7em 0px;
	display:block;
	clear:left;
}

#custom-join label{display:inline;color:inherit!important;}
#custom-join {margin-bottom: 2em;color: #00488F;}
#custom-join * {margin-left: 0;}
.PrivacyPolicy input, .TermsAndConditions input{width: 20px;}

#custom-join div div input[type=text],
#custom-join div div select, #custom-join div div input[type=password]
{
    width: 300px;
}
#custom-join
{
    padding-top:10px;
}

#EmailPasswordFields div
{
    margin-top:1.1em;
}

#custom-join div div input[type=password]
{
    border:1px solid #CDCDCD;
}

#custom-join div div .countrylist-subfields-US input
{
    width:75px;
}

#custom-join div div .countrylist-subfields input
{
    width:75px;
}
#custom-join .countrylist-subfields-US, #custom-join .countrylist-subfields, #custom-join .countrylist-subfields-IN 
{
    display: block;
}

#form-wrapper label textarea{
	width:100%;
}
#form-wrapper input[type="text"],
#form-wrapper select,
#form-wrapper textarea{
	border-width:1px;
	border-style:solid;
}
#form-wrapper input.short{
	width:20%;
}
#join-widget #form-wrapper{
	margin:0px;
	padding:0 0 0 0px;
	border-width:0px;
}
.join-widget .ui-dialog-titlebar{
	display:none;
}

.cabinet
{
    display:block;
}

.dropboxDesk, .GoogleDriverDesk
{
	border-radius: 6px;
	width: 88%;
	cursor: pointer;
}

/* end join page structure ---------------------------------------------------------------------*/

/* content page structure ----------------------------------------------------------------------*/

#media-container{
	margin: 0px 25px 15px 0px;
	float: left;
}

/* end content page structure ------------------------------------------------------------------*/

/* base page styling -------------------------------------------------------------------- */

body{
	background: #B7B7B3;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
}
a{
	text-decoration:none;
	color:#2E01CA;
}
a:hover{
	text-decoration:underline;
	color:#787878;
}
h1,h2,h3,h4,h5,h6{
	color:#1A2674;
}
h1{
	font-size:2em;
}
th{
	font-weight:900;
}
tr.alt{
	background:#f5f5f5;
}
*{
	border-color:#ccc;
}
#container{
	background-color:#fff;
}
#logo{
	left:0px;
	top:0px;
	cursor:hand;
}
#nav-bar li,
#nav-bar li ul,
#nav-bar a{
	border-color:#767474;
}
#nav-bar a{
	background-color:#666;
	color:#fff;
}
#nav-bar li ul{
	opacity:0.9;
}
#nav-bar a.MenuBarItemSubmenu{
	background-image:url('//secure.icbdr.com/images/talentnetwork/wellpoint/SpryMenuBarDown.gif');
	background-position:95% 50%;
	background-repeat:no-repeat;
}
#nav-bar a:hover{
	text-decoration:none;
	background-color:#2D3381;
}
#nav-bar .home{
	width:132px;
}
#nav-bar .careers{
	width:233px;
}
#nav-bar .jobs{
	width:153px;
}
#nav-bar .benefits{
	width:156px;
}
#nav-bar .culture{
	width:129px;
}
#nav-bar .about{
	width:157px;
}
.hlJoinTalentNetworkNoJFI{
	font-weight:900;
}
.hlJoinTalentNetwork{
	font-weight:900;
}
#search-container input{
	border-style:solid;
	border-width:1px;
	border-color:#aaa;
}
#branding-wrapper{
	font-size:13px;
	width: 91%;
	margin: 0 auto;
}
#branding-wrapper td:first-child{
	padding-right:2em;
}
.pagination a:hover{
	text-decoration:none;
	color:#2E01CA;
	background-color:#ddd;
}
#results-table td.JobLocation.distance span{
	color:#777;
	font-size:.8em;
	font-weight:500;
}
#results-table td.JobLocation,
#results-table td.JobDatePosted{
	font-weight:900;
}
#results-table th{
	background-color:#F4F7FD;
}
#form-wrapper{
	font-size:12px;
}
#form-wrapper label{
	color:#00488F;
}
.button,
.button a{
	color:#fff;
}
.spnContinueOption a,
.spnContinueOption a:hover {
	color: #fff;
	text-decoration: none;
}

#spnWhatIsTNClose a,
#spnWhatIsTNClose a:hover
{
	color: #fff;
	text-decoration: none;
}
#spnWhatIsTNClose
{
	width:30%;
	float:right;
}
.button a:hover,
.ui-widget-content .button a:hover{
	text-decoration:none;
}
#spnCancelImg{
	background-image: url(//secure.icbdr.com/images/Buttons/blueCloseButton.png);
}
.error,
.success{
	background:#ddd;
	color:#000;
	font-size: 0.9em;
}
.error,
#container .error{
	border-color:rgb(200, 0, 0);
}
.success,
#container .success{
	border-color:rgb(0, 200, 0);
}
.message,
#container .message{
	border-color:#CDCDCD;
}

.error,
.success,
.message{
	padding:1em;
	border-width:1px;
	border-style:solid;
	margin-bottom:1em;
	margin-right:1em;
   font-size:12px;
   background:#ddd;
	color:#000;
}
.message
{
	  line-height:17px;
}


/* end base page styling -------------------------------------------------------------------- */



/* landing page */
#photo-area  {
height:304px;
margin-bottom: 1.5em;
}

#main-content-area  {
background-color:#FFFFFF;
float:left;
height:auto;
position:relative;
width:960px;
}

#about-talentnetwork  {
background-color:#FFFEFE;
border-top:0;
height:auto;
margin:0px auto 12px;
padding-bottom:1px;
width:91%;
}

#about-talentnetwork-text {
height:auto;
padding-top:15px;
padding-bottom: 10px;
float: left;
position: relative;
text-align: justify;
}

#about-talentnetwork-text p.aboutHead {
		font-family:Verdana,Geneva,sans-serif;
		font-size:24px;
		font-weight:bold;
		margin-bottom:14px;
}

.width-68-percent
{
	width: 68%;
	float: left;
	position: relative;
}

.width-100-percent
{
	width: 100%;   
}

#about-talentnetwork-text p.space-after  {
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
line-height:16px;
margin-bottom: 18px;
}

#about-talentnetwork .view-all-jobs  {
color:#00488F;
font-size:20px;
position: relative;
clear: both;
}

#video  {
float:right;
position:relative;
}


/* master page */


/* Results page */




	
#content table { margin: 0; padding: 0; width: 100%; }
.JobResultCol { border-top: 1px solid rgb(220, 220, 220); border-bottom: 1px solid rgb(220, 220, 220); }
.left-indent { width: 75%; padding-right: 4em;  text-align:left;}
.JobLocation { width: 15%; }
.JobDatePosted { width: 15%; }



.left  {
float: left;
position:relative;
width: 55%;
padding: 0em 2em 1em;
font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
}

.right  {
float: right;
position: relative;
width: 35%;
padding: 3em 2em 1.5em 0.5em;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
}

thead th {
background: #F0F8FF;
color:#000063;
}




#no-results {
	padding: 1em;
}

#no-results #message {
font-size:1.5em !important;
margin-bottom:0.2em !important;
}


.padded-wrapper {
padding: 0em 2em 2em;
}

.white-space {
padding-right:2em;
}

/* Details page */
	#detail-content h1 {
		color:#00488F;
		font-family:Arial,Helvetica,sans-serif;
		margin-bottom:7px;
		padding-left: .7em;
		margin-top: 2em;
		font-size:1.5em;
	}
	
	#expiredJobs h1
	{
		font-size: 2em;
		padding-left: .7em
	}
	
	#expiredJobs h2
	{
		font-size: 1.5em;
		padding-left: .9em;
	}
	
	#expiredJobs ul
	{
	   padding-left: 33px;
	   padding-bottom: 20px;
	}
	
	#expiredJobs a
	{
		padding-left: 20px;
	}
	
	#job-snapshot .left{
		margin-top: 1em;
	}
	
	#job-snapshot .left h4 {     
		color:#4D3E37;
		font-family:Arial,Helvetica,sans-serif;
		font-size:16px;
		padding-bottom:0px;
	}  
	.job-snapshot-title-div {
		border-bottom:1px solid;
		color:#000000;
		font-family:Arial,Helvetica,sans-serif;
		font-size:13px;
		font-weight:bold;
		margin-bottom:5px;
		padding-bottom:5px;
		width:875px;
		line-height: 1.4em;
	 }
	.job-snapshot-title-span  {
		float:left;
		width:300px;
		
		color:#4D3E37;
		font-family:Arial,Helvetica,sans-serif;
		font-size:13px;
	}
	.job-snapshot-value {
		font-family:Arial,Helvetica,sans-serif;
		font-size:13px;
		font-weight:normal;
		padding-bottom:5px;
		padding-top:7px;
		color:#4D3E37;
	}
	#job-snapshot {
		height:auto;
		width:876px;
		padding-left: 1em;        
		float: left;
		position: relative;
	}

	#details-container{
		padding: 1em;
		color:#4D3E37;
		font-family:Arial,Helvetica,sans-serif;
		*padding-top: 0em;
		*padding-bottom: 0em;
	}

	#details-container h2{
		color:#4D3E37;
		font-family:Arial,Helvetica,sans-serif;
		font-size:16px;
		padding-bottom:10px;
		*padding-bottom: 0px;
	}
	
	#requirements-container{
		padding-left: 1em;
		color:#4D3E37;
		font-family:Arial,Helvetica,sans-serif;
	}
	
	#requirements-container h2{
		color:#4D3E37;
		font-family:Arial,Helvetica,sans-serif;
		font-size:16px;
		padding-bottom:10px;
		margin-top: 1em;
		*padding-bottom: 0px;
	}
	
	#second-apply {
		font-size:12px;
		text-align:right;
		padding-right: 19px;
		margin-bottom: -2em;
	}

	.extra-margin-top{
		margin-top: 1em;
	}
	
	.backToResults{
		margin-right: 2.6em;
		margin-top: 3.8em;
	}
	
   
	#details-container li{
		*margin-left: 3em;
	}
	
	#requirements-container li{
		*margin-left: 3em;
	}

.clearfix {
clear:both;
}

#job-snapshot .left {
float:left;
 padding:1em 0;
 }

#job-snapshot .right {
float:right;
 text-align: right;
 padding:1.5em 0 1em;
}


.btnApplyLink, #submit-job-preference  {
color:#FFFFFF;
display:inline-block;
font-size:13px;
font-weight:bold;
height:26px;
line-height:23px;
margin-right:1.2em;
text-align:center;
width:118px;
background-color:#666;
}

.btnApplyLink:hover, submit-job-preference:hover {
background-color: #6DDBF8;
 text-decoration:none;
 color:#FFFFFF;
}

#nav {
width: 960px;
height: 28px;
margin-left: 60px;
}

.clearboth {
clear:both;
 border-bottom:0px solid #FF9933;
}

#similar-jobs-container {
font-family:Verdana,Arial,Helvetica,SunSans-Regular,Sans-Serif;
}

.similar-links{
	width: 876px;
}
#similar-links-title
{
	border: 1px solid black;
	padding: .5em;
	margin-top: 1em;
}

#similar-links-content {
	border: 1px solid black;
	padding: 1em 0 1em 0.5em;
	border-top: 0;
	*margin-top: -1.4em;
}

#margin-bottom-branding {
	margin-bottom: 11px;   
} 
.similar-links ul{
	margin:0px;
	padding:0px;
}
.similar-links li{
	float:left;
	list-style-type:none;
	padding-left:1em;
	margin:0px 0px 0px 1em;
	border-left-width:1px;
	border-left-style:solid;
}
.similar-links li:first-child{
	display:inline-block;
	list-style-type:none;
	padding-left:1em;
	margin-left:0em;
	border-left-width:0px;
}


.backToResults  {
color:#0000EE;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
text-align:right;
}

#detail-content  {
margin-top:4em;
}



.joinlink {
padding-top:0.5em;
 padding-right:1.7em;
}


#secondApply {
text-align:right;
font-size:12px;
}



/* pagination */


	
/* Alljob page */



/* search box */
#searchForm #keyword  {
float:left;
margin-right:48px;
position:relative;
}

#searchForm #location  {
float:left;
margin-right:50px;
position:relative;
}

#searchForm #submit  {
float:left;
position:relative;
}

#search-container 
{
	border: 1px solid #BFB6AD;
	clear:left;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:0 0;
	text-align:center;
	width: 91%;
	overflow:auto;
	padding-bottom:1.25em;
}

#search-container #search-sub-links
{
    margin-left: 10px;
}

#search-container #search-sub-links a
{
    display: block;
    margin: auto;
    text-align:center;
    vertical-align: middle;
    padding: 5px;
    font-weight: 700;
    font-size: 13px;
    height: 20px;
    color: #fff;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;
    white-space: nowrap;
	background: #ef741f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f68c1f', endColorstr='#f16522');
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f68c1f), to(#f16522));
    background: -moz-linear-gradient(#f68c1f, #f16522);
    /*height: 30px;*/
}

#search-container #search-sub-links a:hover
{
    	background: #ffc700;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeb00', endColorstr='#ffa500');
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffeb00), to(#ffa500));
  background: -moz-linear-gradient(#ffeb00, #ffa500);
}
 
#search-container #SearchBoxHeaderTitle
{
    float: left;
    display: block;
}

#search-container #SearchHeader 
{
   
	border-bottom: 1px solid #BFB6AD;
	background-repeat: repeat-x;
	background-position: bottom;
	clear:left;
	text-align:left;
	font-size: 18px;
	font-weight:bold;
	background-color: #F4F7FD;
	padding:2px 10px 2px 10px;
	min-height: 25px;
}



	#search-container-details {
		margin-left: -2em !important;
		width: 105% !important;
	}
	#keywordContainer label, #locationContainer label {
		display:inline;
		margin:0 3px 0 3px;
		width:auto;
		font-size: 17px;
	}
	
	#keywordContainer input, #locationContainer input {
		display:inline;
		width:auto;
		 margin-right:20px;
	}
	
	#search-container #submit {
		border:0 none;
		color:#FFFFFF;
		font-size:13px;
		font-weight:bold;
		height:25px;
		width:118px;
	}
	
	
	/* add-to-any */
	
	#add-to-any{
		margin-top: 1.5em;
		width: 869px;
		background-color: #F4F8FA;
		padding: .3em;
	}
	#add-to-any-image{
		margin-left: 694px;
	}
	.add-to-any-results
	{
		margin-bottom: 2em;
		margin-top: 0em !important;
	}

/* recommendation */
 
   .recommendation-dd-padding-right
	{
		float: right;
		height: 260px;
		font-size: 11px;
		border: 1px solid #CDCDCD;
		margin-top: 15px;
		width: 29%;
	}
	.recommendation-dd-padding-left
	{
		float: left;
		width: 600px;
		height: 300px;
	}
	.recommendation-subtitle
	{
		background-color: #EBEBEB;
		font-size: 11px;
	}
	.recommendation-maintitle
	{
		background-color: #D8D8D8;
		font-size: 13px;
	}
	.recommendation-noRecommendations
	{
		text-align: center;
		font-size:14px;
		margin-top: 20px;
	}
    
    /* recommendation for After Join Widget */
 
   




/* Job Alert */

#AAForm {
	margin: 3em 0;
}

.link {
	cursor: pointer;
	font-size: 0.8em;
	color: #0000DD;
}

.link:hover {
	text-decoration: underline;
}

#AAForm #AlertTableContent {
	text-align:left;
}

#AAMsgDivEmailRequired,
#AAMsgDivEmailInvalid {
	margin: 0 !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 0.5em !important;
	margin: 1em 0 -1em 0 !important;
}

#AAMsgList div h2 {
	padding: 2em 0 1em 0 !important;
	color: #00498C;
}


#AAForm h2,
#AAForm h3 {
	display: block !important;
	margin: 0em 0 1em !important;
	*margin-top: 0;
	font-size: 1.5em !important;
	color: #00498C;
}

#AAForm button,
#AAForm input {
	display: block;
	float: left;
	position: relative;
	margin-top: 0.5em;
}

#AAForm input {
	font-size: 0.8em;
	padding: 0.25em;
	font-family: Arial, Sans-serif;
	
}

#AnonAlert_OuterContainer {
	border: 0 !important;
	height: 0 !important;
	padding: 0 1em 1em 1em !important;
	margin: 0 !important;
}

#AnonAlert_HeaderDiv {
	background: none !important;
	display: none;
}

/* Unsubscribe Job Alert*/
#form-jobalert {
	width: 540px;
	border: 1px solid #BBBBBB;
	margin: 6em auto;
	font-size: 12px;
	text-align: center;
	padding: 1em 1em 5em 1em;
	color: #00488F;
	background: #fff;
}

#form-jobalert .unsubscribeJobAlert
	{
		float: none;
		height: 260px;
		font-size: 11px;
		border: 1px;
		border-style: solid;
		border-color: #CDCDCD;
		margin-top: 75px;
		margin-bottom: 75px;
		width: 450px;
		height: 80px;
	}
	
#form-jobalert #jobAlertControl 
{
	text-align:justify;
	margin-right: 20px;
	}
	
	
#form-jobalert .jobAlertError  {
	padding: 1em;
	border: 1px solid rgb(200, 0, 0);
	background: #FFFFFF;
	margin: 1em;
	font-size: 0.9em;
	color: rgb(0, 0, 0);
}

#form-jobalert .jobAlertSuccess  {
	padding: 1em;
	border: 1px solid rgb(0, 200, 0);
	background: #FFFFFF;
	margin-left: 2em;
	font-size: 1.1em;
	color: rgb(0, 0, 0);

}

#pnlEmailSettings .button
{
    border:none;
    margin-top:20px;
    margin-bottom:20px;
}
#pnlEmailSettings input[type="checkbox"]
{
    margin-right:4px;
}



#spnTranslatedConfirmation,
#hlSaveJobAlert {
	display: none;
}
	
#job-alert-options {
	display:inline;
	float:left;
	position:relative;
	font-size:1.25em;
	margin-right: 1em;
}

.results-header {
	display: inline; 
	float: right;
	margin-right: 1em; 
	margin-top:1em;
}



#RecommendedJobs a {
	color: #00488F;
	height: 1.3em;
	overflow: hidden;
	display: inline-block;
}
#RecommendedJobs .recommendation-subtitle.jobtitle 
{
	width:66%;
}
.recommendation-dd-padding-right
{
	height:auto;
	min-height:260px;
}











#error404-content
{
	padding:3em 1em;
}
#error404-content h1
{
	margin:1em 0px 1em 1em;
}
#error404-content p
{
	margin:1em 0px 1em 3em;
	font-size:1.3em;
}








/* Results */






#featured-links-landing
{
	float:left;
	margin-bottom:2em;
	width:100%;
	position:relative;
}
#featured-links-landing h2
{
	margin:0px;
	padding:0px;
}
#featured-links-landing ul
{
	margin:1em 0px 0px 0px;
	padding:0px;
}
#featured-links-landing li
{
	list-style:none;
	font-size:1.2em;
	margin:.3em 0px;
	float:left;
	width:50%;
}




#modalBackground
{
	background-position: initial initial; 
	background-repeat: initial initial; 
	background-image: initial; 
	background-attachment: initial; 
	background-origin: initial; 
	background-clip: initial; 
	background:transparent url('//secure.icbdr.com/images/TalentNetwork/overlay_background.gif') repeat; 
	background: rgba(0, 0, 0, 0.7) none;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 9000px; 
	z-index: 9998; 
	display: none; 
}
.wrapper
{
	margin:1em 3em;
}


/* For Language Selector  -----------------------------------------------------------------------------*/



#language-selector
{
	position: absolute;
	top:-25px;
	right:0;
	z-index:9000;
}
#language-selector ul
{
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	border:1px none #DCDCDC;
	background-color:white;
}

#language-selector li
{
	border-top:1px solid #DCDCDC;
	list-style:none;
	display:none;
	padding:2px 15px 2px 7px;
}
#language-selector li:first-child
{
	border-top:0px none;
	list-style:none;
	display:none;
}
#language-selector:hover ul{
	border-style:solid;
}
#language-selector:hover li
{
	display:list-item;
	padding-left:2px;
}

#language-selector li:hover
{
	background-color:yellow;
}
#language-selector li.current
{
	display:list-item;
	font-weight:bold;
	border-left-color:black;
	background-image:url('//secure.icbdr.com/images/talentnetwork/wellpoint/SpryMenuBarDown.gif');
	background-repeat:no-repeat;
	background-position:right;
	border-style:none;
	border-left:1px solid #000;
}
#language-selector:hover li.current
{
	background-color:#DCDCDC;
	background-image:none;
	border-left:0px none;
}
#language-selector a,
#language-selector a:hover
{
	display: block;
	vertical-align: middle;
	text-decoration: none;
	color:Black;
}
/* End Language Selector  ----------------------------------------------------------------------------- */


/* ApplyOnline TalentNetworkCoBrand Styles ------------------------------------------------------------------------------ */
#wrapper.applyPath,
#innerWrapper.applyPath{
	text-align:center;
	width:100%;
}
#container.applyPath #header-container{
	overflow:hidden;
}
#innerWrapper.applyPath>*{
	text-align:left;
}
#container.applyPath{
	padding-bottom:1em;
	text-align:center;
	padding-top:113px;
	border-width:1px;
	border-style:solid;
}
#container.applyPath .cb_style{
	color:#666;
}
#container.applyPath #SingleApply,
#container.applyPath #SingleApply h2{
	border:0px none transparent;
}
#container.applyPath #SingleApply h2{
	margin-bottom:7px;
}
#container.applyPath #divButton input,
#container.applyPath .d_cell_submit input,
#container.applyPath .cb_style #buttonSubmit,
#container.applyPath .cb_style .btn{
	border:1px none #fff!important;
	background-color:inherit!important;
	color:inherit!important;
	background-image:none!important;
	padding:.5em!important;
}
#container.applyPath .d_cell_submit{
	text-align:center;
}
#container.applyPath #divCoverCheckBox input{
	width:auto;
}
#container.applyPath #applyWrapper{
	position:relative;
	overflow:hidden;
}
#container.applyPath #spanRequired{
	position:absolute;
	top:2em;
	right:0px;
}
#container.applyPath .d_cell_title{
	text-align:center;
	font-size:1.2em;
	font-weight:900;
	padding-top:1em;
}
#container.applyPath .cb_style{
	font-size:13px;
	line-height: 16px;
}
#container.applyPath #spanRequired{
	font-size:.8em;
}
#container.applyPath .cb_style .cb_PnlTabbed ul li a,
#container.applyPath .cb_style * input,
#container.applyPath .cb_style * select,
#container.applyPath .cb_style * td{
	font-size:1em;
}
#container.applyPath #content-container{
	border-top-width:1px;
	border-top-style:solid;
	padding:0px 2%;
	width:96%;
	position:relative;
}
#container.applyPath #tblDetails{
	width:640px;
	margin:0px auto;
	margin:1em 0px;
}
#container.applyPath .cb_style h2,
#container.applyPath .cb_style h3,
#container.applyPath #d_cell_title_up{
	font-size:1.5em;
	font-weight:900;
	text-align:left;
	padding-top:0px;
}
#container.applyPath .cb_style .grad{
	background:none;
	border:none;
}
#container.applyPath .cell_sectionheader{
	padding:.5em;
	margin-top:1em;
}
#container.applyPath #divCoverCheckBox{
	margin-bottom:.5em;
}
#container.applyPath .cb_style .stdInnerContent,
#container.applyPath #divChooseCover,
#container.applyPath fieldset.clearfix legend+div,
#container.applyPath fieldset.clearfix legend+div+div,
#container.applyPath .applyform fieldset>table{
	margin-top:3em;
}
#container.applyPath fieldset.clearfix{
	padding-top:1px!important;
	padding-top:3em;
}
#container.applyPath .cb_style .stdInnerContent .stdInnerContent{
	margin-top:1em;
}
#container.applyPath fieldset{
	border:none;
	padding:1px 0px 0px 0px!important;
	padding:3em 0px 0px 0px;
	margin:0px 0px 1em 0px;
	position:relative;
}
#container.applyPath legend{
	color:inherit;
	position:absolute;
	border-bottom:none;
	margin:0px;
	padding:.5em;
	width:100%;
	top:0px;
	left:0px;
}
#container.applyPath label{
	margin:0px;
	display:inline;
}
#container.applyPath select{
	width:auto;
}
#container.applyPath input{
	width:auto;
}
#container.apply td.cell_screenerq{
	padding-top:1em;
	/* ? */
}
#container.applyPath .cell_screenera table{
	margin:0px;
}
#container.applyPath .cell_screenera td{
	padding:0px;
}
#container.applyPath .cell_screenera img{
	display:none;
}
#container.applyPath .cell_screenera > input{
	margin-left:20px;
}
#container.applyPath #heading h3{
	margin:.5em 0px .2em 0px;
}
#container.applyPath .cb_style #buttonSubmit.btn.lrg{
	background-image:none;
	border:none;
}
#container.applyPath #phDetailsContent,
#container.applyPath #divRequirement{
	padding-bottom:1em;
}
#container.applyPath #duplicateApplyNotice
{
	background-color:#fff;
}
#container.applyPath .cb_style #AjaxModalContainer .stdInnerContent
{
	margin-top:1em;
}
#container.applyPath #header-join-container{
	display:none;
}

#content-container #TermsAndPolicy
{
	text-align:center
}

/* End ApplyOnline TalentNetworkCoBrand Styles ------------------------------------------------------------------------------ */

/* Start WhatIsTN ------------------------------------------------------------------------------------------------------------ */

#whatisTN
{
	display:none;
}
#whatIsTalentNetwork,
#whatIsTalentNetwork a
{
  color:#ffffff;
  font-weight:bold;
  font-size:12px;
  text-align:center;
  width:100%;
  margin:0px;
}
#whatIsTalentNetwork a
{
	display:inline;
}
#whatIsTalentNetwork a
{
	text-decoration:underline;
}
.whatisTNHeader
{
	font-size:13px;
}
#spnWhatIsTNJoin
{
	font-size:13px;
}
.whatisTNSubHeader
{
	font-size:12px;
	line-height:20px;
}
#spanWhatIsTNprivacypolicy
{
	font-size:11px;
	float:left;
	padding:5px;
}

/* End WhatIsTN -------------------------------------------------------------------------------------------------------------- */

/* Start Mobile Redirect -----------------------------------------------------------------------------------------------------*/

#mobile-redirect{
	background-color:#fff;
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	z-index:1001;
	max-width:960px;
}

#mobile-redirect .logo{
	height:113px;
	background-color:#ddd;
	margin-top:0px;
}

#mobile-redirect div{
	width:90%;
	margin:5%;
}

#mobile-redirect p{
	text-align:center;
	font-size: 2.5em;
	margin:0px;
}

#mobile-redirect a{
	text-align:center;
	font-size: 3em;
	font-weight:bold;
	
	height: 2em;
	line-height: 2em;
	display: block;
	width: 100%;
	margin:5% 0px;
	
	border:1px solid #ddd;
	-webkit-border-radius:10%;
	border-radius:.5em;
	
	background-color: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
	
	box-shadow:3px 3px #aaa;
}

/* End Mobile Redirect -----------------------------------------------------------------------------------------------------*/

/* Start Breadcrumb --------------------------------------------------------------------------------------------------------*/

.component-breadcrumb{
	padding:0px;
	margin:1em 0px 0px 0px;
}
.component-breadcrumb li{
	display:inline;
}
.component-breadcrumb li:first-child span{
	display:none;
}
.component-breadcrumb+h1{
	margin-top:.25em;
}
.container+#detail-content{
	margin-top:2em;
}

/* End Breadcrumb ----------------------------------------------------------------------------------------------------------*/

/* Start AllJobsV2 --------------------------------------------------------------------------------------------------------- */

.section{
    padding:1em 0px 0px 0px;
}
.section.backto{
    padding-bottom:1em;
}
.navigator h2{
    margin-top:0px;
    border-bottom-width:1px;
    border-bottom-style:solid;
}
.navigator ul{
    float:left;
    padding:0px;
    padding-right:1%;
}
.navigator .col-4  ul{
    width:24%;
    *width:23%;
}
.navigator .col-3  ul{
    width:32%;
    *width:31%;
}
.navigator .col-2  ul{
    width:49%;
    width:48%;
}
.navigator li{
    list-style:none;
    padding-bottom:.25em;
}
.navigator li span{
    color:#777;
    font-size:.9em;
}

.cbTerms { text-align: left; background-color: #fff; border: 1px solid #fff; }
.cbTerms_inner { margin: 20px; }



/* End AllJobsV2 ----------------------------------------------------------------------------------------------------------- */


/* Start AllJobsCustomView --------------------------------------------------------------------------------------------------*/
.outercol-4 ul
{
    width:24%;
}
.outercol-3 ul
{
    width:32%;
}
.outercol-2 ul
{
    width:49%;
}
.col-1 ul, .outercol-1 ul
{
    width:95%;
}
/* End AllJobsCustomView ----------------------------------------------------------------------------------------------------*/


/* --- FLEX ---- */

#footer h4 {
	display: none;
	font-size: 1em;
	font-weight: normal;
	margin:0;
	color:inherit;
}


/* Start PageDescription content ------------------------------------------------------------------------------------------- */
#page-description-content
{
    margin-top: .5em;
    margin-bottom: 2.5em;
}

#page-description-content .hlJoinTalentNetwork
{
    font-weight: normal;
}


/* End PageDescription content --------------------------------------------------------------------------------------------- */

#social-logos img 
{
    vertical-align: bottom;
}

#share-with 
{
    
    float:left;
    margin-top:3px;
    margin-right:0.75em;
}




.DeniedText
{
    dispay:block;
}


#TNAccessDenied-page-content-container, #ENAccessDenied-page-container
{
    width: 960px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    min-height:400px;
}

.access-denied-container
{
    padding-left: 10px;
}

#TNAccessDenied-description
{
    margin: 20px 0 20px 0;
}

#imageContainer
{
    margin-top: 10px;
}

#TNAccessDeniedStatus 
{
    height: 75px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    color: white;
    border: 1.25px solid black;
    font-weight: bold;
    background: #FF0000 url("http://img.icbdr.com/images/talentnetwork/icon-cross.png") no-repeat 11px;
    
}

#TNAccessDeniedStatus span
{
 text-align:center;
 padding-left:35px;
 margin-top:inherit;   
}

#TNAccessDeniedStatus h3
{
    margin-bottom:-1px;
    margin-top:10px;
    color:white;
}

#TNAccessDeniedBack
{
    padding-top:10px;
    padding-bottom:10px;
}

.clearFloat
{
    min-height: 1px;
    clear: both;
}


#custom-sidebar a:focus 
{
    outline:none;
}
#spnWhatIsTNJoin a:focus
{
    outline:none;
}
.joinform-multiselect-footer
{
    display: block;
    clear: both;
    margin-top: 3px;
}

.profile-container
{
    position:absolute;
    height: 220px;
    right: 0px;
    top: 0px;
    width:300px;
}
#profile-top-container 
{
  width:100%;
	top: -26px;
}
.content-inner .profile-frame 
{
    padding-left:20px;
}
#custom-join
{
    float:left;   
}
.cb-login-div
{
    float:left;
}

#lstMedia
{
    list-style-type: none !important;
    padding: 0px !important;
}

#lstMedia li
{
    padding: 0px !important;
    list-style-type: none !important;
}

#graduation_month,
#graduation_year
{
    display: inline-block;
    clear: both;
}

.GraduationDateMonth
{
    width: 100px !important;
    float: left;
    margin-right: 5px;
}

.GraduationDateYear
{
    width: 100px !important;
    float: right;
}

.ui-autocomplete
{
   /* max-height: 135px; */
    overflow-y: hidden;
    overflow-x: hidden;
}

.suggestitem .location
{
    font-size:11px;
    color: #909090;
}

.defaultText
{
    color: #000000;
}

.defaultTextActive
{ 
   color: #a1a1a1;  
}

.ui-autocomplete-loading {
  background: url('//img.icbdr.com/images/talentnetwork/emptyloader.gif') right center no-repeat !important;
  background: #ffffff;
}


/* Job Preferences Page---------------------------------*/

.preference-container {
    width:inherit;
    background-color:white;
}

.preference-header {
    width:560px;
    font-size:14px;
    border-bottom:1px solid black;
    padding:10px 0px;
    margin:0px auto;
}

#preference-box {
    margin:10px auto;
    width:560px;
    background-color:lightgray;
    padding:10px 0px;
}

#preference-box label, #preference-box input {
    display:block;
    margin:0px 10px;
}

#preference-box label {
    padding:5px 0px;
}

#preference-footer {
    width:560px;
    text-align:center;
    margin:0 auto;
    padding-bottom:15px;
}

#preference-validation-messages
{
    overflow: hidden; 
    text-overflow: ellipsis; 
    color: red; 
    font-weight: normal;
}

#txtDesiredJobTitle.preference-validation-fail
{
    border: 1px solid red;
}