/*
===================================================================================
=== COLOUR SCHEME ONE (BLUE) ======================================================
===================================================================================

See rules marked '[CS]' for all rules that may need to be changed if you're altering the colour scheme.

Update all rules marked '[TEMP]' when creating a new site (clone) of this template.
See the 'Cloning Template Sites' document for more information.

===================================================================================
=== IMPORT EXTRENAL STYLE SHEETS ==================================================
===================================================================================
*/
@import url(/css/undohtml.css);
@import url(/jobboard/css/main.css);
/*
===================================================================================
=== GENERAL SITE STYLES ===========================================================
===================================================================================
*/
body{
	font:				70%/140% Arial, Helvetica, sans-serif;
	color:				#3C434C;
	text-align:			center;
	padding-bottom:		15px!important;
	background:			#000;
}
#container{
	position:			relative; /* Position to relative in order to allow elements contained within to be positioned absolutely within #container */
	width:				990px; /* Total = 990px */
	margin:				0 auto;
	text-align:			left;
	background:			#FFF;
}
h1, h2, h3, h4, h5, h6{
	clear:				both;
	margin:				0 0 0.5em 0;
	font:				normal 1.1em Arial, Helvetica, sans-serif;
}
h1{ /* See ie.css & ie7.css */
	font-size:			1.7em;
}
h2{  /* [CS] */     
	font-size:			1.6em;
	color:				#C00000;
}
h3{
	font-size:			1.1em;
}
h6{  /* [CS] */     /* Primarily for use with blockquotes */
	margin:				0 30px 30px 30px;
	padding:			2px 12px;
	font:				bold 1em Arial, sabs-serif;
	color:				#fff;
	background:			#3B7AC0;
}
p{
	margin:				0 0 1em 0;
}
a, #breadcrumbs a, .breadcrumbs a{  /* [CS] */ 
	color:				#6699FF;  
}
a:hover, #breadcrumbs a:hover, .breadcrumbs a:hover{  /* [CS] */
	text-decoration:	underline;   
}
.left{
	float:				left!important;
}
.right{
	float:				right!important;
}
.noborder{
	border:				none!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 0 0!important;
}
/*
=============
=== FORMS ===
=============
*/
input, select, textarea{
	font:				1em Arial, Helvetica, sans-serif!important;
}
input[type=text], input[type=password], select, textarea, input.text{  /* [CS] */
	width:				189px!important;
	padding:			2px!important;
	border:				1px solid #bacbda!important;
}
input[type=submit], input.submit{  /* [CS] */
	margin:				5px 0 0 0!important;
	padding:			2px 10px!important;
	font-weight:		bold!important;
	text-transform:		uppercase;
	text-align:			center;
	color:				#000!important;
	border:				1px solid #1F1E2C!important;
	background:			#ECE9D8!important;
}
p.submit a, #search .quicknotes a{  /* [CS] */     
	font:				normal 1em Arial, sans-serif;
}

/*
==========================================
=== HACKS (Also, see ie.css & ie7.css) ===
==========================================
*/
html{ /* Make sure the scrollbar is always on */
	height:				100%;
	margin-bottom:		1px
}


/*
===================================================================================
=== HEADER ========================================================================
===================================================================================
*/
#header{
	position:			relative;
	height:				110px;
	margin:				0;
	padding:			0;
	background:			url(/images/backgrounds/header.gif) repeat-x bottom #FFF;
}
.SubPage #header{
	margin-bottom:		22px;
}
#header a{
	color:				#fff;
}
#header #logo{  /* [CS] */ /* [TEMP] */ 
	position:			absolute;
	top:				5px;
	left:				10px;
}
#header h1{
	font-size:			2.2em;
	font-weight:		bold;
	font-variant:		small-caps;
	display:			block!important;
	position:			absolute;
	top:				23px;
	left:				120px;
}
#header h2{
	color:				#C00000;
	font-size:			1.3em;
	position:			absolute;
	top:				53px;
	left:				285px;
}
#header #banner{
	position:			absolute;
	top:				6px;
	right:				10px;
}
#homeBannerArea{  /* [CS] */     
	width:				100%;
	height:				248px;
}
#homeBannerArea h1{
	font-size:			1.4em;
	display:			block!important;
	margin-bottom:		0.5em;
}
#homeBannerLeft, #homeBannerRight{
	display:			none;
}
#homeBannerArea #intro{  /* [CS] */     
	position:			absolute;
	top:				168px;
	right:				40px;
	width:				400px;
	font:				normal 1.3em Arial;
	color:				#fff;
	text-align:			justify;
	line-height:		1.2em;
}
ul#SwitchBlockNav{
	margin-top:			10px;
	width:				441px;
	height:				63px;
}
ul#SwitchBlockNav li{
	float:				left;
}
ul#SwitchBlockNav li a{
	display:			block;
	width:				145px;
	height:				63px;
}
ul#SwitchBlockNav a#SB_candButton{
	padding-right:		3px;
	background:			url(/images/backgrounds/homeBannerButton1.png) no-repeat;
}
ul#SwitchBlockNav a#SB_clientButton{
	padding-right:		3px;
	background:			url(/images/backgrounds/homeBannerButton2.png) no-repeat;
}
ul#SwitchBlockNav a#SB_regButton{
	background:			url(/images/backgrounds/homeBannerButton3.png) no-repeat;
}
ul#SwitchBlockNav a#SB_candButton:hover{
	background:			url(/images/backgrounds/homeBannerButton1_.png) no-repeat;
}
ul#SwitchBlockNav a#SB_clientButton:hover{
	background:			url(/images/backgrounds/homeBannerButton2_.png) no-repeat;
}
ul#SwitchBlockNav a#SB_regButton:hover{
	background:			url(/images/backgrounds/homeBannerButton3_.png) no-repeat;
}
#breadcrumbs, .breadcrumbs{  /* [CS] */     
	display:			block;
	position:			absolute;
	bottom:				-22px;
	width:				970px;
	margin:				0;
	padding:			2px 10px 3px 10px;
	color:				#3C434C;
	border-bottom:		1px solid #3C434C;
	background:			#F1F1F1;
}
#breadcrumbs a, .breadcrumbs a{  /* [CS] */ 
	font-weight:		bold;
	color:				#000!important;
}
#breadcrumbs a:hover, .breadcrumbs a:hover{  /* [CS] */ 
	text-decoration:	underline;
}

/*
===================================================================================
=== MAIN MENU =====================================================================
===================================================================================

======================
=== GENERAL STYLES ===
======================
*/
#header #mainMenu{ /* The menu container div (used to set the background for the menu, etc.) */
	position:			absolute;
	bottom:				20px;
	right:				10px;
	background: 		transparent;
}
#header #mainMenu ul#topmenu{				
	width:				auto;
	height:				auto;
	background: 		transparent;
}

/* 
=======================================
=== PARENT (TOP LEVEL) MENU OPTIONS ===
=======================================
*/
#header #mainMenu ul#topmenu a.starter{	/* This rule applies to the top level menu items (links) */
	padding: 			0 2px 0 6px; /* Make sure the left padding is 4px greater than the right padding (if you want the text to be central) */
	font:				bold 1.1em Arial, Helevtica, sans-serif;
	color:				#000;
	text-transform:		uppercase;
	border-right:		1px solid #707069;
}
#header #mainMenu ul#topmenu li#mWishList a.starter{
	margin-left:		7px;
	padding:			2px 6px 2px 8px;
	color:				#fff;
	background:			#eb5300;
}
#header #mainMenu ul#topmenu a.starter:hover{  /* [CS] */     /* Hover state for the top level menu items */
	background:			none;
}
#header #mainMenu ul#topmenu .lastItem a.starter{
	border-right:		none;
}

/* 
===============================
=== CHILD (SUB) MENU STYLES --- 
===============================
*/
#header #mainMenu ul#topmenu ul{
	margin-left:		-4px;
	border-width:		2px;
	border-style:		solid;
	border-color:		#000;
}
#header #mainMenu ul.subMenu li a{
	padding:			2px 5px;
	font-weight:		bold;
	border-width:		1px;
	border-style:		solid;
	border-color:		#000;
	background: 		#555;
}
#header #mainMenu ul.subMenu li a:hover{ /* Hover state for submenu items  */
	color: 				#eee;
	background: 		#777;
}
#mainMenu ul#topmenu li.ShowLoggedIn{
	display:			none;
}

/*
===================================================================================
=== LAYOUT SETUP ==================================================================
===================================================================================

=================================
=== CSS COMMON TO ALL LAYOUTS ===
=================================
*/
#homepage #content{
	min-height:			365px;
}
#homepage #main{
	background:			#4C4C4C!important;
}
#left, #content, #JBcontent, #right{
	float:				left;
	overflow:			hidden;
	background:			#fff;
}
#content, #JBcontent{
	padding:			10px 10px;
}
#left, #right{  /* [CS] */     
	width:				190px;
	padding:			0 10px 5px 10px;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6,
.incBlock, .sidebarMenu{
	clear:				both;
}

/*
=======================
=== 1 COLUMN LAYOUT ===
=======================
*/
body.onecol #content, body.onecol #JBcontent{
	width:				970px; /* TOTAL = 990px */
	overflow:			hidden;
	margin-left:		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:				759px; /* TOTAL = 710px */
	overflow:			hidden;
	margin-left:		210px; /* #left (width + lateral padding + lateral borders) */
	border-left:		1px solid #3C434C;
}

/*
=======================================
=== 2 COLUMN LAYOUT (RIGHT SIDEBAR) ===
=======================================
*/
body.twocolR #content, body.twocolR #JBcontent{ /* See ie.css */
	width:				759px; /* TOTAL = 710px */
	overflow:			hidden;
	margin-left:		0px; /* #left (width + lateral padding + lateral borders) */
	border-right:		1px solid #3C434C;
}

body#homepage.twocolR #right{
	width:				443px; /* Total = 451px */
	padding:			0 8px 5px 0;
	background:			#4C4C4C;
}
body#homepage.twocolR #content{
	width:				509px; /* TOTAL = 539px */
	overflow:			hidden;
	margin-left:		0;
	padding:			10px 15px;
	color:				#FFF;
	border:				none;
	background:			#4C4C4C;
}
/*
=======================
=== 3 COLUMN LAYOUT ===
=======================
*/
body.threecol #left{
	margin-left:		-780px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
	border-right:		none;
}
body.threecol #content, body.threecol #JBcontent{
	width:				548px; /* Total = 558px */
	overflow:			hidden;
	margin-left:		210px; /* #left (width + lateral padding + lateral borders) */
	border-left:		1px solid #3C434C;
	border-right:		1px solid #3C434C;
} 


/*
===================================================================================
=== MAIN ==========================================================================
===================================================================================

===============
=== CONTENT ===
===============
*/
#content, #JBcontent{
	padding-bottom:		10px!important;
	text-align:			justify;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#JBcontent h1, #JBcontent h2, #JBcontent h3, #JBcontent h4, #JBcontent h5, #JBcontent h6{
	text-align:			left;
}
#content h2, #JBcontent h2{  /* [CS] */     
	margin-top:			1em;
	padding:			0 0 0.2em 0;
	font-weight:		bold;
	font-size:			1.3em;
	color:				#3C434C!important;
	border-bottom:		2px solid #3C434C!important;
}
#JBcontent form h2{
	border-bottom:		none!important;
}
#content blockquote{
	margin:				0 30px 8px 30px;
	font:				normal 1.2em/1.5em Georgia, serif;
	font-style:			italic;
	text-align:			left;
}
#content ul, #JBcontent ul{
	margin-bottom:		1em;
}
#content ol{
	margin:				0 40px;
	list-style-type:	decimal;
}
#content ol li{
	margin:				0 0 1em 0;
	font-weight:		bold;
	font-size:			1.2em;
}
#content ol li ol li{
	margin:				5px -10px;
	font-weight:		normal;
	font-size:			0.8em;
}
#JBcontent table, #JBcontent form{
	text-align:			left;
}
.linkLatestJobs, .linkAllJobs{
	float:				left;
	margin:				0.5em 0 0 0;
	font:				normal 1.3em Arial, Helvetica, sans-serif;
	color:				#005FB7;
	text-transform:		capitalize;
}
.linkLatestJobs{ /* See ie.css & ie7.css */
	width:				72.7%;

}
.linkLatestJobs a, .linkAllJobs a{  /* [CS] */     
	color:				#005FB7;
}
.linkLatestJobs a:hover, .linkAllJobs a:hover{  /* [CS] */     
	color:				#f06000;
}
#JBcontent.menu .NewsItem{  /* [CS] */  
	border-bottom:		1px solid #dce5ec;
}
#content select, #left select, #right select{
	width:				195px!important;
	padding:			0;
}
#JBcontent .NewsText{
	width:				550px!important;
}

/*
================
=== SIDEBARS ===
================
*/
#left h2, #right h2{
	margin:				-1px -10px 0.6em -10px!important;
	padding:			0.6em 10px 0 10px!important;
	border-top:			1px solid #bacbda!important;
}

/*
================
=== HOMEPAGE ===
================
*/
#homepage{
	background:			#FFF;
}

/* GENERAL */
#homepage h1, #homepage #content h2{
	display:			none;
}

/* QUICK SEARCH */
#homepage #left #search,
#homepage #right #search{ /* See ie.css & ie7.css */
	padding-bottom:		40px;
}
#homepage #left #search dt,
#homepage #right #search dt{
	position:			absolute;
	top:				50px;
	left:				215px;
}
#homepage #left #search dd,
#homepage #right #search dd{
	position:			absolute;
	top:				50px;
	left:				417px;
}
#homepage #left #search dt#DTJobSector,
#homepage #right #search dt#DTJobSector{
	top:				5px;
	left:				5px;
}
#homepage #left #search dd#DDJobSector,
#homepage #right #search dd#DDJobSector{
	top:				5px;
	left:				208px;
}
#homepage #left #search dt#DTJobType,
#homepage #right #search dt#DTJobType{
	top:				5px;
	left:				215px;
}
#homepage #left #search dd#DDJobType,
#homepage #right #search dd#DDJobType{
	top:				5px;
	left:				418px;
}
#homepage #left #search dt#DTRegion,
#homepage #right #search dt#DTRegion{
	top:				50px;
	left:				5px;
}
#homepage #left #search dd#DDRegion,
#homepage #right #search dd#DDRegion{
	top:				50px;
	left:				208px;
}
#homepage #left #search label, 
#homepage #right #search label{
	font-weight:		bold;
}
#homepage #left #search select, #left #search input.text, 
#homepage #right #search select, #right #search input.text{
	display:			block;
	margin-bottom:		0.5em;
}
#homepage #left #search p.submit a,
#homepage #right #search p.submit a{
	width:				100px;
	color:				#000;
	font-size:			0.9em;
	text-decoration:	underline;
	text-transform:		capitalize;
	display:			block;
	position:			absolute;
	top:				-15px;
	left:				0px;
}
#homepage #left #search p.submit .searchButton, 
#homepage #right #search p.submit .searchButton{ /* See ie.css */
	display:			block;
	padding:			2px 10px!important;
	position:			absolute;
	top:				-2px;
	left:				330px;
}
#homepage #left #search .viewAllJobs a,
#homepage #right #search .viewAllJobs a{
	width:				100px;
	color:				#000;
	text-transform:		uppercase;
	text-align:			center;
	padding:			3px 5px;
	position:			absolute;
	top:				10px;
	left:				-208px;
	border:				1px solid #1F1E2C;
	background:			#ECE9D8;
}
#homepage #left #search .QuickSearchHelp a,
#homepage #right #search .QuickSearchHelp a{
	width:				100px;
	color:				#000;
	font-size:			0.9em;
	font-weight:		normal;
	text-transform:		lowercase;
	text-decoration:	underline;
	position:			absolute;
	top:				-8px;
}

/* LATEST & FEATURED JOBS (HOMEPAGE ONLY) */
#homepage #content .LatestVacanciesTBL td{ /* See ie7.css & ie.css */
	padding:			10px 0 0 0;
}
#homepage #content .LatestVacanciesTBL a{
	color:				#fff;
}
#homepage #content .LatestVacanciesTBL a:hover{
	color:				#FFCC00;
}
#homepage #content .LatestVacanciesCol2 span{
	position:			relative;
	height:				1.5em;
	padding:			0;
	overflow:			hidden;
}
#homepage #content .LatestVacanciesCol2 span.jobs_JobTitle{
	width:				100%;
	font-weight:		bold;
}
#homepage #content .LatestVacanciesCol2 span.jobs_Region{
	width:				100%;
	font-weight:		bold;
	color:				#fff;
}
#homepage #content .LatestVacanciesCol2 span.jobs_JobDescription{
	width:				70%;
	font-weight:		normal;
	text-align:			justify;
}
#homepage #content .LatestVacanciesCol2 span.jobs_Salary{
	width:				30%;
	font-weight:		normal;
	text-align:			right;
}

/* SWITCH BLOCK */

#SwitchBlockInc{
	display:			none;
}
#homepage #right #SwitchBlockInc{
	display:			block;
}
#SwitchBlock .CMSButtonPara{
	position:			absolute;
	bottom:				-3px;
	left:				140px;
}
#SwitchBlock #SB_Jobseekers, #SwitchBlock #SB_Employers, #SwitchBlock #SB_Register{ /* See ie.css */
	position:			relative;
	height:				124px;
	padding:			8px 20px;
	background:			#fff;
}
#SwitchBlock #SB_Register{ /* See ie.css */
	position:			absolute;
	top:				456px;
	right:				10px;
	width:				401px;
	height:				369px;
	z-index:			2!important;
}
#SwitchBlock h2{
	display:			none;
}
#SwitchBlock label{
	display:			block;
	padding:			5px 0 0 0;
	font-weight:		bold;
}
.SB_status1{
	display:			block;
}
.SB_status2{
	display:			none;
}
#SwitchBlock ul.SB_Menu{  /* [CS] */     
	position:			absolute;
	top:				140px;
	left:				0;
	width:				441px;
	padding:			8px 0 4px 0;
	background:			#FFF;
}
#SwitchBlock ul.SB_Menu li{ /* ie.css */
	display:			block;
	float:				left;
	width:				213px;
	margin:				0 0 3px 5px;
	color:				#fff;
}
#SwitchBlock ul.SB_Menu li a{
	display:			block;
	position:			relative;
	padding:			3px 10px;
	color:				#fff;
	background:			url(/images/backgrounds/sb_menu.gif) repeat-x;
}
#SwitchBlock ul.SB_Menu li a:hover{
	text-decoration:	underline;
	background:			#666;
}
#SwitchBlock .required{
	position:			relative;
	top:				5px;
	left:				5px;
	font-weight:		bold;
	font-size:			2em;
	color:				#ff6600;
}

/* CANDIDATES */
#SwitchBlock #SB_Jobseekers{
	width:				401px;
}
#SwitchBlock #SB_Jobseekers dl{
	margin:				0 0 0 -15px;
}
#SwitchBlock #SB_Jobseekers dl dt, #SwitchBlock #SB_Jobseekers dl dd{
	float:				left;
	width:				190px;
	padding:			0 0 0 15px;
}
#SwitchBlock #SB_Jobseekers dl dd{
	position:			relative;
	margin:				22px 0 0 -205px;
}
#SwitchBlock #SB_Jobseekers dl dd .text{ /* "Microsoft broke my web experience, again!" rule No. 458903 */
	position:			absolute;
}
#SwitchBlock #SB_Jobseekers p.submit{ /* See ie.css & ie7.css */
	position:			absolute;
	bottom:				15px;
	left:				20px;
}
#SwitchBlock #SB_Jobseekers p.submit a{ /* See ie.css */
	position:			absolute;
	bottom:				20px;
	right:				20px;
}
#SwitchBlock #SB_Jobseekers p.submit .searchButton{ /* See ie.css & ie7.css */
	float:				right;
	position:			relative;
	top:				10px;
	right:				-39px;
	padding:			2px 8px;
	font-weight:		bold!important;
	text-transform:		uppercase;
	text-align:			center;
	color:				#fff;
	border:				1px solid #000;
	background:			#6699cc;
}
#SwitchBlock #SB_Jobseekers p.QuickSearchHelp,
#SwitchBlock #SB_Jobseekers p.viewAllJobs{
	position:			relative;
	display:			inline;
	bottom:				-34px;
	margin-right:		5px;
}
#SwitchBlock #SB_Jobseekers p.QuickSearchHelp a,
#SwitchBlock #SB_Jobseekers p.viewAllJobs a{
	font-weight:		bold;
	color:				#f06000;
}

/* REGISTER */
#SwitchBlock #SB_Register form{
	margin:			-10px 0 0 0;
}
#SwitchBlock #SB_Register .candPassword2{
	position:			absolute;
	top:				213px;
	left:				230px;
	width:				205px;
}
#SwitchBlock #SB_Register dl{
	margin:				0 0 15px 0;
}
#SwitchBlock #SB_Register dt.candPassword2{
	top:				190px;
}
#SwitchBlock #SB_Register .candHomePhone{
	position:			absolute;
	top:				169px;
	left:				230px;
	width:				205px;
}
#SwitchBlock #SB_Register dt.candHomePhone{
	top:				146px;
}
#SwitchBlock #SB_Register .notes{
	top:				0px;
}
#SwitchBlock #SB_Register .privacyStatement{
	position:			absolute;
	bottom:				3px;
	left:				20px;
}
#SwitchBlock #SB_Register .uploadButton{
	position:			absolute;
	bottom:				10px;
	right:				20px;
}

/* TESTIMONIALS & LATEST NEWS */
#testimonials, #newsBlock{ /* see ie.css */
	position:			relative;
	float:				left;
	width:				193px;
	height:				20.5em;
	overflow:			hidden;
	margin:				90px 0 5px 0;
	padding:			0 10px;
	text-align:			justify;
	color:				#ddd;
}
#testimonials h2, #newsBlock h2{
	margin-bottom:		5px!important;
	color:				#ddd;
	border-top:			0!important;
}
#testimonials dt, #newsBlock dt{
	height:				17px;
	overflow:			hidden;
}
#testimonials dd, #newsBlock dd{
	height:				60px!important;
	padding:			0;
	margin:				0;
}
#testimonials .filteredNewsInc h2,
#newsBlock .filteredNewsInc h2{
	display:			none;
}
#testimonials a, #newsBlock a{
	text-decoration:	none!important;
	color:				#ddd!important;
	background:			transparent!important;
}
#testimonials a, #newsBlock p.moreInfo a{
	text-decoration:	underline;
}
#testimonials p.moreInfo,
#newsBlock p.moreInfo{ /* See ie7.css & ie.css */
	position:			absolute;
	bottom:				-18px;
	left:				0;
	width:				100%;
	height:				2em;
	padding-left:		10px;
}
#newsBlock #LatestNews .NewsArticle{	
	overflow:			hidden;
	margin:				0 0 0.8em 0;
}

/*
===================================================================================
=== CMS INCLUDES STYLING ==========================================================
===================================================================================

==============================================
=== INCLUDES WHEN FEATURED IN THE SIDEBARS ===
==============================================
*/

/* --- Latest Vacancies & Featured Jobs --- */
/* Negate the effects of undesirable HTML from job ads when they appear in the sidebars */
#left .LatestVacanciesTBL  span stong, #left .LatestVacanciesTBL  span b, #left .LatestVacanciesTBL  span p, #left .LatestVacanciesTBL span font, #left .LatestVacanciesTBL  span h1, 
#left .LatestVacanciesTBL  span h2, #left .LatestVacanciesTBL  span h3, #left .LatestVacanciesTBL  span h4, #left .LatestVacanciesTBL span h5, #left .LatestVacanciesTBL  span h6, 
#left .LatestVacanciesTBL  span table, #left .LatestVacanciesTBL  span blockquote, #left .LatestVacanciesTBL  span,
#right .LatestVacanciesTBL  span stong, #right .LatestVacanciesTBL  span b, #right .LatestVacanciesTBL  span p, #right .LatestVacanciesTBL span font, #right .LatestVacanciesTBL  span h1,
#right .LatestVacanciesTBL  span h2, #right .LatestVacanciesTBL  span h3, #right .LatestVacanciesTBL  span h4, #right .LatestVacanciesTBL span h5, #right .LatestVacanciesTBL  span h6, 
#right .LatestVacanciesTBL  span table, #right .LatestVacanciesTBL  span blockquote, #right .LatestVacanciesTBL  span{
	margin:				0!important;
	padding:			0!important;
	font:				normal 1em Arial, Helvetica, sans-serif!important;
	color:				#000!important;
	text-decoration:	none!important;
}
#left .LatestVacanciesTBL span br, #left .LatestVacanciesTBL span table,
#right .LatestVacanciesTBL span br, #right .LatestVacanciesTBL span table{
	display:			none!important;
}
/* End of HTML formatting purge! */
#left .LatestVacanciesTBL,
#right .LatestVacanciesTBL{
	width:				100%!important;
}
#left #latest .LatestVacanciesTBL h2,
#right #latest .LatestVacanciesTBL h2{
	margin-bottom:		0!important;
}
#left .LatestVacanciesTBL, 
#right .LatestVacanciesTBL{
	width:				auto;
	margin:				0 0px;
}
#left .LatestVacanciesTBL td, 
#right .LatestVacanciesTBL td{ /* See ie.css */
	padding:			6px 0 3px 0;
	border-bottom:		1px solid #c6c6c6;
}
#left .LatestVacanciesTBL .lastJobRow td, 
#right .LatestVacanciesTBL .lastJobRow td{
	border-bottom:		0px;
}
#left .LatestVacanciesTBL a, 
#right .LatestVacanciesTBL a{  /* [CS] */  
	color:				#000;   
}
#left .LatestVacanciesTBL .LatestVacanciesCol1, 
#right .LatestVacanciesTBL .LatestVacanciesCol1{ /* Advertisers Logo */
	display:			none!important; /* Remove the logo (if present) when in sidebars */
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span{
	position:			relative;
	display:			inline!important;
	padding:			0;
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle{
	margin-right:		5px!important;
	font-weight:		bold!important;
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_Area, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_Area{
	display:			none!important;
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobDescription, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobDescription{
	display:			block!important;
	margin-bottom:		5px!important;
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_Salary, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_Salary{
	display:			none!important; /* Remove the salary when in sidebars */
}

/* --- Featured Companies --- */
#left .featuredEmployersBox,
#right .featuredEmployersBox{  /* [CS] */     
	margin:				0 -10px!important;
	padding:			5px 10px;
	background:			#B6BDC3;
}
#left .featuredEmployersBox h2,
#right .featuredEmployersBox h2{
	margin-top:			-5px!important;
	color:				#fff;
	text-align:			left;
	border-top:			none!important;
}
#left .featuredEmployersBox ul,
#right .featuredEmployersBox ul{
	width:				94%;
	margin:				2px auto 5px auto;
}
#left .featuredEmployersBox ul li,
#right .featuredEmployersBox ul li{
	float:				left;
	padding:			5px 5px;
}
#left .featuredEmployersBox ul li img,
#right .featuredEmployersBox ul li img{
	border:				1px solid #fff;
}
#left .featuredEmployersBox a,
#right .featuredEmployersBox a{
	color:				#fff;
	text-decoration:	underline;
}
#left .featuredEmployersBox a:hover,
#right .featuredEmployersBox a:hover{
	color:				#444;
}
#left .featuredEmployersBox .LinkToClientList,
#right .featuredEmployersBox .LinkToClientList{
	clear:				both;
}

/* --- Jobseeker Main & Recruiter Main --- */
#left #jobseekerMainInc, #right #jobseekerMainInc,
#left #recruiterMainInc, #right #recruiterMainInc{
	margin:				0;
}
#left #jobseekerMainInc h3, #right #jobseekerMainInc h3,
#left #recruiterMainInc h3, #right #recruiterMainInc h3{
	margin-top:			0.6em;
}
#left #jobseekerMainInc form, #right #jobseekerMainInc form,
#left #recruiterMainInc form, #right #recruiterMainInc form{
	margin:				0.3em 0 1em 0;
}
#left #jobseekerMainInc ul li, #right #jobseekerMainInc ul li,
#left #recruiterMainInc ul li, #right #recruiterMainInc ul li{
	margin:				2px -10px;
}
#left #jobseekerMainInc ul li a,#right #jobseekerMainInc ul li a,
#left #recruiterMainInc ul li a,#right #recruiterMainInc ul li a{  /* [CS] */     
	display:			block;
	width:				90%;
	padding:			2px 5%;
	font-weight:		normal;
	color:				#fff;
	background:			#01A7DB;
}
#left #jobseekerMainInc ul li a:hover,#right #jobseekerMainInc ul li a:hover,
#left #recruiterMainInc ul li a:hover,#right #recruiterMainInc ul li a:hover{  /* [CS] */ 
	background:			#0195C4;    
}
#left #jobseekerMainInc ul li ul li a, #right #jobseekerMainInc ul li ul li a,
#left #recruiterMainInc ul li ul li a, #right #recruiterMainInc ul li ul li a{  /* [CS] */     
	margin:				0 10px;
	padding:			2px 10px 2px 30px;
	font-weight:		normal;
	color:				#fff;
	text-decoration:	none;
	background:			url(/jobboard/images/icons/smallArrow.png) no-repeat 20px 5px #5BBFDE;
}
#left #jobseekerMainInc ul li ul li a:hover, #right #jobseekerMainInc ul li ul li a:hover,
#left #recruiterMainInc ul li ul li a:hover, #right #recruiterMainInc ul li ul li a:hover{  /* [CS] */  
	background-color:	#51B2D0;   
}

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */
#left #jobseekersLoginInc p, #right #jobseekersLoginInc p,
#left #recruiterLoginInc p, #right #recruiterLoginInc p{
	clear:				both;
}
#left #jobseekersLoginInc p.submit, #right #jobseekersLoginInc p.submit,
#left #recruiterLoginInc p.submit, #right #recruiterLoginInc p.submit{
	margin:				6px 0 2em 0;
}
#left #jobseekersLoginInc p.submit a, #right #jobseekersLoginInc p.submit a,
#left #recruiterLoginInc p.submit a, #right #recruiterLoginInc p.submit a{
	display:			block;
	float:				left;
}
#left #jobseekersLoginInc p.submit input, #right #jobseekersLoginInc p.submit input,
#left #recruiterLoginInc p.submit input, #right #recruiterLoginInc p.submit input{
	display:			block;
	float:				right;
	margin-top:			-3px;
}

/* --- News --- */
#left #LatestNews,
#right #LatestNews{
	margin:				0 0 1.3em 0;
}
#left #LatestNews .NewsTitle a,
#right #LatestNews .NewsTitle a{  /* [CS] */     
	font-weight:		bold;
	text-transform:		capitalize;
	color:				#005FB7;
}
#left #LatestNews .NewsTitle a:hover,
#right #LatestNews .NewsTitle a:hover{  /* [CS] */   
	color:				#f06000;  
}
#left #LatestNews .NewsArticle,
#right #LatestNews .NewsArticle{
	height:				2.8em;
	overflow:			hidden;
	margin:				0 0 0.8em 0;
}
#left #LatestNews img,
#right #LatestNews img{ /* Hide images when in the sidebars (where they'd take up too much room */
	display:			none!important;
}

/* --- Quick Search Form --- */
.SubPage #left #search,
.SubPage #right #search{ /* See ie7.css & ie.css */
	position:			relative;
	padding-bottom:		40px;
}
.SubPage #left #search label, 
.SubPage #right #search label{
	font-weight:		bold;
}
.SubPage #left #search select, #left #search input.text, 
.SubPage #right #search select, #right #search input.text{
	display:			block;
	width:				185px!important;
	margin-bottom:		0.5em;
}
.SubPage #left #search select,
.SubPage #right #search select{
	width:				192px!important;
}
.SubPage #left #search p.QuickSearchHelp,
.SubPage #right #search p.QuickSearchHelp{
	float:				left;
	width:				46%;
}
.SubPage #left #search p.viewAllJobs,
.SubPage #right #search p.viewAllJobs{
	display:			none;
}
.SubPage #left #search p a,
.SubPage #right #search p a{
	font-weight:		bold;
}
.SubPage #left #search p.submit a,
.SubPage #right #search p.submit a{
	position:			absolute;
	bottom:				10px;
	left:				0px;
}
.SubPage #left #search p.submit .searchButton, 
.SubPage #right #search p.submit .searchButton{ /* See ie.css */
	display:			block;
	position:			absolute;
	bottom:				16px;
	right:				0px;
}

/* --- Text (free text field) --- */
/*	Currently, the H2 in the text area is uneditable, so the negative top margin applied to customText hides
	the blank space created by the empty H2.  This will need to be amended if/when the H2 is made editable. */
.customText{
	margin:				-2.5em 0 1.5em 0;
}

/* --- Menu (User created menus) --- */
#left ul.customSideBarMenu  li, 
#right ul.customSideBarMenu li{
	margin:				2px -10px;
}
#left ul.customSideBarMenu li a,
#right ul.customSideBarMenu li a{  /* [CS] */     
	display:			block;
	width:				90%;
	padding:			2px 5%;
	font-weight:		normal;
	color:				#fff;
	background:			#01A7DB;
}
#left ul.customSideBarMenu li a:hover,
#right ul.customSideBarMenu li a:hover{  /* [CS] */  
	background:			#0195C4;   
}
#left ul.customSideBarMenu li ul li a, 
#right ul.customSideBarMenu li ul li a{
	margin:				0 10px;
	padding:			2px 10px 2px 30px;
	font-weight:		normal;
	color:				#fff;
	text-decoration:	none;
	background:			url(/jobboard/images/icons/smallArrow.png) no-repeat 20px 5px #5BBFDE;
}
#left ul.customSideBarMenu li ul li a:hover, 
#right ul.customSideBarMenu li ul li a:hover{  /* [CS] */ 
	background-color:	#51B2D0;    
}

/*
=========================================================
=== INCLUDES (WHEN FEATURED IN THE MAIN CONTENT AREA) ===
=========================================================
*/
/* --- Latest Vacancies & Featured Jobs --- */
#content .LatestVacanciesTBL, 
#JBcontent .LatestVacanciesTBL{  /* [CS] */     
	width:				100%;
	margin:				15px 0;
	padding:			0 10px;
	background:			#FFF;
}
#featured h2, 
#latest h2{
	border-bottom:		none;
}
#content .LatestVacanciesTBL td, 
#JBcontent .LatestVacanciesTBL td{ /* See ie.css */
	padding:			10px 0;
	text-align:			left;
}
#content .LatestVacanciesTBL a, 
#JBcontent .LatestVacanciesTBL a{  /* [CS] */ 
	color:				#000!important;
}
#content .LatestVacanciesTBL a:hover, 
#JBcontent .LatestVacanciesTBL a:hover{  /* [CS] */   
	color:				#f06000;  
}
#content .LatestVacanciesCol1, 
#JBcontent .LatestVacanciesCol1{  /* [CS] */     
	width:				98px; /* Images should be 88px, giving this 10px of right padding */
}
#content .LatestVacanciesCol2, 
#JBcontent .LatestVacanciesCol2{  /* [CS] */   
	padding-bottom:		10px!important;
	border-bottom:		1px dashed #7D7D7D;
}
#content .lastJobRow .LatestVacanciesCol2,
#JBcontent .lastJobRow .LatestVacanciesCol2{
	border:				none;
}
#content .LatestVacanciesCol2 span, 
#JBcontent .LatestVacanciesCol2 span{
	color:				#000!important;
	position:			relative;
	float:				left;
	height:				1.65em;
	margin:				0!important;
	padding:			0;
	overflow:			hidden;
}
#content .LatestVacanciesCol2 span.jobs_JobTitle, 
#JBcontent .LatestVacanciesCol2 span.jobs_JobTitle{
	width:				60.5%;
	margin-right:		6%;
	font-weight:		bold;
}
#content .LatestVacanciesCol2 span.jobs_Area, 
#JBcontent .LatestVacanciesCol2 span.jobs_Area{
	width:				32%;
	font-weight:		bold;
	color:				#000;
}
#content .LatestVacanciesCol2 span.jobs_JobDescription, 
#JBcontent .LatestVacanciesCol2 span.jobs_JobDescription{
	width:				60.5%;
	margin-right:		6%;
	font-weight:		normal;
	text-align:			justify;
}
#content .LatestVacanciesCol2 span.jobs_Salary, 
#JBcontent .LatestVacanciesCol2 span.jobs_Salary{
	width:				32%;
	font-weight:		normal;
}

/* --- Featured Companies --- */
#content .featuredEmployersBox ul,
#JBcontent .featuredEmployersBox ul{
	margin:				2px 0 5px 0;
}
#content .featuredEmployersBox ul li,
#JBcontent .featuredEmployersBox ul li{
	float:				left;
	padding:			2px 3px;
	background:			transparent;
}
#content .featuredEmployersBox .LinkToClientList,
#JBcontent .featuredEmployersBox .LinkToClientList{
	clear:				both;
}

/* --- Jobseeker Main & Recruiter Main --- */
#content #jobseekerMainInc h3, #JBcontent #jobseekerMainInc h3,
#content #recruiterMainInc h3, #JBcontent #recruiterMainInc h3{
	width:				50%;
	margin:				1em auto 0 auto;
	padding:			5px 2%;
	font-size:			1em;
	color:				#fff;
	border:				1px solid #aaa;
	border-bottom:		none;
	background:			#424242;
}
#content #jobseekerMainInc form, #JBcontent #jobseekerMainInc form,
#content #recruiterMainInc form, #JBcontent #recruiterMainInc form{
	width:				54%;
	margin:				0 auto 1em auto;
	padding:			0;
}
#content #jobseekerMainInc fieldset, #JBcontent #jobseekerMainInc fieldset,
#content #recruiterMainInc fieldset, #JBcontent #recruiterMainInc fieldset{
	padding:			5px 2%;
	border:				1px solid #aaa;
	border-top:			none;
	background:			#eee;
}
#content #jobseekerMainInc form dd, #JBcontent #jobseekerMainInc form dd,
#content #recruiterMainInc form dd, #JBcontent #recruiterMainInc form dd{
	margin-bottom:		10px;
}
#content #jobseekerMainInc form label, #JBcontent #jobseekerMainInc form label,
#content #recruiterMainInc form label, #JBcontent #recruiterMainInc form label{
	font-weight:		bold;
	color:				#555588;
	text-transform:		capitalize;
}
#content #jobseekerMainInc form input, #JBcontent #jobseekerMainInc form input,
#content #recruiterMainInc form input, #JBcontent #recruiterMainInc form input{
	margin-left:		5px;
}
#content #jobseekerMainInc form input.submit, #JBcontent #jobseekerMainInc form input.submit,
#content #recruiterMainInc form input.submit, #JBcontent #recruiterMainInc form input.submit{
	margin-left:		0;
}
#content #jobseekerMainInc ul, #JBcontent #jobseekerMainInc ul,
#content #recruiterMainInc ul, #JBcontent #recruiterMainInc ul{  /* [CS] */     
	width:				54%;
	margin:				auto;
	border-top:			1px solid #bacbda;
}
#content #jobseekerMainInc ul li, #JBcontent #jobseekerMainInc ul li,
#content #recruiterMainInc ul li, #JBcontent #recruiterMainInc ul li{  /* [CS] */     
	margin:				0;
	padding:			0;
	border-bottom:		1px solid #bacbda;
	background:			none;
}
#content #jobseekerMainInc ul li a, #JBcontent #jobseekerMainInc ul li a,
#content #recruiterMainInc ul li a, #JBcontent #recruiterMainInc ul li a{  /* [CS] */ 
	display:			block;
	position:			relative;
	margin:				2px 0;
	padding:			2px 0 2px 20px;
	background:			url(/jobboard/images/icons/bullet2.png) no-repeat 5px;
}
#content #jobseekerMainInc ul li a:hover, #JBcontent #jobseekerMainInc ul li a:hover,
#content #recruiterMainInc ul li a:hover, #JBcontent #recruiterMainInc ul li a:hover{  /* [CS] */ 
	color:				#2D587D;
	background:			url(/jobboard/images/icons/bullet2.png) no-repeat 5px #E9F0F6;
}

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */
#content #recruiterLoginInc h2, #JBcontent #recruiterLoginInc h2,
#content #jobseekersLoginInc h2, #JBcontent #jobseekersLoginInc h2{  /* [CS] */ 
	width:				50%;
	margin:				1em auto 0 auto;
	padding:			5px 2%;
	font-size:			1em;
	color:				#fff!important;
	border:				1px solid #aaa;
	border-bottom:		none;
	background:			#424242;
}
#content #recruiterLoginInc form, #JBcontent #recruiterLoginInc form,
#content #jobseekersLoginInc form, #JBcontent #jobseekersLoginInc form{
	width:				54%;
	margin:				0 auto 1em auto;
	padding:			0;
}
#content #recruiterLoginInc dl, #JBcontent #recruiterLoginInc dl,
#content #jobseekersLoginInc dl, #JBcontent #jobseekersLoginInc dl{
	padding:			5px 2%;
	border:				1px solid #aaa;
	border-top:			none;
	background:			#eee;
}
#content #recruiterLoginInc form dd, #JBcontent #recruiterLoginInc form dd,
#content #jobseekersLoginInc form dd, #JBcontent #jobseekersLoginInc form dd{
	margin-bottom:		10px;
}
#content #recruiterLoginInc form label, #JBcontent #recruiterLoginInc form label,
#content #jobseekersLoginInc form label, #JBcontent #jobseekersLoginInc form label{
	font-weight:		bold;
	color:				#555588;
	text-transform:		capitalize;
}
#content #recruiterLoginInc form input, #JBcontent #recruiterLoginInc form input,
#content #jobseekersLoginInc form input, #JBcontent #jobseekersLoginInc form input{
	margin-left:		5px;
}
#content #recruiterLoginInc form p, #JBcontent #recruiterLoginInc form p,
#content #jobseekersLoginInc form p, #JBcontent #jobseekersLoginInc form p{
	float:				right;
	margin-top:			-15px;
}
#content #recruiterLoginInc form p.submit, #JBcontent #recruiterLoginInc form p.submit,
#content #jobseekersLoginInc form p.submit, #JBcontent #jobseekersLoginInc form p.submit{
	margin-top:			0;
}
#content #recruiterLoginInc form p.submit a, #JBcontent #recruiterLoginInc form p.submit a,
#content #jobseekersLoginInc form p.submit a, #JBcontent #jobseekersLoginInc form p.submit a{
	float:				right;
	margin-top:			5px;
	font-size:			1em;
}
#content #recruiterLoginInc form input.loginButton1, #JBcontent #recruiterLoginInc form input.loginButton1,
#content #jobseekersLoginInc form input.loginButton1, #JBcontent #jobseekersLoginInc form input.loginButton1{
	float:				left;
	margin-left:		0;
}

/* --- News --- */
#content #LatestNews,
#JBcontent #LatestNews{
	margin:				0 0 1.3em 0;
}
#content #LatestNews .NewsTitle a,
#JBcontent #LatestNews .NewsTitle a{  /* [CS] */     
	font-weight:		bold!important;
	font-size:			1.1em;
	text-transform:		capitalize;
	color:				#005FB7;
}
#content #LatestNews .NewsTitle a:hover,
#JBcontent #LatestNews .NewsTitle a:hover{  /* [CS] */   
	color:				#f06000;  
}
#content #LatestNews .NewsArticle,
#JBcontent #LatestNews .NewsArticle{
	margin:				0 0 1em 0;
}
#content #LatestNews img,
#JBcontent #LatestNews img{ /* Hide images */
	display:			none!important;
}

/* --- Quick Search Form --- */
#content #search form,
#JBcontent #search form{ /* See ie.css & ie7.css || See colour scheme CSS files */
	display:			block;
	width:				35%;
	margin:				auto!important;
	padding:			10px 10px 45px 10px;
	border:				1px solid #BACBDA;
	background:			url(/images/backgrounds/lightBlueGrad.gif) repeat-x #fff;
}
#content #search label, 
#JBcontent #search label{
	font-weight:		bold;
}
#content #search select, #content #search input.text, 
#JBcontent #search select, #JBcontent #search input.text{
	display:			block;
	margin-bottom:		0.5em;
}
#content #search select, 
#JBcontent #search select{
	width:				99%;
}
#content #search p.submit a,
#JBcontent #search p.submit a{
	display:			block;
	float:				left;
}
#content #search p.submit .searchButton, 
#JBcontent #search p.submit .searchButton{ /* See ie.css */
	display:			block;
	float:				right;
	margin-top:			-3px;
	margin-right:		40px;
}

/* --- Text (free text field) --- */

/* --- Menu (User created menus) --- */
#content ul.customSideBarMenu,
#JBcontent ul.customSideBarMenu{  /* [CS] */     
	width:				54%;
	padding-left:		1px;
	padding-right:		1px;
	border:				1px solid #bacbda;
	border-bottom:		none;
}
#content ul.customSideBarMenu li,
#JBcontent ul.customSideBarMenu li{
	margin:				0;
	padding:			0;
	border-bottom:		1px solid #bacbda;
	background:			none;
}
#content ul.customSideBarMenu li a,
#JBcontent ul.customSideBarMenu li a{
	display:			block;
	position:			relative;
	margin:				2px 0;
	padding:			2px 0 2px 20px;
	background-image:	url(/jobboard/images/icons/bullet2.png);
	background-repeat:	no-repeat;
	background-position:5px;
}
#content ul.customSideBarMenu li a:hover,
#JBcontent ul.customSideBarMenu li a:hover{  /* [CS] */   
	color:				#2D587D; 
	background:			url(/jobboard/images/icons/bullet2.png) no-repeat 5px #E9F0F6;
}

/* --- Job Results --- */
input.viewSelected{
	color:				#0054A6!important;
	text-transform:		none;
	margin:				0px 2px 0 5px!important;
	border:				1px solid #4F84B7!important;
}
 
/*
===================================================================================
=== POPUP WINDOW ==================================================================
===================================================================================
*/
#popup #popupHeader{
	height:				55px;
	border-bottom:		5px solid #C00000;
	background:			url(/images/backgrounds/header.gif) repeat-x 0 -22px #FFF;
}
#popup #popupHeader .popupLogo{  /* [CS] */ /* [TEMP] */     
	width:				250px;
	height:				51px;
	margin-top:			5px;
	background:			url(/images/email/email_logo.gif) no-repeat red;
}
#popup #popupFooter{
	border-top:			5px solid #C00000;
}

/*
===================================================================================
=== FOOTER ========================================================================
===================================================================================
*/
#footer{  /* [CS] */      
	clear:				both;
	height:				3.0em;
	margin-bottom:		20px;
	padding:			13px 5px;
	font:				normal 1em Arial, sans-serif;
	color:				#000;
	position:			relative;
	background:			url(/images/backgrounds/footer.gif) repeat-x top #FFF;
}
#footer ul{
	padding:			3px 5px;
}
#footer li{
	float:				left;
	padding:			0 5px;
	border-right:		1px solid #888;
}
#footer li a, #footer p a{  /* [CS] */     
	color:				#000;
}
#footer li a:hover, #footer p a:hover{
	text-decoration:	underline;
}
#footer p.recLogo{
	display:			none;
	position:			absolute;
	top:				5px;
	left:				0;
}
#footer li.firstItem{
	/*padding-left:		60px;*/
}
#footer li.lastItem, #footer li.CMSlogout{
	border-right:		none;
}
#footer li.CMSlogout{
	float:				right;
	margin:				-12px -18px 0 0;
}
#footer li.CMSlogout a{
	display:			block;
	position:			absolute;
	bottom:				-28px;
	left:				0;
	width:				100px;
	padding:			3px 10px;
	font-weight:		bold;
	font-size:			1.1em;
	text-align:			center;
	color:				#fff;
	border:				1px solid #FFF;
	background:			#c40000
}
#footer li.CMSlogout a:hover{
	text-decoration:	none;
	background:			#820000;
}
#footer p.copy{
	position:			absolute;
	left:				70px;
	left:				14px;
	bottom:				0px;
}
/*
===================================================================================
=== CUSTOM JOB BOARD STYLES =======================================================
===================================================================================
*/
#JBcontent.jobindex li.indexlink{  /* [CS] */ 
	background:			none;    
}
#JBcontent.jobindex li.indexlink ul{
	margin-left:		0;
}
#JBcontent.advertisers ol{  /* [CS] */  
	border-bottom:		none;   
}
#JBcontent.advertisers ol li{  /* [CS] */    
	border-top:			none; 
}
#JBcontent #progress{
	margin:				40px 0 40px 0;
}
#JBcontent.jobView p{
	text-align:			justify;
}
#JBcontent #strContent___Frame{
	height:				400px;
}
#JBcontent .styled h2{
	color:				#fff!important;
}
#JBcontent.jobView div.JobDetailsSection,
#JBcontent.jobView div.JobDetailsSection form{
	width:				100%!important;
}
#JBcontent.jobindex li.indexlink{
	background:			none;
}
#JBcontent.advertisers ol{
	border-bottom:		none;
}
#JBcontent.advertisers ol li{
	border-top:			none;
}
/* ---------------------------------------------------------------------------------------------- */
/*	These rules set the widths on the default results table columns.  They may need to be 
	adjusted for each individual site though.
*/
#JBcontent.jobResults #JobResultsDisplay #colCheckbox{		/* Column: Select this job checkbox */ 
	width:				1%!important;
}
#JBcontent.jobResults #JobResultsDisplay #colHeaderFeatured{	/* Column: Featured job icon */
	width:				1%!important;
}
#JBcontent.jobResults #JobResultsDisplay th#colHeader1{		/* Column: Usually job title */
	width:				38%!important;
}
#JBcontent.jobResults #JobResultsDisplay th#colHeader2{		/* Column: Usually job location */
	width:				18%!important;
}
#JBcontent.jobResults #JobResultsDisplay th#colHeader3{		/* Column: Usually job salary */
	width:				25%!important;
}
#JBcontent.jobResults #JobResultsDisplay th#colHeader4{		/* Column: Date that the job was posted */
	width:				17%!important;
}
/* ---------------------------------------------------------------------------------------------- */
body.twocolL #JBcontent.jobResults .resultsActions,
body.twocolR #JBcontent.jobResults .resultsActions{
	margin-right:		70px;
	*margin-right:		35px; /* IE7> Hack */
}

/* --- CANDIDATE CV --- */
#JBcontent dd#DDDrivingLicence, 
#JBcontent dd#DDOwnTransport{
	display:			inline!important;
}

/* --- PAGE ACTIONS --- */
#JBcontent.jobResults .resultsActions,
#JBcontent.jobResults .resultsActions{
	margin-right:		0px!important;
}
#JBcontent.jobResults .pageNumbers li{
	color:				#C00000!important;
	border:				1px solid #C00000!important;	
}
#JBcontent.jobResults .pageNumbers li.titleBar{
	color:				#3C434C!important;
	border:				0px!important;
}
#JBcontent.jobResults .pageNumbers li.pageSelected{
	color:				#FFF!important;
	background:			#C00000!important;
}
#JBcontent.jobResults .resultsActions .buttonLink,
#JBcontent.jobView .jobViewActions .buttonLink{
	color:				#C00000!important;
	border:				1px solid #C00000!important;
}
#JBcontent.jobResults .resultsActions .buttonLink:hover,
#JBcontent.jobView .jobViewActions .buttonLink:hover{
	color:				#FFF!important;
	background:			#C00000!important;
}
#JBcontent.jobView .jobViewActions .ApplyNow{
	color:				#FFF!important;
	border:				1px solid #C00000!important;
	background:			#C00000!important;
}
#JBcontent.jobView .jobViewActions .ApplyNow:hover{
	border:				1px solid #000!important;
	background:			#000!important;
}

/* --- JOB RESULTS --- */
#JBcontent.jobResults .jobInfo .buttonLink{
	color:				#FFF!important;
	border:				1px solid #FFF!important;
}
#JBcontent.jobResults .jobInfo .buttonLink:hover{
	background:			#000!important;
}
#JBcontent.jobResults .jobInfo{
	border:				1px solid #3C434C!important;
}
#JBcontent.jobResults .jobInfo h2{
	background:			#3C434C!important;
}
#JBcontent.jobResults .jobInfo .jobDescription{
	border-top:			1px solid #3C434C!important;
}

#JBcontent.jobResults .featuredJob{
	border:				1px solid #C00000!important;
}
#JBcontent.jobResults .featuredJob h2{
	background:			url(/images/backgrounds/featuredStar.gif) no-repeat left #C00000!important;
}
#JBcontent.jobResults .featuredJob .jobDescription{
	border-top:			1px solid #C00000!important;
}

/*
===================================================================================
=== DEBUG =========================================================================
===================================================================================
*/
/*
#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_JobTitle{
	background:			#C5D9E1;
}
.LatestVacanciesCol2 span.jobs_Area{
	background:			#C5DECC;
}
.LatestVacanciesCol2 span.jobs_JobDescription{
	background:			#E1E0C5;
}
.LatestVacanciesCol2 span.jobs_Salary{
	background:			#DFC5E1;
}
/**/