/* general styles */

body
{
	margin: 0;
	padding: 0;
}

.cb_style 
{
	text-align: center;
}

#pnlInnerWrapper
{
	text-align: center;
	margin: 0 auto;
} 

.cb_main
{
	padding-top: 10px;
	padding-bottom: 40px;
}

.bounds
{
	width: 770px;
	margin: 0 auto;	
	clear: both;
	text-align: left;
}

.cb_leaderboard
{
	text-align: center;
	padding: 5px 0;
	background: #fff;
}

.cb_PBar 
{
	height: 22px;
	font: 11px arial, helvetica, sans-serif;
	background-color: #666666;
	background-image: url(../images/images/bg_cb_PBar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

.cb_PBar ul
{
	list-style: none;
	margin: 0 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0;
}

.cb_PBar ul li 
{
	margin: 0;
}

.cb_PBar ul li a, .cb_PBar ul li a:visited
{
	color: #fff;
	text-decoration: none;
}

.cb_header .clear,
.cb_nav .clear,
.cb_footer .clear
{
	clear: both;
}


.cb_header a,
.cb_footer a
{
	color: #00C;
}

.cb_header a:active,
.cb_footer a:active
{
	color: #000;
}

.cb_header a:visited,
.cb_footer a:visited
{
	color: #666;
}

/* header styles */

.cb_header
{
	font: 11px arial, helvetica;
	color: #000;
	background-color: #FFF;
}

.cb_header .edge,
.cb_nav .edge
{
	clear:both;
	border-bottom: solid 1px #cedbfb;
}

.cb_header .header_wrapper 
{

}

.cb_header .sign_in
{
	padding-top: 4px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

/* Masthead */

.cb_Masthead 
{
	border-top: 1px solid #333333;
	background: #fff url(http://img.icbdr.com/images/shell/bg_cb_Masthead.gif) left top repeat-x;
}

.cb_Masthead .cb_EmpNav, .cb_Masthead .cb_EmpNav a, .cb_Masthead .cb_EmpNav a:visited { color: #fff; text-decoration: none; }

.cb_Masthead .cb_EmpNav_wrapper
{

}

.cb_Masthead .cb_EmpNav
{
	float: right;
	margin: 0;
	background: transparent url(http://img.icbdr.com/images/shell/bg_cb_EmpNav.gif) center bottom no-repeat;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	width: 290px;
	padding: 2px 5px 5px;
	text-align: center;
	border-top: 1px solid #777;
	height: 12px;
	white-space: nowrap;
}

.cb_Masthead .cb_EmpNav ul 
{
	list-style: none;
	margin: 0 auto;
	display: inline;
	padding: 0;
}

.cb_Masthead .cb_EmpNav ul li 
{
	display: inline;
	margin: 0;
	padding: 0;
}

.cb_Masthead .cb_EmpNav ul li ul 
{
}

.cb_Masthead .cb_EmpNav ul li ul li 
{
	padding: 0 5px 0 5px;
	background: transparent url(http://img.icbdr.com/images/shell/bg_cb_EmpNav-li.gif) right center no-repeat;
}

.cb_Masthead .cb_EmpNav ul li ul li.l 
{
	background: none;
}

.cb_header .normal_ad
{
	padding-top: 10px;
	text-align: right;
}

.cb_header .leaderboard_ad
{
	padding-top: 10px;
	text-align: center;
}

.cb_header .cb_logo
{
	height: 40px;
} 

.cb_header .cb_logo img
{
	width: 180px;
	height: 40px;
	margin: 0 14px 0 10px;
}

.cb_nav .cb_powered_by
{
	display: block;
	float: right;
}

.cb_nav .cb_powered_by img
{
	width: 192px;
	height: 34px;
	border: 0;
}

/* nav styles */

.cb_nav
{
	background: #fff url(../images/images/bg_cb_MainNav.gif) left bottom repeat-x;
	padding: 0 0 1px;
	width: 100%;
}

.cb_nav .nav_wrapper
{
	/*width:590px;*/
	width: 750px;
	float:left;
	/*margin-top: 15px;*/
	position: relative;
	z-index: 10500;
}

.cb_nav #navEmployer
{
	/* show employer nav link in cobrands */
	/*margin-left: 60px;*/
}

.cb_nav .nav_wrapper ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.cb_nav .nav_wrapper ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	position:relative;
	background: transparent url(http://img.icbdr.com/images/shell/bg_cb_MainNav-li.gif) right bottom no-repeat;
}

.cb_nav .nav_wrapper ul li a
{
	height: 17px;
	padding: 8px 12px 6px 12px !important;
	padding: 9px 12px 7px 12px ;
	color: #1e3e8c;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 11px arial, sans-serif;
	float:left;
}

.cb_nav .nav_wrapper ul li a:visited,
.cb_nav .nav_wrapper ul li a:link
{
	color: #1e3e8c;
}

.cb_nav .nav_wrapper ul li a:hover
{
	text-decoration: underline;
}

.cb_nav .nav_wrapper li.active
{
	background: transparent url(http://img.icbdr.com/images/shell/bg_cb_MainNav-li-active-a.gif) left bottom repeat-x;
}

.cb_nav .nav_wrapper li.active a:link,
.cb_nav .nav_wrapper li.active a:visited
{
	color: #1e3e8c;
}

.cb_nav .nav_wrapper li.active a:hover
{
	color: #1e3e8c;
}

.cb_nav .nav_wrapper li.active ul li a
{
	background: #ffffff;
	color: #ff6600;
}

.cb_nav .nav_wrapper li.active ul li a:hover
{
	color: #1e3e8c;
}

.cb_nav .nav_wrapper ul ul
{
	position: absolute;
	z-index: 10500;
	display: none;
	border-bottom: 1px solid #bbbbbb;
	top: -1px !important;
	top: 0px;
	left: -1px;
}

.cb_nav .nav_wrapper ul ul li
{
	width: 100%;
	background-image: none;
}

.cb_nav .nav_wrapper ul ul li a {
	display: block;
	text-decoration: none;
	background: #fff;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top: 1px solid #eee;
	border-bottom: 0;
	float: none;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
}

.cb_nav .nav_wrapper ul ul.jobalerts
{
	width: 88px;
}

.cb_nav .nav_wrapper ul ul.advice
{
	width: 135px;
	padding: 0 1px;
}

.cb_nav .nav_wrapper ul ul li a:link,
.cb_nav .nav_wrapper ul ul li a:visited
{
	color: #1e3e8c;
}

.cb_nav .nav_wrapper ul ul li a:hover
{
	color: #1e3e8c;
	background-color: #ffffdd;
}

.cb_nav .nav_wrapper ul ul li.first a:link,
.cb_nav .nav_wrapper ul ul li.first a:visited
{
	color: #1e3e8c;
	font-size: 11px;
	border: 0;
	display: block;
	text-decoration: none;
	background-color: #fff;
	float:none;
	text-align: left;
	line-height: 14px;
	white-space: nowrap;
}

.cb_nav .nav_wrapper ul ul li.first a:hover
{
	color: #1e3e8c;
}

.cb_nav .nav_wrapper ul li:hover ul,
.cb_nav .nav_wrapper ul li.over ul 
{
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* .cb_nav .nav_wrapper html ul li { float: left; height: 1%; }
* .cb_nav .nav_wrapper html ul li a { height: 1%; }
/* End */


/* Job Recommendations BAR styles */
.jrbar
{
	height:24px;
}

#barcontents
{
	width:797px;
	line-height:0px;
	font-size:0px;
	background-image: url(http://img.icbdr.com/images/JS/widgets/jrbar.gif);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	height:24px;
	text-align:left;
}

#bartext
{
	padding-top:2px; 
	padding-left:11px;
	visibility: hidden;
	color:navy;
	line-height:18px;
	font-size:11px;
	font-family: arial;
}


#bartext a:link, #bartext a:visited, #bartext a:active
{
	color:navy;
}

/* JR BAR Ticker styles */
#tickerright
{
	float:left;
	width:88px;
	height:23px;
	padding-top:5px;
	background-image: url(http://img.icbdr.com/images/JS/Widgets/jrbartickerright.gif);
}

#tickerrightmore
{
	padding-left:12px;
}

#tickerrightmore a
{
	color: navy;
	font-size:11px;
}

a.tickerjob:link, a.tickerjob:active, a.tickerjob:visited
{
	font-family: Arial;
	font-size:12px;
}

span.tickerjoblocation
{
	font-family: Arial;
	font-size:11px;
}

/* New Footer Styles */

.cb_footer
{
	margin: 0px 0 0;
	padding: 15px 0;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 11px;
	color: #626262;
	background-color: #ffffff;
	background-image: url(../images/bg_cb_Footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.cb_footer hr { display: none; }

.cb_footer dl 
{
	margin: 10px 0;
	padding: 0;
}

.cb_footer dl dt
{
	float: left;
	width: 120px;
	text-align: right;
	font-weight: bold;
	display: inline;
}

.cb_footer dl dd ul 
{
	list-style: none;
	float: left;
	width: 82%;
	text-align: left;
	margin: 0 0 0 30px;
	padding: 0;
}

.cb_footer dl dd ul li 
{
	float: left;
	width: auto;
	text-align: left;
	margin: 0 7px 0 0;
	padding: 0 9px 0 1px;
	background: transparent url(http://img.icbdr.com/images/shell/bg_cbFooter-li.gif) right center no-repeat;
	white-space: nowrap;
}

.cb_footer dl dd ul li.l 
{
	background: none;
}

.cb_footer dl dd ul li, .cb_Footer dl dd ul li strong 
{
	color: #d8dde8;
}

.cb_footer a, .cb_footer a:visited
{
	color: #626262;
	text-decoration: none;
}

.cb_footer a:hover
{
	text-decoration: underline;
}


/* Cobrand Specific */

.cb_header .header_wrapper_cobranded
{
	width: 100%;
}

.cb_nav .nav_wrapper_cobranded
{
	/* most cobrands remove margin abov nav links */
	margin-top: 0px;
}

.cb_nav .nav_wrapper_cobranded_powered_by
{
	/* comcast (and potentially others) using the "powered by" image will
       have different margin size above the nav links */
	margin-top: 6px;	
}

.cb_nav .nav_wrapper_cobranded ul li a, .cb_nav .nav_wrapper_cobranded_powered_by ul li a:hover,  .cb_nav .nav_wrapper_cobranded_powered_by ul li.first a:hover
{
	font-size: 11px;
	font-weight: bold;
}

.cb_nav .nav_wrapper_cobranded ul ul li a , .cb_nav .nav_wrapper_cobranded_powered_by ul ul li a 
{
	font-size: 10px;
}

.cb_nav .nav_wrapper_cobranded ul li li a:hover, .cb_nav .nav_wrapper_cobranded_powered_by ul li li a:hover
{
	color: #1e3e8c;
	font-size: 10px;
}

/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */

.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 */

.hide
{
	display: none;
}

.sfondoNews {
	font-family: Arial;
	font-size: 11px;
	color: #3A3A3A;
	background-color: #E5E9EC;
	background-image: url(../images/background_tables.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-decoration: none;
}
.sfondoNews a {
	font-family: Arial;
	font-size: 11px;
	color: #3A3A3A;
	text-decoration: none;
}
.sfondoNews a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.sfondoAnnunci {
	font-family: Arial;
	font-size: 11px;
	color: #3A3A3A;
	background-color: #ffffff;
	text-decoration: none;
}
.sfondoAnnunci a {
	font-family: Arial;
	font-size: 11px;
	color: #3A3A3A;
	text-decoration: none;
}
.sfondoAnnunci a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	
}
.backBtn {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #143B61;
	text-decoration: none;
	background-image: url(../images/sfondo_btn.jpg);
	background-repeat: repeat-x;
}
.backBtn a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #143B61;
	text-decoration: none;
}
.backBtn a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #143B61;
	text-decoration: underline;
}
.backRicerca {
	font-family: Verdana;
	font-size: 10px;
	color: #143B61;
	text-decoration: none;
	background-image: url(../images/background_ricerca.jpg);
	background-repeat: repeat-x;
}
.testoRicerca {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #143B61;
	text-decoration: none;
}
.testoRicerca a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #143B61;
	text-decoration: none;
}
.testoRicerca a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #143B61;
	text-decoration: underline;
}.backMenuInterno {
	background-color: #F3F6F8;
	background-image: url(../images/logo_backmenu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.menuInterno {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #3A3A3A;
	text-decoration: none;
}
.menuInterno a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #3A3A3A;
	text-decoration: none;
}
.menuInterno a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #1F5F9D;
	text-decoration: none;
}
.bodyTesto {
	font-family: Arial;
	font-size: 11px;
	color: #5F5F5F;
	text-decoration: none;
}
.bodyTesto a {
	font-family: Arial;
	font-size: 11px;
	color: #5F5F5F;
	text-decoration: none;
}

.bodyTesto a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #5F5F5F;
	text-decoration: underline;
}
.titoloSezioni {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #143B61;
	text-decoration: none;
}
.marginImage {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
