/*d:\matrixservices\wwwroot\css\quickbarv2.css */
#cbHeader, #pnlOuterWrapper {
    width: 100%;
    background: #D7DEF0 url(http://img.icbdr.com/images/js/h_grad.jpg) repeat-y;   
    background-position: center;
}
.jsBodyBlueGrad {
    background: 0;   
}
.cb_style .regular_content_container {
    background: #fff;
}
.stdInnerContent {
    margin: 10px;   
}
#quickSearchBar { 
    background: #5A7CC3 url(http://img.icbdr.com/images/js/quick_blue_grad.jpg) repeat-x;
    text-align: center;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    width: 100%;
}
#quickSearchBar a {
    color: #fff;   
}
#quickSearchBar #quickbar_inner {
    margin: 0 auto;
    text-align: left;   
    width: 750px;
}
#quickSearchBar #quickbar_inner form { margin: 0; }
#quickSearchBar #searchBox {
    float: left;
    width: 425px; 
    margin: 10px 0;  
}

#quickSearchBar #searchBox h1,
#quickSearchBar #searchBox .heading {
    padding: 0;
    margin: 5px 0 10px 0;
    font-size: 20px;
    color: #fff;
    text-align: left;
}
#quickSearchBar #searchBox .heading {
    float: left;
    width: 70px;
    margin: 24px 0 0 0;
}
#quickSearchBar #searchBox label {
    font-weight: bold;
    display: block;
    margin: 0 0 2px 0;       
}
#quickSearchBar #searchBox .example {    
    font-style: italic;
    font-weight: normal;
    font-size: 10px;   
}
#quickSearchBar #searchBox .inputWrapper {
    float: left;
    width: 49%; 
    margin: 0 0 10px 0;  
}
#quickSearchBar #searchBox .rightWrapper {
    float: right;
}
#quickSearchBar #searchBox .submitWrapper {
    text-align: right;
    padding-top: 17px;   
}
#quickSearchBar #searchBox .inputWrapper input {
    width: 95%;  
    padding: 3px 0;
    font-size: 12px;
    margin: 0; 
    border: 1px solid #3C5482;
    background: #fff url(http://img.icbdr.com/images/js/input_grad.jpg) repeat-x 0 0;
}
#quickSearchBar #searchBox .inputWrapper input.btn {
    background: #FF7D00 url(http://img.icbdr.com/images/js/btn_grad.jpg) repeat-x;
    border: 1px solid #FF9C00;
    width: 80px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    margin: 0 10px;
    height: 22px;
    font-size: 12px;
    padding: 0 0 3px 0;
}
#quickSearchBar #searchBox .inputWrapper input.btn:hover {
    cursor: pointer;   
}
#quickSearchBar #searchBox .inputWrapper select {
    width: 95%;  
    padding: 1px 0;
    font-size: 12px;
    margin: 0;
    border: 1px solid #3C5482;
    background: #fff;   
}
#quickSearchBar #searchBox .inputWrapper a {
    font-size: 10px;
}
#quickSearchBar #searchBox .inputWrapper a:hover {
    text-decoration: none;
}
#quickbar_shadow {
    height: 15px;
    background: transparent url(http://img.icbdr.com/images/js/drop_shadow_quickbar.png) repeat-x;
}
#quickSearchBar #resumeStats {
    width: 313px;
    height: 165px;
    float: right;   
    background: #fff url(http://img.icbdr.com/images/js/stats_bottom_grad.jpg) repeat-x bottom;
    border-top: 1px solid #D3D7DA;
    font-size: 10px;
    color: #787879;
}
#quickSearchBar #resumeStats #leftShadow {
    float: left;
    margin-left: -44px;
    height: 165px;
    width: 44px;
    background: transparent url(http://img.icbdr.com/images/js/white_left_shadow.png) repeat-y;
}
#quickSearchBar #resumeStats #rightShadow {
    float: right;
    height: 165px;
    width: 44px;
    margin-right: -44px;
    background: transparent url(http://img.icbdr.com/images/js/white_right_shadow.png) repeat-y;
}
#resumeStats .statsHeading {
    color: #1F2145;
    font-size: 20px;
    display: block;
    margin: 0 0 5px 0;
    font-weight: bold;
}
#resumeStats .statsSubHeading,
#resumeStats .statsSubHeading a {
    color: #353FB5;
    font-size: 12px;
    display: block;
    margin: 0;
    font-weight: bold;    
}
#resumeStats .unknownStats a:hover {
    text-decoration: none;
}
#resumeStats .unknownStats .statsSubHeading a {
    text-decoration: none;   
}
#resumeStats .unknownStats .statsSubHeading a:hover {
    text-decoration: underline;   
}
#resumeStats .knownStats .statsSubHeading a {
    background: transparent url(http://img.icbdr.com/images/js/cb_mainnav-li-li-a_orange.gif) no-repeat scroll 70px 4px;   
}
#resumeStats .statsItem {
    color: #23274F;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin: 10px 0 0 0;
}
#resumeStats .knownStats .statsItem {
    margin: 0;   
}
#resumeStats a {
    color: #353FB5;
}
#resumeStats .numberWrapper {
    border: 1px solid #D7D7E3;
    font-size: 20px;
    color: #353FB5;
    text-align: center;
    padding: 0 6px;
}
#resumeStats .spacer {
    height: 10px;   
}
#resumeStats .statsInfo {
 padding: 0 0 0 10px; 
 vertical-align: middle;  
}
#resumeStats select {
    margin: 8px 0;
}
#quickSearchBar .savedSearchesWrapper {
    display: none;
}
/*d:\matrixservices\wwwroot\css\shadowedpopup.css */

/* classes used for popup effects*/
.popup
{
	POSITION: absolute;  
	margin: -5px 2px 5px -2px !important;
	*margin: 0 !important;
	margin: 0px;
	z-index: 1000001;
	text-align: left;
}

.cbpopup
{
	POSITION: absolute;  
	margin: 0px;
	z-index: 1000001;
	text-align: left;
}

.defaultPopup
{
	BORDER: 3px solid #000064;
	visibility: hidden;
	padding:4px;
	background-color:#fff;
}

.cb_style .defaultPopup input { visibility: inherit !important; }

.cb_style .widePopup
{
	width: 384px; /* Firefox */
	*width: 380px; /* IE */
}

.cb_style .skinnyPopup
{
	width: 286px; /* Firefox */
	*width: 279px; /* IE */
}

.cb_style .close 
{
	float: right;
	border: none;
	height: 14px;
	width: 14px;
background: url(https://secure.icbdr.com/images/js/widgets/close.gif) no-repeat;
	cursor:pointer;
}

.shadowing 
{
	position:absolute;
	visibility:hidden;
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#999999, direction=135, strength=4);
background: url(https://secure.icbdr.com/images/JS/Widgets/shadowAlpha.png) no-repeat bottom right ;
	*background: none;
	z-index: 1000000;
	text-align: left;
}

.shadow
{
	position:absolute;
	visibility:hidden;
background: url(https://secure.icbdr.com/images/JS/Widgets/shadowAlpha.png) no-repeat bottom right ;
	text-align: left;
}

.cb_style .pop_wrapper
{
	margin:8px;
	text-align: left;
    margin-top: 2px;
    font-size: 13px;
    line-height: 21px;
}

.cb_style .popheader
{
	margin-left:4px;
	margin-right:4px;
	text-align: left;
}	

.cb_style p.popheadertext
{
	line-height: 20px;
	margin:0px;
	padding: 0px;
	font-size:11px;
	text-align: left;
}	

.cb_style p.popheadertext img
{
	float:right;
	margin-top:3px;
}

.intro {
	font-family: arial;
	font-size:18px;
	font-weight: 500;
	color: #000064;
}

#modal_background{
    z-index:99999;
    background:#c9d6f6;
    opacity:.6;
    filter:alpha(opacity=60);
    position:absolute;
    left:-2000px;
    top:0px;
}

/* END of popup classes*/


/* sweepstakes styles */
#cb.sweeps {background:#f60;text-align:center;}
#cb_sweepstakes {width:500px; background:#f60 url("http://cb01a.duodesign.com/JobSeeker/sweepstakes/images/bg_top.gif") 50% 45px no-repeat;font-size:111%;text-align:left;}

#cb_sweepstakes #closer {color:#8c240a;font-size:.8em;float:right;background:url(http://cb01a.duodesign.com/JobSeeker/sweepstakes/images/close.gif) right top no-repeat;margin:12px 9px 0 0;}
#cb_sweepstakes #closer a {color:#8c240a; margin-right:19px;}

#cb_sweepstakes #top img#sweepstakeslogo {float:left;margin:0px 0 0px 9px;}
#cb_sweepstakes #top {height:30px;padding:5px;}
#cb_sweepstakes #bottom {background:transparent url("http://cb01a.duodesign.com/JobSeeker/sweepstakes/images/bg_bottom.gif") top center no-repeat;height:200px;}
#cb_sweepstakes #bottom img{margin:10px 0 0 30px;}
#cb_sweepstakes #sweepsContent a {text-decoration:underline;color:#00f;}
#cb_sweepstakes #sweepsContent {color:#7e3b04;padding:1em;}
#cb_sweepstakes #sweepsContent p {margin:0 1.4em 1.4em;font-weight:bold;line-height:1.3em;}
#cb_sweepstakes #sweepsContent h1 {font:bold 21px Arial, Helvetica, Tahoma, Verdana, sans-serif;color:#000;margin:10px 0 0 0;padding:0;text-align:center;}
#cb_sweepstakes #bottom .note {margin:60px 0 30px 140px;}
#cb_sweepstakes #sweepsContent ul {list-style: none;color:#000}

#cb_sweepstakes #sweepsContent li {background:transparent url("http://cb01a.duodesign.com/JobSeeker/sweepstakes/images/bullet_star.gif")  no-repeat;list-style: none; padding: 0 0 1em 2em;margin:0 50px 0 0;}
#cb_sweepstakes #disclaimer {font: 10px/11px Verdana, Arial, Helvetica, sans-serif; color:white;padding:0 1em 1em;text-align:center; }
#cb_sweepstakes #disclaimer a {color:white;}

#cb_sweepstakes .note {
	font: 9px/10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-style: italic;
	color: #666;
	margin: 0;
	}

/* end sweepstakes styles */




/*d:\matrixservices\wwwroot\css\localization\de\shadowedpopup.css */
.defaultPopup {
background-image: url("https://secure.icbdr.com/images/gradients/DEgradient.jpg");
	border-color: #cc3300;
}

.intro {
	color: white;
}

.ej_xavier_toaddress {
	border-color: #C30;
}

.ej_xavier_toaddress li {
	background-color: #FFF;
	border-color: #FFF;
}

.ej_xavier_toaddress li.selected {
background-image: url("https://secure.icbdr.com/images/gradients/DEgradient.jpg"); background-repeat: repeat-x;
	border-color: #C30;
}


.cb_style  .close {
	background:transparent url(https://secure.icbdr.com/images/js/widgets/close.gif) no-repeat scroll 0%;
	border:medium none;
	cursor:pointer;
	float:right;
	height:14px;
	width:14px;}

/*d:\matrixservices\wwwroot\css\cshbase.css */
/*===========================================================================*/
/* MULTIPLE PAGES                                                            */
/*===========================================================================*/

/* all text is within a <td>, so this is essentially the default style */
td{ font: 12px verdana,sans-serif; color: #000000; }

/* kills whitespace after forms */
form{ margin-bottom: 0px; }

/* primary link styles, for most normal links */
h2.SEO{font-size: 12px;}
a.link1{ }
a:link.link1{ color: #0033CC; }
a:visited.link1{ color: #000066; }
a:hover.link1{ color: #CC0000; }
a:active.link1{ color: #CC0000; }

/* secondary link styles, for emphasized links */
a.link2{ }
a:link.link2{ color: #0033CC; }
a:visited.link2{ color: #000066; }
a:hover.link2{ color: #CC0000; }
a:active.link2{ color: #CC0000; }

/* links that appear within a section header
    if cell_sectionheader has a dark background, make these light */
a.link3{ }
a:link.link3{ color: #0033CC; }
a:visited.link3{ color: #000066; }
a:hover.link3{ color: #CC0000; }
a:active.link3{ color: #CC0000; }

/* header text at top of page, descriptive text below it, and header text for sections on page */
.cell_pageheader{ padding-bottom: 20px; font-size: 14px; font-weight: bold; }
.cell_subtext{ padding-bottom: 20px; font-size: 11px; color: #666666; }
.cell_sectionheader{ font-weight: bold; color: #FFFFFF; background-color: #AAAAAA; padding: 4px; }

/* for label/info or label/input pairs */
.cell_label{ text-align: right; font-weight: bold; padding: 4px 18px 4px 4px; white-space: nowrap; }
.cell_value{ padding: 2px 24px 4px 0px; }

/* submit styles */
/* there is a .d_cell_submit for the details page, may have unique styles for other pages also in the future */
.cell_submit{ text-align: center; padding-top: 20px; }
.inp_submit{ width: 140px; font-size: 14px;}

/* Legal Links */
div.CareerbuilderLegalHtmlClass{text-align: center }

/*===========================================================================*/
/* SEARCH PAGE                                                               */
/*===========================================================================*/

.s_tbl_outer{ border-collapse: collapse; width: 100%; }
.s_span_help{ font-size: 12px; }

/* cells of the outermost table */
.s_cell_left{ padding-right: 20px; border-right: solid 1px #CCCCCC; width: 50%; }
.s_cell_right{ padding-left: 20px; width: 50%; }

/* inner nested tables, one each in the cells above */
.s_tbl_left{ border-collapse: collapse;	width: 100%; }
.s_tbl_right{ border-collapse: collapse; width: 100%; }

.s_cell_navigatorintro{ font-weight: bold; color: #999999; padding: 10px 0px; }
.s_cell_formintro{ font-weight: bold; color: #999999; padding: 10px 0px; }

/* quick search links section */
.s_tbl_navigator{ margin-bottom: 20px; background-color: #F5F5F5; width: 100%; border: solid 1px #DDDDDD; }
.s_cell_navigator{ font-size: 11px; }
.s_span_navigator{ font-weight: bold; }
.s_ul_navigator{ margin: 4px 0px 0px 30px; padding: 0px; }
.s_li_navigator{ padding-bottom: 2px; }

/* label text above input fields */
.s_cell_label{ font-weight: bold; }

.s_inp_keywords{ width: 100%; margin-bottom: 10px; }
.s_inp_using{ width: 100%; margin-bottom: 10px; }
.s_inp_jobtypes{ height: 70px; width: 100%; margin-bottom: 10px; }
.s_inp_emptypes{ height: 70px; width: 100%; margin-bottom: 10px; }
.s_inp_locations{ height: 90px; width: 100%; margin-bottom: 10px; }
.s_inp_hhnames{ height: 70px; width: 100%; margin-bottom: 10px; }
.s_div_emptypes{ margin-bottom: 10px; }
.s_inp_city{ width: 100%; margin-bottom: 10px; }

/*===========================================================================*/
/* RESULTS PAGE                                                              */
/*===========================================================================*/

.r_tbl_outer{ border-collapse: collapse; width: 100%; }

.r_span_back{ font-size: 12px; }
.r_cell_nav{ padding: 8px 0px; text-align: center; }
.r_row_sorters{ }

/* styles for the items in the results list */
.r_row_odd{ background-color: #EEEEEE; }
.r_row_even{ }
.r_cell_value{ padding: 4px; }

.r_span_noresults{ font-weight: bold; font-size: 14px; }

/*===========================================================================*/
/* DETAILS PAGE                                                              */
/*===========================================================================*/

.d_tbl_outer{ border-collapse: collapse; width: 100%; }

/* the job title, below the page header and subtext */
.d_cell_title{ font-size: 14px; font-weight: bold; padding-bottom: 20px; }

/* the company name, next to the job title. Only used by the generic cobrand */
.d_cell_company{ font-size: 14px; font-weight: bold; padding-bottom: 20px; text-align: right; visibility: hidden; }

/* nested table in the details section */
.d_tbl_details{ border-collapse: collapse; width: 100%; margin-bottom: 20px; }

.d_cell_bodytext{ padding: 4px 4px 20px 4px; }

.d_cell_topapply{ text-align: center; padding: 4px 8px 4px 4px; }
.d_cell_submit{ text-align: center; padding-top: 20px; }

/* controls the display of email if show contact info is enabled */
.d_row_email{display:none;}

/*===========================================================================*/
/* FINISH PAGE                                                               */
/*===========================================================================*/

.f_tbl_outer{ border-collapse: collapse; width: 100%; }

.f_cell_links{ padding-top: 20px; padding-left: 40px; }
.f_span_finishmessage{ font-weight: bold; }
.f_ul_link{ margin-left: 50px; margin-top: 4px; padding: 0px; }
.f_li_link{ padding-top: 6px; font-weight: bold; }

/*===========================================================================*/
/* APPLY ONLINE PAGES                                                        */
/*===========================================================================*/

/* breadcrumb trail stuff  */
/* turning cell_bct off for everyone by default (pos) */
.cell_bct{ width: 100%; padding: 16px 0px 4px 16px; display: none; }
.span_bctheader {font: bold 20px arial,helvetica; color: #FF6600;}
.span_bctpresent{ font-weight: bold; font-size: 13px; color: #FF6600; }
.span_bctfuture{ font-size: 11px; color: #999999; }

/* cell that the "required field" image is in */
.cell_reqfield{ text-align: right; padding: 0px 4px 4px 0px; }

/* short piece of text instructing the user */
.cell_instruction{ padding: 10px 0px 0px 0px; font-style:italic; font-weight: bold; }

/* highlighted text */
.span_attention{ font-weight: bolder; color: #FF6600; }

.cell_tip{ padding: 4px 20px 4px 4px; font-size: 10px; }

/* creates a divider above the table this is applied to */
.tbl_divider{ border-top: solid 1px #AAAAAA; }

/* instructions above screener questions */
.cell_screenerintro{ font-size: 12px; text-align: center; font-style: italic; padding: 10px 34px; }

/* screener questions and answers */
.cell_screenerq{ border-top: solid 1px #CCCCCC; padding-top: 8px; padding-left: 34px; }
.cell_screenera{ padding: 0px 0px 8px 34px; }

.tbl_eeoheadertable { border: 1px solid #ffcc00;  background-color: #ffffcc; width: 758px; } 
.tbl_eeoinnertable { width: 758px;  background-color: #ffffcc; } 
.tbl_eeoinnertablespacer { width: 758px; background-color: #ffcc00; }
.img_eeospacerimage { width: 758px; }

.tbl_resume{ background-color: #F1F1F1; padding: 4px 14px; margin-bottom: 10px; }
.tbl_selectresume{ background-color: #F5F5F5; border: solid 1px #AAAAAA; }
.cell_resumeoption{ padding: 2px; font-size: 11px; }

/* used in some JavaScript on ApplyConfirm */
.inlDesc_shade{ color: #999999; }
.inlDesc_color{ color: #333333; }

/* This is for the "- OR -" text  */
.span_OR {font: bold 17px arial,helvetica;color: #FF6600;}

.screenerbox 
{
	background-color: Blue;
	border: 1px solid #FF0000;
	padding: .5em;
}
.cb_style .btn.lrg { border: 1px solid #ccc; border-top-color: #f1f1f1; 
background: #999 url("http://img.icbdr.com/images/js/elements/buttons/bg_btngry.gif") 0 0 repeat-x !important; /* hold this line for Firefox and Safari */
background: #999 url("http://img.icbdr.com/images/js/elements/buttons/bg_btngry.gif") 0 -1px repeat-x; /* shift the bg up 1px for IE */
}	
	
.cb_style .grad {
	float: left; 
	width: 460px; 
	margin: 0; 
background: #FFFFFF url(http://img.icbdr.com/images/js/elements/gradients/bg_grad.jpg) repeat-x scroll left top;
	border: 1px solid #ccc; 
	line-height: 16px;
}

.cb_style .applyform {
	float: left; 
	width: 100%; 
	margin: 0; 
	background-image: none; 
	background-color: #f1f1f1; 
	border: 1px solid #ccc; 
	line-height: 16px;
}	
	
#applyWrapper { width: 500px; margin: 5px 0 0 10px; text-align: left;}

/* CSH Results page, Saved Search Popup */
.SSPopup
{
	BORDER: 3px solid #000064;
	background-image: url("");
}

/* Activate and Delete Job Alert pages */
.cb_style .confirmSSActionBox 
{
	border:1px solid black; 
	align:center; 
	width:90%; 
	padding:15px 15px 15px 15px; 
	white-space:nowrap;
}

/*CSH Upload Resume Page-side notes*/
.uploadResumeNote1  
{
       float: right; 
       width: 280px; 
       font-size: 11px; 
       padding: 0; 
       margin: 0; 
       line-height: 12px; 
       font-style: italic;
       }
.uploadResumeNote2
{
    float: right; 
    width: 280px; 
    font-size: 11px; 
    line-height: 12px;
}  
.uploadResumeNote3  
{
    width: 282px; 
    float: right;
    font-size: 11px;
}
#quickbar_shadow, #quickSearchBar {
    display: none !important;
}

