.jsBodyBlueGrad 
{
background: #aaa url(../../images/gradients/js_bluegrad.jpg) repeat-x;
	padding: 1px 0 1px 0; /* pixels prevent margins to collapse in firefox */
	margin: 0; 	
}

.jsBlueGrad 
{
background: #fff url(../../images/gradients/js_bluegrad.jpg) repeat-x; padding-top: 10px; margin: 0;
}

.cb_style .grad 
{	
    background: #fff url(../../images/intl/LightGrayGradient.jpg) repeat-x scroll 0 0;
    border: 1px solid #aaa;
}

.cb_style 
{
	font: 12px Arial, Helvetica, sans-serif;
}

.cb_style p, #cb * p 
{
	margin: 0 0 1em; 
}

.cb_style table{
    text-align: left;
}

.cb_style * input, .cb_style * select, .cb_style * td
{
	margin: 0;
	font-size: 11px;
	
	}

.cb_style select, .cb_style input, .cb_style submit, .cb_style td {
	/*font: 11px arial,helvetica;*/
}

.cb_style .graygrad { border:1px solid #AAAAAA; background: url(../../images/intl/LightGrayGradient.jpg) repeat-x; }
.cb_style .grayborder { border: 1px solid #aaa; }

.cb_style .stdPageWrapper { margin: 15px auto; }
.cb_style .stdOuter { margin-bottom: 10px; }
.cb_style .stdInnerContent { margin: 10px; }

.cb_style .stdInnerContent ul {
	list-style-position: outside;
	margin: 5px 0 5px 15px;
	padding: 0
}

.cb_style .jsWhiteBoxWrapper 
{
	margin: 15px 0 0 0; 
	padding: 1px 0 1px 0; 
	text-align: center; 
	background-color: #fff; 
	width: 750px; 	
}

.cb_style .jsContentWrapper
{
	margin: 15px;
	text-align: left;
}

.cb_style h1
{
/*	font-family: Arial, helvetica, Sans-Serif;*/
	font-size: 20px;
	font-weight: bold;
	color: #f70;
}

.cb_style h2, .cb_style legend 
{ 
	font-size: 16px; 
	line-height: 18px; 
	color: #006; 
	margin: 1em 0 1em; 
	font-weight: bold; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
}

.cb_style h3 { font-size: 14px; line-height: 16px; color: #666; margin: 0 0 .75em; }
.cb_style h4 { font-size: 12px; }
.cb_style h5 { font-size: 11px; }
.cb_style h6 { font-size: 10px; }

.cboff_left
{
	left:-200em;
	position:absolute;
	top:-20em;
}

.cb_style a 
{
/*	font-family: Arial, helvetica, sans-serif;*/
	font-weight: normal;
	color: #1e3e8c;
	text-decoration: none;
}

.cb_style a:hover 
{
	text-decoration: underline;
}

a.noHover
{
	color:#000;
}

a.noHover:hover
{
	text-decoration:none;
	color:#000;
}

.cb_style .hdr_gry_bld, .cb_style .hdr_bold{
	font: bold 18px arial,helvetica;
	color: #333333;
}

.cb_style .formTitle
{
	float: left;
	font-size: 16px; 
	color: #006;	 
	font-weight: bold; 
	margin: 0; 
	padding: 0;
}

.cb_style .results_nav{
	font: bold 11px arial,helvetica;
	color: #333333;
}

/* Panels and tabs */


/* Primary Panel
-------------------------------------------------------- */
.cb_PnlPrimary 
{
	border: 1px solid #fa0;
	text-align: left;
	margin: 0 0 25px;
	padding: 9px;
}

.cb_style .cb_PnlTabbed { margin: 5px 0 -2px; padding: 0 0 0 2px; position:relative; z-index:100; height:30px; }
.cb_style .cb_PnlTabbed ul { list-style: none; margin: 0; padding-left: 0px;}
.cb_style .cb_PnlTabbed ul li { float: left; margin: 0 0 0 3px; border: 1px solid #bbb; border-bottom: none; background: #f9f9f9 url(../../images/js/jobresults/bg_cb_pnltabbed_li.gif) repeat-x;}
.cb_style .cb_PnlTabbed ul li.active { border-color: #aaa; border-bottom: 2px solid #fff; background: #fff; }
.cb_style .cb_PnlTabbed ul li a {	display: block;	padding: 4px 7px; font-size: 10px; line-height: 10px; font-weight: bold; color: #1e3e8c; float: left; }
.cb_style .cb_PnlTabbed ul li.active a:hover { text-decoration: none;	}

.cb_PnlTabbed ul li.notab
{
	border: 0;
	float: right;
	padding-top: 2px;
	background: none;
}
.cb_PnlTabbed ul li.notab a
{ 
	font-weight: bold;
	font-size: 1em;
}

/* Secondary Panel
-------------------------------------------------------- */

.cb_PnlSecondary 
{
background: transparent url(../../images/shell/bg_cb_PnlSecondary.gif) left top repeat-x;
	border: 1px solid #ddd;
	text-align: left;
	margin: 0 0 25px;
	padding: 9px;
}

.cb_PnlSecondary h3 
{
}

/* Tertiary Panel
-------------------------------------------------------- */

.cb_PnlTertiary 
{
	background: #fff;
	text-align: left;
	margin: 0 0 25px;
}

.cb_PnlTertiary h3 
{
	border-bottom: 1px solid #ddd;
}

/* End Panels and tabs */



/* Buttons */
.cb_style .btn
{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: auto;
    border: 1px solid #c30;
    padding: .35em .75em;
    background: #ff7d00 url('https://secure.icbdr.com/images/js/elements/buttons/bg_btn.gif') repeat-x ; /* hold this line for Firefox and Safari */
    background: #ff7d00 url('https://secure.icbdr.com/images/js/elements/buttons/bg_btn.gif') 0 -1px repeat-x; /* shift the bg up 1px for IE */
}
.cb_style .btn.lrg
{
    font-size: 110%;
}

.cb_style .btn.blue
{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: auto;
    border: 1px solid #006;
    padding: .35em .75em;
    background: #2629a5 url("../../images/js/elements/buttons/bg_btnBL.gif") 0 0 repeat-x ; /* hold this line for Firefox and Safari */
    background: #2629a5 url("../../images/js/elements/buttons/bg_btnBL.gif") 0 -1px repeat-x; /* shift the bg up 1px for IE */
}

.cb_style .btn.blue.lrg
{
	font-size: 100%;
}

.cb_style .btnJobSkin
{
	font-weight: bold;
	font-size:13px; 
	color: #fff;
	cursor: pointer;
	width: 149px;
	border: 1px solid #c30;
	border-top-color: #fc6;	
	height: 21px;
	line-height: 21px;	
    background: #ff7d00 url('https://secure.icbdr.com/images/js/elements/buttons/bg_btn.gif') repeat-x !important; /* hold this line for Firefox and Safari */
    background: #ff7d00 url('https://secure.icbdr.com/images/js/elements/buttons/bg_btn.gif') 0 -1px repeat-x; /* shift the bg up 1px for IE */
    display: inline-block;
    text-align: center;
}

/* Constant Button Style for Questionnarie Preview */
.cb_style .btnConstant
{
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 100px;
    height:24px;
    border: 1px solid #c30;
    border-top-color: #fc6;
    padding: .25em !important; /* hold this line for Firefox and Safari */
    padding: .25em 0; /* take of the left/right margins for IE */
    background: #ff7d00 url('https://secure.icbdr.com/images/js/elements/buttons/bg_btn.gif') repeat-x !important; /* hold this line for Firefox and Safari */
    background: #ff7d00 url('https://secure.icbdr.com/images/js/elements/buttons/bg_btn.gif') 0 -1px repeat-x; /* shift the bg up 1px for IE */
}

.cb_style .span 
{
	font-weight: bold;
	font-size:small;
	margin: 0;
}

.cb_style #tips
{
	width: 650px;
	
	font-size: 10px;
	line-height: 1.2em;
	padding-top: 1em;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
}

.cb_style  #TipsHeading
{ 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
	color: #000066;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0.3em;
	margin-left: 0pt;
}
/* End of Questionnarie Preview */
	
/* End Buttons */

.cb_style .rss 
{
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 14px;
	color: #ff740a;
}

.cb_style .plainLink { text-decoration: none; cursor: pointer; }

/* Quick Search Box Styles */
.cb_style #qsForm, #webIDForm 
{
	color: #333;	
	padding: .5em;
	margin: 0;
		/*
	border: 1px solid #ff6;
background: url("../../images/js/elements/gradients/bg_gradbot.gif") bottom left repeat-x;
	*/
}

.cb_style #qsForm label
{
	display: block;
	font-weight: bold;
	font-size: 1.25em;
	margin: 0 0 .3em;
}

.cb_style #keywordCol 
{ 
	float: left; 
	width: 50%; 
	/*min-width: 16.5em;*/ 
}

.cb_style #locationCol 
{
	float: left; 
	width: 50%; 
}

.cb_style #webIDForm label
{
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 .3em;
}
/* End Quick Search Box Styles */



/*General Styles */
.cb_style .centerOuterWrapper { text-align: center; padding: 0; margin: 0; }

.cb_style .medGrey { font-size: 14px; font-weight: bold; color: #696969; padding: 0; margin: 0 0 1px 0; }




/* JA and PR Box on INTL Pages.  Soon to be delete after all intl sites are on their own CSS */
.intlHome_prBox 
{
	width: 118px;
	height: 122px;
	margin-bottom: 9px;
	border: 1px solid #FE8908;
}

.cb_style .intlHome_prBox .prBox_inner 
{
	border: 1px solid #fff;
	background-color: #FFDFBD;
	padding: 5px;
	margin: 0;
	height: 83px;
}

.cb_style .intlHome_prBox h3
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	letter-spacing: -1px;
	padding: 5px;
	margin: 0;
	background-color: #FE8908;
	border: 1px solid #fff;
	border-bottom: 0;
}

.cb_style .intlHome_prBox a:hover 
{
	text-decoration: none;
}

.cb_style .jaBox_inner, .cb_style .prBox_inner 
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	letter-spacing: -1px;
	position: relative;
}

.cb_style .jaBox_inner .jaBox_bottom 
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 106px;
	height: 33px;
	margin: 5px;
background: url(../../images/js/widgets/jobalert_go.jpg) no-repeat;
}

.cb_style .prBox_inner .prBox_bottom 
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 106px;
	height: 36px;
	margin: 5px;
background: url(../../images/js/widgets/postres_go.jpg) no-repeat;
}

.cb_style .jaBox_inner .jaBox_bottom span a
{
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #006;
	display: block;
	padding: 0;
	margin: 6px 0 0 10px;
	text-decoration: none;
}

.cb_style .prBox_inner .prBox_bottom span a
{
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #FE8908;
	display: block;
	padding: 0;
	margin: 9px 0 0 25px;
	text-decoration: none;
}

	
/* End JA and PR Boxes on INTL style */

/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clear { clear: both; overflow: hidden; height: 1px; }
.brclear { clear: both; height: 0; margin: 0; font-size: 1px; line-height: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* JCK - added this next line to remove the extra spacing in Safari and Firefox */
.c\learfix:after { line-height: 0; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Styles taken from inline and placed in the stylesheets*/	


/*
 *  BEGIN job seeker login
 */
.silogin_wrapper {
    width:750px;
    margin: 0 auto;
    text-align:left;
}

.siBox {
    float: left;
    width: 335px;
    height: 275px;
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid turquoise;
}


.siBox.org {
    border: 1px solid #aaa;   
}

.siBox.blu {
    border: 1px solid #006;
}

.siContent {
    margin: 10px;
}

.siBox h3.org {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    padding: 6px 8px 4px 10px;
background: url(../../images/header-org.gif) repeat-x top left;
}

.siBox h3.blue {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    padding: 6px 8px 4px 10px;
background: url(../../images/header-blu.gif) repeat-x top left;
}

.cb_style .siContentWrapper {
    margin: 0;
    padding: 1px;
    border: 0;
}

.siContent {
    margin: 10px;
}

.siContent li {
list-style-image: url(../../images/arrow2.gif);
    list-style-type: none;
}

.siContent p {
    font-size: 12px;
}

.siContent a {
    font-size:11px;
    color: #006;
}

.siItalic {
    font-style:italic;
}

.siBold {
    font-weight: bold;
}

.dvSpacer {
    float: left;
    width: 15px;
}

#container {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
/*
 *  END job seeker login
 */


/* stupid asterisk */
.cb_style .requiredStar { font-family: Arial, Sans-Serif; font-size: 14px; text-align:center; color:#ff6600; vertical-align: bottom;}
.cb_style .requiredText {font-weight: bold; font-family: arial,helvetica; font-size: 10px; color: #FF6600;}


/* dotted link underline */
a.dotted:link { 
    border-bottom:1px dotted #6a6cd3;
    text-decoration:none; 
}
a.dotted:visited { 
    border-bottom:1px dotted #6a6cd3;
    text-decoration:none; 
}
a.dotted:hover { 
    border-bottom:1px dotted #6a6cd3;
    text-decoration:none; 
}

/* bind account page */

.bindaccount {
	font-size: 18px; 
	font-weight: bold; 
	font-family: arial,helvetica; 
	color: #ff7d00; 
}

.MSNSignOut {
	font-size: 18px; 
	font-weight: bold; 
	font-family: arial,helvetica; 
	color: #ff7d00; 
}
	
.articleModified 
{
	color: #666;
	text-align: right;
}

.cb_style .jobRecsPrefBorder
{
	border: solid 1px #F60;
}

.cb_style .jobRecsPrefFont
{
	color: #0D3155;
}


 .cb_style .intlQuickSearchBox { border: 1px solid #ff6600; text-align: left; width:400px;}
 .cb_style #iQSBContainer select { width: 100%; font-size: 11px; }
 .cb_style #iQSBContainer #findbutton_wrapper { float: right; width: 47%; text-align: left; padding-top: 1em; position:relative; }
 .cb_style #iQSBContainer #categories_wrapper { float: left; width: 51%; position: relative; clear: left; text-align: left; }
 
 /*Quick Search Box*/
 #outerQSBWrapper    { width: 100%; border: 1px solid #FFB787; margin: 0; padding: 0; text-align: left; font-family: Verdana; }
.headingWrapper     { background-color: #f60; border: 1px solid #fff; margin: 0; padding: 0; }
.headingWrapper h1  { font-weight: normal; font-size: 17px; color: #fff; font-family: Verdana; letter-spacing: -1px; padding: 4px 6px 4px 6px !important; margin: 0; }	
.gradWrapper        { border: 1px solid #fff; border-top: none; padding: 5px; }
.QSBOuterWidth		{width:100%;}
.QSBInnerWidth		{width:97%;}
.qsbTextBox			{width:96%;}
.qsbDropDown		{width:175px;}
.qsbHalfDropDown	{width:82px;}
.qsbBottomWidth		{width:100%;}
.Advbtn { padding: 6px 0 3px 4px; margin: 0; display: block; }
H1.qjs { font-weight: normal; font-size: 18px; color: #fff; font-family: Verdana; letter-spacing: -1px; padding: 8px; margin: 0; }	
div.qjs { font-weight: normal; font-size: 18px; color: #fff; font-family: Verdana; letter-spacing: -1px; padding: 3px; margin: 0; }	

.qsbOuter {background-color:#ffffff; BORDER-RIGHT:#ff6600 1px solid; BORDER-LEFT:#ff6600 1px solid; border-top: #ff6600 1px solid; border-bottom: #ff6600 1px solid;}
.qsbHeader {font-family: tahoma; color: #e85f17; font-size:18px; font-weight: normal; padding: 10px 0px 6px 0px; background-color: #ffffff; }
.qsbMulti {background-color:#ffffff;}
.qsbInner {padding-bottom:5px;}
.qsbInnerPad {padding-left:2px;}
.qsbInnerLinks {font-family: tahoma; font-size:11px; color:#ff6600;}

.inputLabel { display: block; font-weight: bold; font-size: 11px; padding: 2px 4px 2px 4px; }
.inputLabel a { color: #f60; text-decoration: none; font-weight: bold; font-size: 11px; }
.inputLabel a:visited { color: #f60; text-decoration: none; font-weight: bold; font-size: 11px; }
.input { display: block; padding: 2px 4px 0 4px; font-size: 12px; }
.inputExample { display: block; font-size: 10px; font-style: italic; color: #666; padding: 0 4px 4px 4px; }

.siTextInpt {width:180px}
#rmmbr {margin-top:12px}
#siContentID A { font-size:10pt; font-weight:bolder}
#signinBtn {margin-bottom:12px}
    	
/* RDB Navigators */
div#NavigatorContainer div.container p,
div#NavigatorContainer div.container ul { text-align: left; }

/* New Duo CB Style Guide 2010 */
.cb_style a.cbsg2010{
   color: #363FB5;
   font-weight: bold;
}
.cb_style a.cbsg2010.bodyLink {
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
.cb_style a.cbsg2010.bodyLink:hover { text-decoration:none; }
.cb_style a.cbsg2010.anchorWithImgAndSpan { text-decoration: none; }
.cb_style a.cbsg2010.anchorWithImgAndSpan:hover { text-decoration: none; }
.cb_style a.cbsg2010.anchorWithImgAndSpan img { text-decoration: none; margin-right: 2px; }
.cb_style a.cbsg2010.anchorWithImgAndSpan:hover img { text-decoration: none; }
.cb_style a.cbsg2010.anchorWithImgAndSpan span { text-decoration: underline; }
.cb_style a.cbsg2010.anchorWithImgAndSpan:hover span { text-decoration: none; }
.cb_style a.cbsg2010.actionLink { font-size: 12px; }
iframe.Ad { scrolling: no; border: 0px; padding: 0px; margin: 0px; }
iframe.DetachedAd { scrolling: no; border: 0px; padding: 0px; margin: 0px; }

    .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; font-size:12px; }
    .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; background-color:#F79400; background:#F79400; color: White; font-size:14px; }
    .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; background: #102963 !important; color: White !important; }
    .ui-button-text {color:White !important}
    
    #loadSpinner
    {
	    display:none;
	    color:#000;
	    font-size:14px;
	    position:absolute;
	    width:250px;
	    background-color:#f7f7f7;
	    height:100px;
	    font-family:arial;
	    text-align:center;
	
	    border: 1px solid #f0f0f0;
	    border-bottom: 2px solid #ccc;
	    border-right: 2px solid #ccc;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;

    }