/*
===================================================================================
=== GENERAL SITE STYLES ===========================================================
===================================================================================
*/
body{
	padding:			0;
	font:				70%/150% Verdana, Helvetica, sans-serif;
	color:				#3C3C3C;
	text-align:			center;
	background:			url(/images/backgrounds/body.gif) repeat-x top left #D1E0EA;
}
#container{
	position:			relative;
	width:				990px;
	margin:				0 auto;
	padding:			160px 0 0 0;
	text-align:			left;
}
h1, h2, h3, h4, h5, h6, .pseudoH2, .pseudoH3{
	clear:				both;
	margin:				0 0 0.5em 0;
	color:				#04335F;
	font:				bold 1.1em Arial, Helvetica, sans-serif;
}
h1{
	font:				bold 1.7em "Arial Rounded MT Bold", "Arial Rounded", Helvetica, sans-serif;
}
h2, .pseudoH2{     
	display:			block;
	font-size:			1.6em;
}
h3, .pseudoH3{
	display:			block;
	margin:				0 0 0.1em 0;
}
p, .pseudoP,#content ul{
	margin:				0 0 1em 0;
}
a{     
	color:				#04335F;
	font-weight:		bold;
	text-decoration:	underline;
}
#content ul li{
	margin:				0 40px;
}
#content .incBlock ul, #content .incBlock ul li{
	margin:				0;
	list-style:			none;
}
.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;
}
#homeContent{
	margin:				10px 0 0 0;
}

/*
=============
=== FORMS ===
=============
*/
input, select, textarea{
	font:				1em Arial, Helvetica, sans-serif!important;
	color:				#2e2e2e;
}
input[type=text], input[type=password], select, input.text{     /* See ie.css */
	width:				200px;
	padding:			2px;
	border:				1px solid #5A7DA3;
}
#left input[type=text], #left input[type=password], #left select, #left textarea, #left input.text,
#right input[type=text], #right input[type=password], #right select, #right textarea, #right input.text{
	width:				136px;
}
select{
	width:				210px;
}
#left select,
#right select{
	width:				130px;
}

/*
==========================================
=== 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{     
	width:				100%;
	height:				160px;
	padding:			0;
	position:			absolute;
	top:				0;
	border-bottom:		5px solid #3797D1;
}
.SubPage #container{
	padding-top:		188px;
}
#header h1{
	color:				#085096;
	font-family:		Arial;
	font-weight:		normal;
	word-spacing:		-0.07em;
	text-transform:		lowercase;
	position:			absolute;
	top:				135px;
	left:				121px;
}
#header #logo{
	position:			absolute;
	top:				7px;
	left:				0;
}
#header #bannerBAN{
	position:			absolute;
	top:				60px;
	right:				60px;
}
#header #socialMediaLinks{
	position:			absolute;
	top:				37px;
	right:				0;
}
#breadcrumbs, .breadcrumbs{
	display:			block;
	position:			absolute;
	bottom:				-39px;
	width:				970px;
	height:				1.6em;
	overflow:			hidden;
	padding:			3px 10px 3px 10px;
	background:			#f1f1f1;
}

/*
===================================================================================
=== MAIN MENU =====================================================================
===================================================================================

======================
=== GENERAL STYLES ===
======================
*/
#header #mainMenu{ /* The menu container div (used to set the background for the menu, etc.) */
	background: 		transparent;
	position:			absolute;
	top:				0;
	left:				100px;
}
#header #mainMenu ul#topmenu{		
	overflow:			hidden;
	background: 		transparent;
}
#header #mainMenu em{
	font-style:			normal;
}

/* 
=======================================
=== PARENT (TOP LEVEL) MENU OPTIONS ===
=======================================
*/
#header #mainMenu ul#topmenu li{
	float:				left;
}
#header #mainMenu ul#topmenu a.starter,#header p#BMJblog a{
	position:			relative;
	padding:			5px 10px;
	font-weight:		bold;
	text-decoration:	none;
	display:			block;
	color:				#fff;
}
#header #mainMenu ul#topmenu a.starter:hover,#header p#BMJblog a:hover{
	background:			#3797D1;
}
#header p#BMJblog{
	position:			absolute;
	top:				0;
	right:				7px;
}

/*
===================================================================================
=== LAYOUT SETUP ==================================================================
===================================================================================

=================================
=== CSS COMMON TO ALL LAYOUTS ===
=================================
*/
#left, #content, #JBcontent, #right{
	padding:			0 10px;
	float:				left;
}
#left, #right{
	width:				200px;
}
#right{
	width:				158px;
}

/*
=======================
=== 1 COLUMN LAYOUT ===
=======================
*/
body.onecol #content, body.onecol #JBcontent{
	width:				840px;
	margin-left:		0px;
	padding:			10px 70px;
}
body.AdminPages #content, body.AdminPages #JBcontent{
	width:				940px;
	margin-left:		0px;
	padding:			10px;
}

/*
======================================
=== 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:				770px;
	margin-left:		210px; /* #left (width + lateral padding + lateral borders) */
}

/*
=======================================
=== 2 COLUMN LAYOUT (RIGHT SIDEBAR) ===
=======================================
*/

body.twocolR #content, body.twocolR #JBcontent{
	width:				672px;
	margin-left:		0;
	padding:			10px 70px;
}

/*
=======================
=== 3 COLUMN LAYOUT ===
=======================
*/
body.threecol #left{
	margin-left:		-812px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.threecol #content, body.threecol #JBcontent{
	width:				572px;
	margin-left:		220px; /* #left (width + lateral padding + lateral borders) */
} 

/*
===================================================================================
=== GENERIC STYLING ===============================================================
===================================================================================
*/
#main{
	padding:			10px 0;
}
.SubPage #main{
	background:			#FFF;
}

/*
===============
=== CONTENT ===
===============
*/
.bannersLogos{
	margin:				0 0 15px;
	border:				0;
}
.bannersLogos th{
	width:				15em;
	padding:			5px;
	font-weight:		bold;
	text-align:			left;
	border-right:		4px solid #fff;
}
.bannersLogos td{
	padding:			5px;
	border-right:		4px solid #fff;
}
.bannersLogos td.banDim{
	width:				5.5em;
}
.bannersLogos td.banDesc{
	border-right:		0;
}
#content .bannersLogos tr.zebra1{
	background:			#f9f9f9;
}
#content .bannersLogos tr.zebra2{
	background:			#ecf2f8;
}

/*
================
=== SIDEBARS ===
================
*/


/*
===================================================================================
=== INCLUDES STYLING ==============================================================
===================================================================================

==============================================
=== INCLUDES WHEN FEATURED IN THE SIDEBARS ===
==============================================
*/

/* --- Latest Vacancies & Featured Jobs --- */

/* --- Featured Companies --- */
#left .featuredEmployersBox,
#right .featuredEmployersBox{
	background:			url(/images/backgrounds/col_bot.gif) no-repeat bottom left;
}
#left .featuredEmployersBox h2,
#right .featuredEmployersBox h2{
	padding:			10px 10px 0 10px;
	text-align:			center;
	font-size:			1.4em;
	background:			url(/images/backgrounds/col_top.gif) no-repeat top left;
}
#left .featuredEmployersBox h2 a,
#right .featuredEmployersBox h2 a{
	text-decoration:	none;
}
#left .featuredEmployersBox li,
#right .featuredEmployersBox li{
	text-align:			center!important;
}
#left .featuredEmployersBox li img,
#right .featuredEmployersBox li img{
	padding:			2px;
}
#left .featuredEmployersBox .LinkToClientList,
#right .featuredEmployersBox .LinkToClientList{
	text-align:			center;
}

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */

/* --- News --- */

/* --- Quick Search Form --- */
#left #search h2,
#right #search h2{
	color:				#FFF;
}
#left #search dt label,
#right #search dt label{
	color:				#FFF;
}
#left #search dd,
#right #search dd{
	margin-bottom:		5px;
}
#left #search dd select,
#right #search dd select{
	padding:			5px;
	width:				181px;
}
#left #search dd input,
#right #search dd input{
	padding:			5px;
	width:				169px;
}
#left #search #DTKeywords, #right #search #DTKeywords,
#left #search .QuickSearchHelp, #right #search .QuickSearchHelp,
#left #search .KeywordsHelp, #right #search .KeywordsHelp,
#left #search .advSearch, #right #search .advSearch{
	display:			none;
}

/* --- Text (free text field) --- */

/* --- Menu (User created menus) --- */

/* --- Sky Scraper Advert --- */
#left #bannerAdvertsSKY,
#right #bannerAdvertsSKY{
	text-align:			center;
	margin-bottom:		0!important;
}
#left #bannerAdvertsSKY a,
#right #bannerAdvertsSKY a{
	display:			inline-block;
}
#left #bannerAdvertsSKY img,
#right #bannerAdvertsSKY img{	
	border:				0;
}

#right #skyScraper {
	width:120px;
	height:600px;
	float:right;
	background:transparent!important;
}

/*
=========================================================
=== INCLUDES (WHEN FEATURED IN THE MAIN CONTENT AREA) ===
=========================================================
*/

/* --- Latest Vacancies & Featured Jobs --- */
#content #latest{
	width:				518px;
	height:				410px;
	margin-right:		20px!important;
	padding:			10px;
	background:			url(/images/backgrounds/latest_bot.gif) no-repeat bottom left #FFF;
	position:			relative;
	float:				left;
}
#content #latest h2{
	margin:				-10px -10px 10px -10px;
	padding:			10px;
	border-bottom:		1px solid #BABABA;
	background:			url(/images/backgrounds/latest_top.gif) no-repeat top left;
	text-transform:		capitalize;
}
#content #latest h2 a{
	font-weight:		normal;
	text-decoration:	none;
}
#content #latest #latestBox{
	position:			static;
}
#content #latest td{
	width:				100%;
	padding:			6px;
	color:				#04335F;
}
#content #latest td.LatestVacanciesCol1{
	width:				auto;
	padding:			6px 0;
}
#content #latest td.LatestVacanciesCol1 img{
	width:				80px;
	height:				31px;
	margin:				0 5px;
	border:				0;
}
#content #latest .job_highlight td{
	background:			#CDE5F3;
}
#content #latest span,
#content #latest strong{
	font-weight:		normal;
	display:			block;
}
#content #latest span a{
	text-decoration:	none;
}
#content #latest #LatestJobsAll{
	position:			absolute;
	top:				13px;
	right:				10px;
	z-index:			99999;
	text-transform:		capitalize;
}

/* --- Featured Companies --- */
#content #homeBanners{
	width:				280px;
	height:				410px;
	margin-bottom:		0!important;
	padding:			10px;
	background:			url(/images/backgrounds/feat_bot.gif) no-repeat bottom left #FFF;
	position:			relative;
	float:				right;
}
#content #homeBanners h2{
	margin:				-10px -10px 10px -10px;
	padding:			10px;
	border-bottom:		1px solid #BABABA;
	background:			url(/images/backgrounds/feat_top.gif) no-repeat top left;
}
#content .featuredEmployersBox h2 a{
	font-weight:		normal;
	text-decoration:	none;
}
#content .featuredEmployersBox li{
	width:				50%;
	margin:				0 0 5px 0;
	text-align:			center!important;
	float:				left;
}
#content .featuredEmployersBox li img{
	padding:			2px;
}
#content .featuredEmployersBox .LinkToClientList{
	position:			absolute;
	top:				13px;
	right:				10px;
}

/* --- Large Home Page Banner --- */
#LHbanner ul li{
	text-align:			center!important;
}

/* --- Featured Companies --- */

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */

/* --- News --- */

/* --- Quick Search Form --- */

/* --- Job Browser --- */

/* --- Menu (User created menus) --- */


/*
===================================================================================
=== POPUP WINDOW ==================================================================
===================================================================================
*/
#popup #popupHeader{
	width:				100%;
	padding:			0;
	border-bottom:		5px solid #3797D1;
	background:			#FFF;
}
#popup #popupHeader .popupLogo{ /* [TEMP] */
	width:				250px;
	height:				96px;
	padding:			5px 0;
	background:			url(/images/email/email_logo.gif) no-repeat top;
}
#popup #popupFooter{
	border-top:			5px solid #3797D1;
}

/*
===================================================================================
=== FOOTER ========================================================================
===================================================================================
*/
#footer{
	clear:				both;
	color:				#04335F;
	padding:			10px 0 0 0;
	border-top:			1px solid #3797D1;
}
#footer h2{
	display:			none;
}
#footer p{
	margin:				0;
	padding:			2px 10px;
	clear:				both;
}
#footer a{
	color:				#04335F;
	font-weight:		normal;
	text-decoration:	none;
}
#footer ul{
	margin:				2px 0;
}
#footer li{
	float:				left;
	margin:				0!important;
	padding:			0 10px;
	border-right:		1px solid #04335F;
}
#footer li.lastItem,
#footer li.sideLast{
	border:				0;
}
#footer .sidebarMenu li a{
	font-weight:		bold;
}


/* --- */
#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;
}
/*
===================================================================================
=== SEO MENUS (FOOTER) ============================================================
===================================================================================
*/
#SEOlinks{
	position:			relative;
	top:				30px;
	margin:				0;
}
#homepage #SEOlinks{
	top:				10px;
}
#SEOlinks div.seoMenu{
	float:				left;
	width:				18.8%;
	margin:				0 0.5%;
}
#SEOlinks ul li a{
	display:			block;
	font:				normal 0.9em Arial, Helvetica, sans-serif;
	text-decoration:	none;
	ztext-transform:		capitalize;
	color:				#4e7fa0;
}
#SEOlinks ul li a:hover{
	color:				#04335f;
}
#SEOlinks h2{
	margin:				0 0 2px;
	font:				bold 1em Verdana, Tahoma, sans-serif;
}
#SEOlinks h2 a{
	color:				#4e7fa0;
}
#SEOlinks .row2{
	margin:				20px 0 0;
}

/*
===================================================================================
=== HOMEPAGE ======================================================================
===================================================================================
*/
#homepage #container{
	padding-top:		170px;
}
#homepage #header{
	height:				170px;
	border:				0;
	background:			url(/images/backgrounds/header.gif) no-repeat bottom center;
}
#homepage.childSite #main{
	margin-top:			40px;
}

#homepage #content{
	width:				859px;
	margin-top:			132px;
	padding:			0;
}
body.childSite #content{
	margin-top:			73px!important;
}

#homepage #right{
	padding:			0!important;
	width:				120px!important;
	float:				right;
}
#homepage #footer{
	width:				819px;
	height:				80px;
	padding:			8px 20px 12px;
	border:				0;
	background:			url(/images/backgrounds/footer.gif) no-repeat top left;
	position:			relative;
	top:				-5px;
	font-size:			0.9em;
}

/* --- Welcome --- */
#homepage #welcome{
	height:				287px;
	padding:			13px 30px;
	color:				#FFF;
	background:			url(/images/backgrounds/welcome.gif) no-repeat top center;
	position:			relative;
}
#homepage #welcome h2{
	color:				#FFF;
	font-weight:		normal;
}
#welcome #numberJobs a{
	color:				#FFF;
	font-size:			1.6em;
	font-weight:		normal;
	text-decoration:	none;
}
#homepage #search{
	width:				441px;
	height:				145px;
	padding:			5px 10px;
	position:			relative;
}
#homepage #search h2,
#homepage #search .QuickSearchHelp,
#homepage #search .KeywordsHelp{
	display:			none;
}
#homepage #search dl{
	padding-top:			50px;
}
#homepage #search dl label{
	color:				#FFF;
}
#homepage #search dl input{
	width:				98.5%;
	padding:			4px 3px;
}
#homepage #search dl select{
	width:				100%;
	padding:			3px;
}
#homepage #search dl dt,
#homepage #search dl dd{
	width:				49%;
	float:				left;
}
#homepage #search #DDRegion{
	clear:				left;
	margin-right:		2%;
}
#homepage #search #DTJobTitleField{
	margin-top:			-17px;
}
#homepage #search #DTKeywords,
#homepage #search #DDKeywords{
	width:				100%;
	margin-top:			-85px;
}
#homepage #search #DDKeywords{
	margin-top:			-67px;
}
#homepage #search .searchButton{
	width:				42px!important;
	padding:			13px 0!important;
	text-align:			center;
	text-transform:		uppercase;
	border:				0!important;
	background:			url(/images/backgrounds/button_go.png) no-repeat top left!important;
	float:				right;
}
#homepage #search .advSearch a{
	padding:			8px 5px;
	color:				#FFF;
	font-weight:		normal;
	display:			inline-block;
}
#map{
	width:				400px;
	height:				200px;
	position:			absolute;
	top:				180px;
	right:				10px;
	z-index:			99999;
}
#map h2{
	color:				#FFF;
	font-weight:		normal;
}
#map p{
	margin-right:		200px;
	color:				#FFF;
}
#map #viewAll{
	background:			url(/images/backgrounds/view_all.png) no-repeat top left;
}
#map #viewAll a{
	width:				112px;
	padding:			6px 0;
	color:				#FFF;	
	text-align:			center;
	text-decoration:	none;
	display:			block;
}
#map #flashMap{
	position:			absolute;
	top:				-15px;
	right:				5px;
}
#homepage.childSite #map #flashMap{
	z-index:			99999;
}
.links, .sublinks{
	width:				822px;
	position:			absolute;
	top:				380px;
	left:				0;
	z-index:			9999;
}
.links{
	background:			url(/images/backgrounds/homelinks.gif) bottom left no-repeat;
	width:				859px;
	height:				230px;
	z-index:			999999;
}
.sublinks{
	width:				990px;
	height:				156px;
	background:			url(/images/backgrounds/sublinks.gif) no-repeat bottom left;
	top:				435px;
}
.sublinks h2{
	display:			none;
}
.sublinks p{
	margin:				0 180px 9px 0;
	padding:			8px 10px;
	color:				#FFF;
	font-weight:		bold;
}
.sublinks .linkback{
	width:				100px;
	margin:				0;
	text-align:			center;
	position:			absolute;
	top:				40px;
	right:				0;
}
.sublinks .linkback a{
	color:				#04335F;
	text-decoration:	none;
}
.sublinks p span{
	float:				right;
}
.sublinks p a{
	color:				#FFF;
}

.links ul {
	margin: 12px 0 0 13px;
}

.links li{
	width:				125px;
	height:				104px;
	text-align:			center;
	background:			url(/images/backgrounds/heads.png) no-repeat 0 0;
	float:				left;
	margin:				0 18px;
}

.links li a {
	display:block;
	padding-top:77px;
	height:27px;
	margin-top:5px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:0.8em;
}
.links li a:hover {
	text-decoration:underline;
}

.links li#doctors {
	background-position:0px 0px;
}
.links li#nurses{
	background-position:-125px 0px;
}
.links li#social-work{
	background-position:-250px 0px;
}
.links li#care-work{
	background-position:-375px 0px;
}
.links li#healthcare-science{
	background-position:-500px 0px;
}
.links li#pharma-jobs{
	background-position:-625px 0px;
}
.links li#dental-jobs{
	background-position:-750px 0px;
}
.links li#optician-jobs{
	background-position:-875px 0px;
}
.links li#ahp-jobs{
	background-position:-1000px 0px;
}
.links li#non-clinical-jobs{
	background-position:-1125px 0px;
}

.sublinks .face{
	width:				130px;
	height:				110px;
	background:			url(/images/backgrounds/faces.png) no-repeat 0 0;
	position:			absolute;
	top:				-64px;
	left:				450px;
}

.sublinks #doctors.face{
	background-position:0 0;
}
.sublinks #nurses.face{
	background-position:-137px 0;
}
.sublinks #social-work.face{
	background-position:-274px 0;
}
.sublinks #care-work.face{
	background-position:-411px 0;
}
.sublinks #healthcare-science.face{
	background-position:-548px 0;
}
.sublinks #allied-health-professionals.face{
	background-position:-685px 0;
}
.sublinks #Pharmacist.face{
	background-position:-830px 0;
}
.sublinks #dentist.face{
	background-position:-1008px 0;
}
.sublinks #optician.face{
	width:				170px;
	background-position:-1160px 0;
}
.sublinks #non-clinical.face{
	background-position:-1350px 0;
}




.sublinks ul {
	width:855px;
	padding-top:3px;
}
.sublinks li{
	width:				25%;
	float:				left;
}
.sublinks li a{
	height:				1.5em;
	margin:				2px 5px;
	padding:			2px 5px;
	color:				#395613;
	text-decoration:	none;
	display:			block;
	overflow:			hidden;
}
.sublinks li a em{
	zdisplay:			none;
}
.sublinks li a:hover{
	background:			#FFF;
}


#homeSEOContentInc{
	clear:both;
	background:url(/images/backgrounds/spamtop.gif) top left no-repeat #ffffff;
	border-top:6px solid #D1E0EA;
	border-bottom:13px solid #D1E0EA;
}
#homeSEOContentInc div {
	background:url(/images/backgrounds/spambot.gif) bottom left no-repeat transparent;
	padding:20px 15px 10px;
	text-align:center;
}

/*
===================================================================================
=== 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, .savedsearch h2{
	color:				#FFF;
	background-color:	#04335F;
}
form.styled h2 a, form .searchReplace h2 a, form.styled table th a, form.styled h2 a, form.styled fieldset h3 a, table.results th a{
	color:				#FFF;
}
form.styled table tr.subHeaders th{
	background:			#04335F;
}

/* --- Job Search --- */
#JBcontent.searchCrit form dt.DTsalaryMax, #JBcontent.searchCrit form dt.DTsalaryFrame{
	top:				79px;
}
#JBcontent.searchCrit form dd.DDsalaryMax, #JBcontent.searchCrit form dd.DDsalaryFrame{
	top:				100px;
}
#JBcontent.searchCrit form dt.DTposted{
	top:				142px;
}
#JBcontent.searchCrit form dd.DDposted{
	top:				165px;
}
form#frmJobSearch dd.DDRegion select, form#frmJobSearch dd.DDArea select,
form#frmJobSearch dd#DDRegion select, form#frmJobSearch dd#DDArea select{
	width:				125px;
}
form#frmJobSearch dt#DTRegion, form#frmJobSearch dt#DTArea,
form#frmJobSearch dd#DDRegion, form#frmJobSearch dd#DDArea{
	position:			absolute;
	top:				260px;
	left:				340px;
}
form#frmJobSearch dd#DDRegion,
form#frmJobSearch dd#DDRegion{
	top:				280px;
}
form#frmJobSearch dt#DTArea{
	top:				349px;
}
form#frmJobSearch dd#DDArea{
	top:				369px;
}

/* --- Candidate Registration Page --- */
#JBcontent.register form dt.candEmail2, #JBcontent.register form dd.candEmail2,
#JBcontent.register form dt.candPassword2, #JBcontent.register form dd.candPassword2{
	top:				64px!important;
}
#JBcontent.register form dd.candEmail2{
	top:				83px!important;
}
#JBcontent.register form dt.candPassword2{
	top:				128px!important;
}
#JBcontent.register form dd.candPassword2{
	top:				146px!important;
}

/* --- Job Apply --- */
#JBcontent.jobApply form dt.applyTime{
	top:				49px;
}
#JBcontent.jobApply form dd.applyTime{
	top:				67px;
}

/* --- Job Results --- */
#JBcontent.jobResults .resultsActions .viewSelected{
	padding:			7px 15px;
	font-size:			1em!important;
	font-weight:		normal!important;
	text-transform:		capitalize;
	border:				0;
	background:			url(/jobboard/images/backgrounds/formBackgrounds.png) repeat-x left top #626C77;
}
#JBcontent.jobResults .resultsActions .viewSelected:hover{
	background-color:	#111;
}
#JBcontent.jobResults .jobInfo{
	border-color:		#04335F;
}
#JBcontent.jobResults .featuredJob{
	border-color:		#3797D1;
}
#JBcontent.jobResults .jobInfo h2{
	background-color:	#04335F;
}
#JBcontent.jobResults .featuredJob h2{
	background-color:	#3797D1;
}
#JBcontent.jobResults .jobInfo a.detailsApply,
#JBcontent.jobResults .featuredJob a.detailsApply{
	background-color:	#04335F;
}
#JBcontent.jobResults .jobInfo input.checkBox{
	top:				10px;
}

/* --- Job Browser --- */
#jobBrowseContainer .tabNav li{
	width:				100px;
	float:				left;
}
#jobBrowseContainer .tabNav li.tabOne{
	background:			url(/images/backgrounds/jb_browser_top.gif) no-repeat left top #04335F;
	background-color:	#04335F;
}
#jobBrowseContainer .tabNav li.tabTwo{
	background:			url(/images/backgrounds/jb_search_top.gif) no-repeat right top #3797D1;
}
#jobBrowseContainer .tabNav li a{
	padding:			10px;
	color:				#FFF;
	text-align:			center;
	text-decoration:	none;
	display:			block;
}

#jobBrowseContainer #jobBrowserResults{
	padding-bottom:		15px;
	background:			url(/images/backgrounds/jb_browser_bot.gif) no-repeat bottom left #04335F;
}
#jobBrowseContainer #jobBrowserResults #CurrentSearch{
	border-color:		#424242;
	background-color:	#616161;
}
#jobBrowseContainer #jobBrowserResults #CurrentSearch li.GradeTitle{
	display:			none;
}
#jobBrowserResults .JobBrowseLinks li em{
	color:				#FFF;
}

#jobBrowseContainer #search{
	padding:			10px;
	color:				#FFF;
	background:			url(/images/backgrounds/jb_search_bot.gif) no-repeat bottom left #3797D1;
}
#keywordSuggestions{
	z-index:			999999;
}

/* --- Job View --- */
#JBcontent.jobView .jobInfo dl dt#DTGradeTitle{
	height:				1.6em;
	overflow:			hidden;
}

#content #latest .LatestVacanciesTBL .jobs_JobTitle{
	height:				1.6em;
	overflow:			hidden;
}

#bottomText {
	clear:both;
	float:right;
	padding-top:45px;
	text-align:left;
	color:#4E7FA0;
	font:0.9em Verdana,Helvetica,sans-serif;
}

/*
===================================================================================
=== DEBUG =========================================================================
===================================================================================
*/
/*
body{
	background:			red!important;
}	
#container{
	background:			yellow!important;
}
#left{
	background:			red!important;
}
#content, #JBcontent{
	background:			mediumturquoise!important;
}
#right{
	background:			blue!important;
}
#header{
	background:			blue!important;
}
#mainMenu ul#topmenu{
	background:			darkblue!important;
}
#abovecontent{
	background:			mediumslateblue!important;
}
#main{
	background:			lightgray!important;
}
#footer{
	background:			magenta!important;
}
.LatestVacanciesCol2 span.jobs_JobTitleField{
	background:			#C5D9E1;
}
.LatestVacanciesCol2 span.jobs_Area{
	background:			#C5DECC;
}
.LatestVacanciesCol2 span.jobs_JobDescription{
	background:			#E1E0C5;
}
.LatestVacanciesCol2 span.jobs_Salary{
	background:			#DFC5E1;
}
/**/