/*
===================================================================================
=== GENERAL SITE STYLES ===========================================================
===================================================================================
*/
body{
	padding:			0;
	font:				70%/150% Verdana, Helvetica, sans-serif;
	color:				#3C3C3C;
	text-align:			center;
	background:			#FFF;
}
#container{
	position:			relative;
	width:				990px;
	margin:				0 auto;
	padding:			205px 0 0 0;
	text-align:			left;
}
h1, h2, h3, h4, h5, h6, .pseudoH2, .pseudoH3{
	clear:				both;
	margin:				0 0 0.5em 0;
	color:				#A00B55;
	font:				bold 1.1em Verdana, Helvetica, sans-serif;
}
h1{
	font:				bold 1.8em "Verdana Rounded MT Bold", "Verdana Rounded", Helvetica, sans-serif;
}
h2, .pseudoH2{     
	display:			block;
	font-size:			1.6em;
}
h3, .pseudoH3{
	display:			block;
	margin:				0 0 0.1em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .pseudoH2 a, .pseudoH3 a{
	text-decoration:	none;
}
p, .pseudoP{
	margin:				0 0 1em 0;
}
a{     
	color:				#A00B55;
	font-weight:		bold;
	text-decoration:	underline;
}
.left{
	float:				left!important;
}
.right{
	float:				right!important;
}
.hidden{
	display:			none!important;
}
.noborder{
	border:				0!important;
}
.txtLeft{
	text-align:			left;
}
.txtRight{
	text-align:			right;
}
.txtCentre{
	text-align:			center;
}
.txtJustify{
	text-align:			justify;
}
.imgLeft{
	float:				left;
	margin:				-3px 0 0 0;
}
.imgRight{
	float:				right;
	margin:				-3px 0 0 0;
}
.imgCentre{
	display:			block;
	margin:				0 auto;
}
.incBlock{
	margin:				0 0 10px 0!important;
}
.indented{
	margin:				0 40px;
}

/*
=============
=== FORMS ===
=============
*/
.cvResultsInfoBars {
    background:			#F2E8ED;
}

/*
==========================================
=== HACKS (Also, see ie.css & ie7.css) ===
==========================================
*/
html{ /* Make sure the scrollbar is always on */
	overflow-y:			scroll;
}
div:after, ul:after, ol:after, dl:after{
	content:			".";
	display:			block;
	clear:				both;
	height:				0;
	visibility:			hidden;
}
div, ul, ol, dl{
	zoom:				1;
}

/*
===================================================================================
=== HEADER ========================================================================
===================================================================================
*/
#header{     
	height:				205px;
	width:				100%;
	padding:			0;
	background:			#000;
	position:			absolute;
	top:				0;
}
.SubPage #container{
	padding-top:		234px;
}
#header #logo{
	position:			absolute;
	top:				55px;
	left:				30px;
}
#header .phone{
	color:				#FFF;
	font-size:			3em;
	font-weight:		normal;
	font:				normal 3em Arial;
	position:			absolute;
	top:				64px;
	right:				30px;
}
#header #bannerBAN{
	position:			absolute;
	top:				58px;
	right:				20px;
}

/* --- Header Menu --- */
#header .sidebarMenu{
	margin-right:		349px;
	padding:			10px 0;
	float:				right;
}
#header .sidebarMenu h2{
	display:			none;
}
#header .sidebarMenu li{
	float:				left;
}
#header .sidebarMenu li a{
	padding:			0 10px;
	color:				#FFF;
	font-size:			0.9em;
	font-weight:		normal;
	text-decoration:	none;
	border-right:		1px solid #FFF;
	display:			block;
}
#header .sidebarMenu li.sideLast a{
	border:				0;
}

/* --- Login --- */
#header #jobseekersLoginInc{
	padding:			5px 10px;
	background:			url(/images/backgrounds/black_bl.png) no-repeat bottom left #A10C56;
	position:			absolute;
	top:				0;
	right:				0;
}
#header #jobseekersLoginInc h2{
	margin:				4px 5px 4px 0;
	color:				#FFF;
}
#header #jobseekersLoginInc p{
	margin:				0;
}
#header #jobseekersLoginInc h2,
#header #jobseekersLoginInc #candlogin,
#header #jobseekersLoginInc dl,
#header #jobseekersLoginInc dd,
#header #jobseekersLoginInc p.submit{
	float:				left;
}
#header #jobseekersLoginInc dd{
	padding:			4px 5px 4px 0;
}
#header #jobseekersLoginInc input.text{
	width:				110px!important;
}
#header #jobseekersLoginInc input.loginButton1{
	width:				44px;
	height:				26px;
	background:			url(/images/backgrounds/button_go.png) no-repeat;
}

#breadcrumbs, .breadcrumbs{
	display:			block;
	position:			absolute;
	bottom:				-41px;
	left:				0;
	width:				968px;
	height:				16px;
	overflow:			hidden;
	padding:			3px 10px 3px 10px;
	border:				1px solid #cdcdcd;
	background:			#f1f1f1;
}

/*
===================================================================================
=== MAIN MENU =====================================================================
===================================================================================

======================
=== GENERAL STYLES ===
======================
*/
#header #mainMenu{ /* The menu container div (used to set the background for the menu, etc.) */
	width:				100%;
	border-bottom:		10px solid #A00B55;
	background: 		transparent;
	position:			absolute;
	bottom:				0;
	left:				0;
}
#header #mainMenu ul#topmenu{
	background: 		transparent;
	float:				right;
	overflow:			hidden;
}
#header #mainMenu em{
	font-style:			normal;
}

/* 
=======================================
=== PARENT (TOP LEVEL) MENU OPTIONS ===
=======================================
*/
#header #mainMenu ul#topmenu li{
	margin-right:		10px;
	background:			url(/images/backgrounds/black_tr.png) no-repeat top right #DAD5CD;
	float:				left;
}
#header #mainMenu ul#topmenu .lastItem{
	margin-right:		20px;
}

#header #mainMenu ul#topmenu a.starter{
	width:				152px;
	padding:			13px 0;
	color:				#9E1D5F;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1.7em;
	font-weight:		normal;
	text-align:			center;
	text-decoration:	none;
	text-transform:		lowercase;
	background:			url(/images/backgrounds/black_tl.png) no-repeat top left;
	display:			block;
}

#header #mainMenu ul#topmenu li:hover{
	background-color:	#A00B55;
}
#header #mainMenu ul#topmenu li:hover a{
	color:				#DAD5CD;
}

/*
===================================================================================
=== LAYOUT SETUP ==================================================================
===================================================================================

=================================
=== CSS COMMON TO ALL LAYOUTS ===
=================================
*/
#left, #content, #JBcontent, #right{
	padding:			0;
	float:				left;
	overflow:			hidden;
}
#content, #JBcontent{
	padding:			0 50px;
}
#left, #right{
	width:				200px;
}

/*
=======================
=== 1 COLUMN LAYOUT ===
=======================
*/
body.onecol #content, body.onecol #JBcontent{
	width:				890px; /* TOTAL = 960px */
	overflow:			hidden;
	margin-left:		0px;
}

#homepage.onecol #content{
	width:				990px;
	padding:			0;
}

/*
======================================
=== 2 COLUMN LAYOUT (LEFT SIDEBAR) ===
======================================
*/
body.twocolL #left{
	margin-left:		-990px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.twocolL #content, body.twocolL #JBcontent{ /* See ie.css */
	width:				680px;
	margin-left:		210px; /* #left (width + lateral padding + lateral borders) */
}

/*
=======================================
=== 2 COLUMN LAYOUT (RIGHT SIDEBAR) ===
=======================================
*/

body.twocolR #content, body.twocolR #JBcontent{
	width:				680px;
	margin-right:		10px;
}

/*
=======================
=== 3 COLUMN LAYOUT ===
=======================
*/
body.threecol #left{
	margin-left:		-790px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.threecol #content, body.threecol #JBcontent{
	width:				550px;
	margin:				0 10px 0 210px;
	padding:			0 10px;
} 

/*
===================================================================================
=== GENERIC STYLING ===============================================================
===================================================================================
*/
#main{
	padding:			10px 0;
}

/*
===============
=== CONTENT ===
===============
*/


/*
================
=== SIDEBARS ===
================
*/


/*
===================================================================================
=== INCLUDES STYLING ==============================================================
===================================================================================

==============================================
=== INCLUDES WHEN FEATURED IN THE SIDEBARS ===
==============================================
*/

/* --- Latest Vacancies & Featured Jobs --- */
#left #latestJobs,
#right #latestJobs{
	margin-bottom:		10px;
	padding:			10px;
	background:			#DAD5CD;
}
#left #latestJobs #latestJobs_Container,
#right #latestJobs #latestJobs_Container{
	height:				150px!important;
}
#left #latestJobs table,
#right #latestJobs table{
	margin:				0!important;
}
#left #latestJobs table .LVcol2,
#right #latestJobs table .LVcol2{
	margin-bottom:		5px;
}
#left #latestJobs span,
#right #latestJobs span{
	display:			block;
}
#left #latestJobs p,
#right #latestJobs p{
	margin:				10px 0 0 0;
}

/* --- Featured Companies --- */

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */

/* --- News --- */
#left #LatestNews dt,
#right #LatestNews dt{
	padding:			0 0 0 12px;
	background:			url(/images/backgrounds/arrow_right.png) no-repeat  0 4px;
}
#left #LatestNews dt a,
#right #LatestNews dt a{
	color:				#221E1F;
	text-decoration:	none;
}
#left #LatestNews dd,
#right #LatestNews dd{
	margin-bottom:		10px;
}

/* --- Quick Search Form --- */
#left #search,
#right #search{
	padding:			10px;
	background:			#DAD5CD;
}
#left #search dd,
#right #search dd{
	margin-bottom:		5px;
}
#left #search select,
#right #search select{
	width:				100%;
}
#left #search input.text,
#right #search input.text{
	width:				96.5%;
}
#left #search .searchButton,
#right #search .searchButton{
	width:				44px;
	height:				26px;
	margin-top:			-26px;
	border:				0;
	background:			url(/images/backgrounds/button_go.png) no-repeat;
	position:			relative;
	float:				right;
}
#left #search p,
#right #search p{
	margin:				5px 0 0 0;
	font-size:			0.9em;
}
#left #search .QuickSearchHelp,
#right #search .QuickSearchHelp{
	margin-top:			10px;
	float:				left;
}

/* --- Text (free text field) --- */

/* --- Menu (User created menus) --- */
#left .sidebarMenu,
#right .sidebarMenu{
	padding:			10px;
	border:				1px solid #000;
	background:			#A00B55;
}
#left .sidebarMenu h2,
#right .sidebarMenu h2{
	color:				#FFF;
}
#left .sidebarMenu li,
#right .sidebarMenu li{
	margin-bottom:		10px;
}
#left .sidebarMenu li.sideLast,
#right .sidebarMenu li.sideLast{
	margin-bottom:		0;
}
#left .sidebarMenu li a,
#right .sidebarMenu li a{
	padding:			5px;
	color:				#FFF;
	font-weight:		normal;
	text-decoration:	none;
	border:				1px solid #FFF;
	background:			url(/jobboard/images/backgrounds/formBackgrounds.png) repeat-x left top #000;
	display:			block;
}
#left .sidebarMenu li a:hover,
#right .sidebarMenu li a:hover{
	background-color:	#A00B55;
}

/*
=========================================================
=== INCLUDES (WHEN FEATURED IN THE MAIN CONTENT AREA) ===
=========================================================
*/

/* --- Latest Vacancies & Featured Jobs --- */

/* --- Featured Companies --- */

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */

/* --- News --- */

/* --- Quick Search Form --- */
#content #search,
#JBcontent #search{
	background:			#DAD5CD;
	position:			relative;
}
#content #search dd,
#JBcontent #search dd{
	margin-bottom:		5px;
}
#content #search dd input,
#JBcontent #search dd input{
	width:				98%!important;
}
#content #search dd select,
#JBcontent #search dd select{
	width:				100%!important;
}
#content #search .QuickSearchHelp,
#JBcontent #search .QuickSearchHelp{
	float:				right;
	margin:				5px 100px 0 0;
}
#content #search .searchButton,
#JBcontent #search .searchButton{
	width:				44px;
	height:				26px;
	margin-top:			-26px;
	background:			url(/images/backgrounds/button_go.png) no-repeat;
	position:			relative;
	float:				right;
}
#content #search .advSearch,
#JBcontent #search .advSearch{
	margin-top:			-22px;
	position:			relative;
	float:				left;
}

/* --- Job Browser --- */

/* --- Menu (User created menus) --- */


/*
===================================================================================
=== HOMEPAGE ======================================================================
===================================================================================
*/
/* --- Quick Search --- */
#homepage #content #search{
	width:				305px;
	height:				195px;
	padding:			20px;
	float:				left;
}

/* --- Latest Jobs --- */
#homepage #content #latest{
	width:				595px;
	height:				195px;
	padding:			20px;
	background:			url(/images/backgrounds/latest.png) no-repeat;
	position:			relative;
	float:				right;
}
#homepage #content #latest h2{
	margin:				0 0 40px 100px;
}
#homepage #content #latest table{
	width:				100%;
	padding-left:		20px;
}
#homepage #content #latest .LVcol2{
	width:				100%;
	padding:			10px 20px;
	border-bottom:		1px solid #FFF;
}
#homepage #content #latest span,
#homepage #content #latest span a{
	color:				#FFF;
	font-size:			1.5em;
	font-weight:		normal;
	text-decoration:	none;
}
#homepage #content #latest span{
	display:			inline-block;
}
#homepage #content #latest span a{
	font-size:			1em;
}
#homepage #content #latest span strong{
	font-weight:		normal;
}
#homepage #content #latest #LatestJobsAll{
	display:			none;
}
#homepage #content #latest #LatestJobsAll a{
	padding:			2px;
	color:				#FFF;
	text-decoration:	none;
	border:				1px solid #FFF;
	background:			#000;
	display:			block;
}

/* --- Home Banners --- */
#homepage #bannerAdvertsHOM{
	clear:				both;
}
#homepage #bannerAdvertsHOM ul{
	margin:				0;
}
#homepage #bannerAdvertsHOM li{
	margin:				0;
	padding:			0;
	background:			transparent;
	float:				right;
}
#homepage #bannerAdvertsHOM li:first-child,
#homepage #bannerAdvertsHOM li.firstItem{
	float:				left;
}

/* --- Job Browser --- */
#jobBrowserHome{
	width:				410px;
	height:				194px;
	margin:				-248px 0 10px 270px;
	padding:			20px;
	background:			#C9B9B7;
	float:				left;
}
#jobBrowserHome .browse{
	width:				50%;
	float:				left;
}
#jobBrowserHome .browse h2{
	display:			none;
}
#jobBrowserHome .browse h3{
	margin-bottom:		10px;
}
#jobBrowserHome .browse p{
	margin:				0;
}
#jobBrowserHome .browse ul{
	margin:				0;
}
#jobBrowserHome .browse li{
	margin:				0;
	padding:			0;
	background:			transparent;
}
#jobBrowserHome .browse a{
	margin-bottom:		5px;
	color:				#1C174D;
	font-weight:		normal;
	display:			block;
}
#jobBrowserHome .browse a em{
	font-style:			normal;
}

/* --- CMS Content --- */
#homeContent{	
	width:				590px;
	margin-right:		10px;
	float:				left;
}
#homeContent h2{
	padding:			7px 10px;
	color:				#FFF;
	font-size:			1em;
	font-weight:		normal;
	background:			url(/images/backgrounds/large_bar.png) no-repeat top left;
}

/* --- News --- */
#latestNews{
	width:				390px;
	float:				left;
}
#latestNews h2{
	padding:			7px 10px;
	font-size:			1em;
	background:			url(/images/backgrounds/small_bar.png) no-repeat top left;
}
#latestNews h2 a{
	color:				#FFF;
	font-weight:		normal;
}
#latestNews .articles h2{
	display:			none;
}
#latestNews .articles dt{
	padding:			0 0 0 12px;
	background:			url(/images/backgrounds/arrow_right.png) no-repeat  0 4px;
}
#latestNews .articles dt a{
	color:				#221E1F;
	text-decoration:	none;
}
#latestNews .articles dd{
	margin-bottom:		10px;
}
#latestNews .viewAll{
	text-align:			right;
}

/* --- Featured Companies --- */
.featuredClients {
    padding:          10px;
}
#content .featuredClients ul, #content .featuredEmployersBox ul {
    margin: 0 5px 5px;
    padding: 0;
}
#content .featuredClients li, #content .featuredEmployersBox li {
    display:  inline;
    margin: 0;
    padding: 0 25px!important;
}
#content .featuredClients h2, #content .featuredEmployersBox h2 {
    font-size:    1.3em;
    display:      none;
}
#content .featuredClients .LinkToClientList, #content .featuredEmployersBox .LinkToClientList {
    display:      none;
}


/*
===================================================================================
=== POPUP WINDOW ==================================================================
===================================================================================
*/
#popup{
	margin:				0;
}
#popup #popupHeader{
	width:				100%;
	height:				60px;
	padding:			20px 5px;
	border-bottom:		5px solid #A00B55;
	background:			#000;
}
#popup #popupHeader .popupLogo{ /* [TEMP] */
	width:				250px;
	height:				60px;
	background:			url(/images/email/email_logo.gif) no-repeat top;
}
#popup #popupFooter{
	border-top:			5px solid #A00B55;
}

/*
===================================================================================
=== FOOTER ========================================================================
===================================================================================
*/
#footer{
	clear:				both;
	color:				#A5A5A5;
	padding:			0;
	border-top:			10px solid #A00B55;
}
#footer .links{
	margin-bottom:		 10px;
	padding:			15px 20px 10px 0;
	text-align:			right;
	background:			#000;
}
#footer .links .social{
	margin-top:			-2px;
	float:				left;
}
#footer .links a,
#footer .links img{
	display:			inline-block;
}
#footer .links a{
	margin-left:		20px;
}
#footer li{
	float:				left;
	margin:				0!important;
	padding:			0 5px;
	border-right:		1px solid #A5A5A5;
}
#footer li.lastItem{
	border:				none;
}
#footer p{
	margin:				0;
	padding:			2px 5px;
	clear:				both;
}
#footer a{
	color:				#A5A5A5;
	font-weight:		normal;
	text-decoration:	none;
}

.jobboardFooterInc {
	margin:				2px 0;
}
#footer .jobboardFooterInc li.JobwebBuildHistory {
	border-right-width:	0;
}

/* --- */
#footer .CMSlogout{
	position:			absolute;
	bottom:				6px;
	right:				12px;
}
#footer .CMSlogout a{
	display:			block;
	padding:			3px 10px;
	font-weight:		bold;
	font-size:			1.1em;
	color:				#FFF;
	background:			#DA0F00;
}
#footer .CMSlogout a:hover{
	background:			#820000;
}

/*
===================================================================================
=== CUSTOM JOB BOARD STYLES =======================================================
===================================================================================
*/
/* --- Generic Forms --- */
form.styled h2, form .searchReplace h2, form.styled table th, form.styled h2, form.styled fieldset h3, table.results th,
input[type="submit"], input[type="button"], .buttonLink{
	background-color:	#A00B55;
}

/* --- Form Positioning Fixes --- */
form#frmJobSearch dt.DTsalaryMax, form#frmJobSearch dt.DTsalaryFrame{
	top:				92px;
}
form#frmJobSearch dd.DDsalaryMax, form#frmJobSearch dd.DDsalaryFrame{
	top:				115px;
}
form#frmJobSearch dt.DTposted, form#frmJobSearch dd.DDposted{
	top:				160px;
}
form#frmJobSearch dd.DDposted{
	top:				185px;
}
form#frmJobSearch dt#DTContract, form#frmJobSearch dd#DDContract{
	width:				125px;
	margin-right:		20px;
	clear:				right;
	float:				right;
}

/* --- Job Browser Nav --- */
#jobBrowseContainer .tabNav li{
	width:				50%;
	float:				left;
}
#jobBrowseContainer .tabNav li a{
	padding:			7px 0;
	text-decoration:	none;
	text-align:			center;
	display:			block;
}
#jobBrowseContainer .tabNav li.tabOne a{
	color:				#FFF;
	background:			url(/images/backgrounds/white_tl.png) no-repeat top left #A00B55;
}
#jobBrowseContainer .tabNav li.tabTwo a{
	background:			url(/images/backgrounds/white_tr.png) no-repeat top right #DAD5CD;
}

/* --- Job Browser Generic --- */
#jobBrowseContainer #jobBrowserResults,
#jobBrowseContainer #search{
	border:				0;
	background:			url(/images/backgrounds/col_bot.png) no-repeat bottom left;
}

/* --- Job Browser Links --- */
#jobBrowseContainer #jobBrowserResults{
	background-color:	#A00B55;
}
#jobBrowseContainer #jobBrowserResults #CurrentSearch{
	border:				1px solid #000;
	background:			#BD5588;
}
#jobBrowseContainer #jobBrowserResults #CurrentSearch li{
	margin-bottom:		5px;
}
#jobBrowseContainer #jobBrowserResults #CurrentSearch p{
	margin:				5px 0 0 0;
	padding:			5px 0 0 0;
	border-top:			1px solid #FFF;
}
#jobBrowseContainer #jobBrowserResults #CurrentSearch p a,
#jobBrowseContainer #jobBrowserResults .JobBrowseCategoryLinks li{
	font-size:			0.9em;
}
#jobBrowseContainer #jobBrowserResults .JobBrowseCategoryLinks li em{
	color:				#FFF;
}

/* --- Job Browser Search --- */
#jobBrowseContainer #search{
	background-color:	#DAD5CD;
}
#jobBrowseContainer #search .searchButton{
	margin-top:			-30px;
}

/* --- Send Me Jobs Like These */
#JBcontent.jobResults .sendMeJobsLikeThese{
	padding:			0;
	text-align:			right;
	top:				0;
}
#JBcontent.jobResults #sendMeJobsLikeTheseTop{
	margin-bottom:		10px;
}
#JBcontent.jobResults .sendMeJobsLikeThese .SendMeJobsButton{
	margin:				0!important;
	position:			relative;
	right:				0;
}

/* --- Page Numbers --- */
#JBcontent.jobResults .pageNumbTop{
	position:			relative;
	top:				-37px;
}

/* --- Job / CV Results --- */
#JBcontent.jobResults .jobInfo,
#JBcontent.CVresults .candInfo{
	margin:				10px 0;
	padding:			0;
	border:				0;
	background:			url(/images/backgrounds/job_results_bot.png) no-repeat bottom left;
}
#JBcontent.jobResults .jobInfo h2,
#JBcontent.CVresults .candInfo h2{
	width:				100%;
	margin:				0;
	padding:			0;
	font-size:			1.6em;
	background:			url(/images/backgrounds/job_results_top.png) no-repeat top left #A00B55;
	top:				0;
}
#JBcontent.jobResults .jobInfo h2 a,
#JBcontent.CVresults .candInfo h2 a{
	padding:			7px 0 7px 33px;
	color:				#FFF;
	font-weight:		normal;
	display:			block;
}
#JBcontent.jobResults .jobInfo input.checkBox,
#JBcontent.CVresults .candInfo input.checkBox{
	left:				8px;
	top:				12px;
}
#JBcontent.jobResults .jobInfo a.detailsApply{
	background-color:	#000;
	top:				5px;
	right:				5px;
}
#JBcontent.CVresults .candInfo h3,
#JBcontent.CVresults .candInfo .icons{
	margin:				0;
	padding:			0;
	position:			absolute;
	top:				6px;
	right:				5px;
}
#JBcontent.CVresults .candInfo h3{
	width:				auto;
	margin:				5px 26px;
	position:			static;
}
#JBcontent.CVresults .candInfo .icons img{
	margin:				6px;
	display:			inline-block;
}
#JBcontent.jobResults .jobInfo ul.jobDetails,
#JBcontent.CVresults .candInfo .candDetails ul{
	width:				92%;
	margin:				0 2%;
	padding:			5px 2%;
	border-bottom:		0;
	position:			static;
}
#JBcontent.CVresults .candInfo .candDetails ul li.candCreateDate, 
#JBcontent.CVresults .candInfo .candDetails ul li.candRelocateDesc {
	float:				left;
}
#JBcontent.jobResults .jobInfo p,
#JBcontent.CVresults .candInfo p.candDescription{
	width:				92%;
	margin:				0 4%;
	padding:			5px 0;
	border-top:			1px solid #BBB;
}
#JBcontent.jobResults .featuredJob{
	border-color:		#97CA61;
}
#JBcontent.jobResults .featuredJob h2 a{
	margin-left:		30px;
	background:			url(/images/backgrounds/feat_star.png) no-repeat 0 5px;
}

/* --- Job View --- */
#JBcontent.jobView .jobInfo dl dt, 
#JBcontent.jobView dl.extraInfo dt{
	width:				40%;
}
#JBcontent.jobView .jobInfo dl dd, 
#JBcontent.jobView dl.extraInfo dd{
	width:				55%;
}

/* --- CV Add --- */
#JBcontent.CVadd #frmCandCVAdd{
	width:				100%;
}
#JBcontent.CVadd #frmCandCVAdd td{
	padding:			0;
}
#JBcontent.CVadd #frmCandCVAdd h2,
#JBcontent.CVadd #frmCandCVAdd h3{
	margin:				0;
}
#JBcontent.CVadd #frmCandCVAdd dl{
	margin:				15px;
}
#JBcontent.CVadd #frmCandCVAdd dl.top{
	margin:				0;
}

/* --- CV Search --- */
#JBcontent.noCredit #frmCVSearch fieldset{
	padding:			0;
}
#JBcontent.noCredit #frmCVSearch h2,
#JBcontent.noCredit #frmCVSearch h3{
	margin:				0;
}
#JBcontent.noCredit #frmCVSearch dl{
	margin:				15px;
}

/* --- Job Manager --- */
table.results th.tabHead4, table.results td.jobRefTD{
	max-width:			60px;
}


#JBcontent.jobManager p.info {display:none}
