/*
===================================================================================
=== 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% Verdana, Tahoma, sans-serif;
	color:				#241f21;
	text-align:			center;
	background:			url(/images/backgrounds/body.png);
}
#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:				bold 1.1em Arial, Helvetica, sans-serif;
}
h1{
	font-size:			1.5em;
}
h2{
	font-size:			1.5em;
}
#newsInc h2, .incBlock h2, #latest h2, #featured h2{ /* [CS] */ 
	margin:				0 0 10px 0;   
	padding:			5px 10px;
	font:				bold 1em Verdana, Tahoma, sans-serif;
	text-transform:		uppercase;
	color:				#fff;
	background:			#999;
}
p{
	margin:				0 0 1em 0;
}
a{ /* [CS] */     
	font-weight:		bold;
	text-decoration:	underline;
	color:				#0054a6;
}
a:hover{ /* [CS] */     
	color:				#ff6600;
}
.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!important;
}
.LinkToClientList{
	visibility:			hidden;
	height:				0;
}
/*
=============
=== FORMS ===
=============
*/
#JBcontent #lstDataType select{
	width:				auto!important;
}
input, select, textarea{
	font:				1em Verdana, Tahoma, sans-serif!important;
}
input[type=text], input[type=password], select, textarea, input.text{  /* [CS] */     /* See ie.css */
	width:				189px!important;
	padding:			2px;
	border:				1px solid #bacbda!important;
}
input.text, input.password, select, textarea, #strCandLoginEmail, #strCandLoginPassword,
#strClientLoginUsername, #strClientLoginPassword, #strSubject, #strName, #strEmail,
#strTelephone, #strFax{  /* [CS] */     /* For backwards compatibility with IE6> */
	border-color:		#bacbda!important;
}
select{
	width:				195px;
	padding:			0;
}
input[type=submit]{  /* [CS] */     /* See ie.css */
	margin:				5px 0 0 0;
	padding:			0 12px;
	color:				#fff;
	border:				none;
	background:			#3D5AC9!important;
}
input.submit, input.searchButton, .loginButton1, .loginButton2{ /* [CS] */     /* For backwards compatibility with IE6> */
	background:			#3D5AC9!important;
}
p.submit a{  /* [CS] */     /* Advanced search link */
	font:				normal 0.9em Arial, sans-serif;
	color:				#000;
}
p.submit a:hover{  /* [CS] */ /* [CS] */     
	color:				#f06000;
}

/*
==========================================
=== HACKS (Also, see ie.css & ie7.css) ===
==========================================
*/
html{ /* Make sure the scrollbar is always on */
	height:				100%;
	margin-bottom:		1px
}



/*
===================================================================================
=== HEADER ========================================================================
===================================================================================
*/
#header{ /* [CS] */     
	position:			relative;
	height:				112px;
	margin:				0;
	padding:			0;
	border-bottom:		2px solid #ccc;
}
.SubPage #header{
	margin-bottom:		30px;
}
#header #logo{ /* [CS] */ /* [TEMP] */
	position:			absolute;
	top:				8px;
	left:				17px;
}
#header #banner{
	position:			absolute;
	top:				9px;
	right:				6px;
}

#header #miniButtons a{
	display:			block;
	position:			absolute;
	top:				12px;
	right:				23px;
	padding:			5px 10px;
	opacity: 			0.4;
	-moz-opacity: 		0.4;
	filter: 			alpha(opacity=40);
}
#header #miniButtons a:hover{
	opacity: 			1;
	-moz-opacity: 		1;
	filter: 			alpha(opacity=100);
}
#header #miniButtons a#MBsearch{
	right:				55px;
	border:				1px dashed #717171;
	border-width:		0 1px
}
#header #miniButtons a#MBhome{
	right:				91px;
}

#homeBannerArea{ /* [CS] */ 
	position:			relative;
	width:				870px;
	height:				245px;
	border:				5px solid #fff;
	border-width:		0 5px;
	background:			url(/images/backgrounds/homeBannerArea.jpg) repeat-x bottom;
}
#homeBannerArea #homeBannerLeft{ /* See ie.css */ 
	float:				left;
	width:				327px;
	height:				235px;
	margin:				0 0 0 -10px;
}
#homeBannerArea #intro{ /* [CS] */     
	position:			absolute;
	top:				15px;
	left:				220px;
	width:				265px;
	text-align:			justify;
}
#homeBannerArea #homeBannerRight{
	float:				right;
	margin:				15px 0 0 0;
	border:				2px solid #e3e3e3;
	border-width:		0 2px 2px 0;
}
#homeBannerArea #homeBannerRight #search{
	position:			relative;
	width:				350px; /* Total = 370px */
	height:				210px; /* Total = 230px */
	padding:			10px;
	border:				1px solid #a3a3a3;
	background:			url(/images/backgrounds/homeBannerQuickSearch.jpg) no-repeat right bottom #fff;
}
#homeBannerArea #homeBannerRight #search h2{
	margin:				-10px -10px 15px -10px;
	background:			#7B7E7F;
}
#homeBannerArea #homeBannerRight #search label{
	padding:			0 0 0 5px;
	font-weight:		bold;
	font-size:			0.9em;
}
#homeBannerArea #homeBannerRight #search input#localstrKeywords{
	width:				155px!important;
}
#homeBannerArea #homeBannerRight #search select{
	width:				160px!important;
}
#homeBannerArea #homeBannerRight #search label,
#homeBannerArea #homeBannerRight #search input#localstrKeywords,
#homeBannerArea #homeBannerRight #search select{
	position:			absolute;
	top:				40px;
	left:				15px;
}
#homeBannerArea #homeBannerRight #search label{
	left:				10px;
	margin-top:			-3px;
}
#homeBannerArea #homeBannerRight #search input#localstrKeywords{
	top:				55px;
}
#homeBannerArea #homeBannerRight #search label#locallabelRegion{
	left:				190px;
}
#homeBannerArea #homeBannerRight #search select#locallstRegion{
	top:				55px;
	left:				195px;
}
#homeBannerArea #homeBannerRight #search label#locallabelJobSector{
	top:				85px;
}
#homeBannerArea #homeBannerRight #search select#locallstJobSector{
	top:				100px;
}
#homeBannerArea #homeBannerRight #search label#locallabelJobType{
	top:				85px;
	left:				190px;
}
#homeBannerArea #homeBannerRight #search select#locallstJobType{
	top:				100px;
	left:				195px;
}
#homeBannerArea #homeBannerRight #search label#locallabelSalaryRange{
	top:				130px;
}
#homeBannerArea #homeBannerRight #search select#locallstSalaryRange{
	top:				145px;
}
#homeBannerArea #homeBannerRight #search label#locallabelMSTechnology{
	top:				130px;
	left:				190px;
}
#homeBannerArea #homeBannerRight #search select#locallstMSTechnology{
	top:				145px;
	left:				195px;
}
#search input.searchButton{
	width:				166px;
	height:				25px;
	padding:			0 0 5px 0;
	font:				bold 1.1em Arial, Helvetica, sans-serif!important;
	text-transform:		uppercase;
	background:			url(/images/backgrounds/searchButton.png) no-repeat transparent!important;
}
#homeBannerArea #homeBannerRight #search input.searchButton{
	position:			absolute;
	top:				175px;
	left:				15px;
}
#homeBannerArea #homeBannerRight #search p.submit a{
	display:			block;
	position:			absolute;
	top:				180px;
	left:				195px;
	font-weight:		bold;
	font-size:			1em;
	color:				#0054a6;
}
#homeBannerArea #homeBannerRight #search p.submit a:hover{ /* [CS] */     
	color:				#ff6600;
}

#breadcrumbs, .breadcrumbs{
	display:			block;
	position:			absolute;
	bottom:				-33px;
	width:				96.8%;
	margin:				0 0 0 0.5%;
	padding:			2px 1% 3px 1%;
	border:				1px solid #cdcdcd;
	background:			#f5f5f5;
}

/*
===================================================================================
=== MAIN MENU =====================================================================
===================================================================================

======================
=== GENERAL STYLES ===
======================
*/
#header #mainMenu{ /* The menu container div (used to set the background for the menu, etc.) */
	position:			absolute;
	bottom:				14px;
	right:				5px;
	background: 		transparent;
}
#header #mainMenu ul#topmenu{				
	width:				auto;
	height:				auto;
	background: 		transparent;
}

/* 
=======================================
=== PARENT (TOP LEVEL) MENU OPTIONS ===
=======================================
*/
#header #mainMenu ul#topmenu a.starter{ /* [CS] */     /* This rule applies to the top level menu items (links) */
	padding: 			12px 10px 12px 14px; /* Make sure the left padding is 4px greater than the right padding (if you want the text to be central) */
	font-weight:		bold;
	font-size:			0.9em;
	text-transform:		uppercase;
	color:				#fff;
	border-right:		2px solid #fff;
	background:			url(/images/backgrounds/menuGrey.gif) repeat-x;
}
#header #mainMenu ul#topmenu a.starter:hover{ /* [CS] */     /* Hover state for the top level menu items */
	background:			url(/images/backgrounds/menuBlue.gif) repeat-x;
}
#header #mainMenu ul#topmenu li.firstItem a{
	background:			url(/images/backgrounds/menu1stGrey.gif) no-repeat;
}
#header #mainMenu ul#topmenu li.firstItem a:hover{
	background:			url(/images/backgrounds/menu1stBlue.gif) no-repeat;
}
#header #mainMenu ul#topmenu li.lastItem a.starter{
	padding-right:		12px;
	border-right:		none;
}

/* 
===============================
=== CHILD (SUB) MENU STYLES --- 
===============================
*/
#header #mainMenu ul#topmenu ul{ /* [CS] */     
	margin-left:		-2px;
	border:				1px solid #fff;
	border-top-color:	#888;
}
#header #mainMenu ul.subMenu li a{ /* [CS] */     
	padding:			2px 5px;
	border:				1px solid #888;
	background: 		#fff;
}
#header #mainMenu ul.subMenu li a:hover{ /* [CS] */     /* Hover state for submenu items  */
	color: 				#eee;
	background: 		#777;
}

#mainMenu ul#topmenu li.ShowLoggedIn{
	display:			none;
}


/*
===================================================================================
=== LAYOUT SETUP ==================================================================
===================================================================================

=================================
=== CSS COMMON TO ALL LAYOUTS ===
=================================
*/
#left, #content, #JBcontent, #right, #extraCol{
	float:				left;
	padding:			10px 5px 0 5px;
	overflow:			hidden;
	background:			#fff;
}
#left,
#right{
	width:				205px; /* Total = 215px; */
}
#content,
#JBcontent{
	text-align:			justify;
}
.SubPage #content,
.SubPage #JBcontent{
	padding-top:		13px;
	padding-bottom:		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:				980px; /* 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:				755px; /* TOTAL = 775px */
	overflow:			hidden;
	margin-left:		215px; /* #left (width + lateral padding + lateral borders) */
	padding-right:		15px;
}

/*
=======================
=== 3 COLUMN LAYOUT ===
=======================
*/
body.threecol #left{
	margin-left:		-775px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.threecol #content, body.threecol #JBcontent{
	width:				550px; /* Total = 560px */
	overflow:			hidden;
	margin-left:		215px; /* #left (width + lateral padding + lateral borders) */
}

/*
========================================
=== HOME PAGE 4 COLUMN LAYOUT (HACK) ===
========================================
*/
body#homepage.threecol #extraCol{ /* extraCol is a custom column, hardcoded into homebot.inc, just before the CMS home page include. */ 
	width:				150px;/* Total = 160px */
	margin-left:		-880px; /* negative of... #extraCol (width + lateral padding + lateral borders) + #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body#homepage.threecol #left{
	width:				325px; /* Total = 335px */
	overflow:			hidden;
	margin-left:		-720px; /* negative of... #content (width + lateral padding + lateral borders) + #left (width + lateral padding + lateral borders */
}
body#homepage.threecol #content{
	width:				375px; /* Total = 385px */
	margin-left:		495px; /* #extraCol (width + lateral padding + lateral borders) + #left (width + lateral padding + lateral borders) */
}
body#homepage.threecol #right{
	width:				100px; /* Total = 110px */
	margin-top:			-255px;
	padding:			10px 5px;
}


/*
===================================================================================
=== MAIN ==========================================================================
===================================================================================

===============
=== CONTENT ===
===============
*/
#content h1{
	padding-bottom:		3px;
	border-bottom:		2px solid #0F6BC5;
}
#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;
}
#JBcontent form h2{
	border-bottom:		none!important;
}
#content blockquote{
	margin:				0 2em 1em 2em;
	font-weight:		bold;
	font-style:			italic;
	font-size:			1.2em;
	line-height:		1.7em;
	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;
}
.helpButton{
	height:				47px;
	padding:			4px 5px;
	border:				1px solid #018BBC;
	background:			url(/images/icons/firstAid.png) no-repeat top right;
}
.pseudoH3{
	display:			block;
	margin-bottom:		0.2em;
	font-weight:		bold;
	color:				#008DBB;
}
.pseudoPara{
	display:			block;
	width:				120px;
	font-size:			1em;
	line-height:		1.3em;
	color:				#000;
}
.linkLatestJobs, .linkAllJobs{ /* [CS] */     
	float:				left;
	margin:				0.5em 0 0 0;
	font:				bold 1.3em "Lucida Sans", Myriad, sans-serif;
	color:				#0082AC;
	text-transform:		capitalize;
}
.linkLatestJobs{ /* See ie.css & ie7.css */
	width:				72.7%;
}
.linkLatestJobs a, .linkAllJobs a{ /* [CS] */     
	color:				#0082AC;
}
.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;
}
#browseJobsInc{
	width:				305px; /* Total = 325px */
	height:				14.5em;
	margin:				0 0 10px 0;
	padding:			0 10px;
	background:			url(/images/backgrounds/browseJobsBot.gif) no-repeat left bottom #0054a6;
}
#browseJobsInc h2{
	margin:				0 -10px 8px -10px!important;
	padding:			7px 10px 0 10px;
	text-transform:		lowercase;
	color:				#fff;
	background:			url(/images/backgrounds/browseJobsTop.gif) no-repeat left top;
}
#browseJobsInc .searchByBox h2{
	display:			none;
}
#browseJobsInc ul{
	margin:				0 -10px;
	padding:			0 10px;
}
#browseJobsInc ul li{
	float:				left;
	width:				49%;
	padding:			2px 0;
}
#browseJobsInc ul li.longItem{
	width:				99%;
}
#browseJobsInc ul li a{
	display:			block;
	font-size:			0.9em;
	text-decoration:	underline;
	color:				#fff;
}
#browseJobsInc ul li a:hover{
	color:				#ffcc00;
}
#jobseekersRecruiters{
	height:				14.5em;
	margin:				0 0 10px 0;
}
#jobseekersBoxInc,
#recruitersBoxInc{
	float:				left;
	width:				185px;
	background:			#dbdada;
}
#jobseekersBoxInc{
	margin-right:		3px;
}
#jobseekersBoxInc h2,
#recruitersBoxInc h2{
	padding:			7px 10px 0 10px;
	background:			url(/images/backgrounds/boxGreyTop.gif) no-repeat left top;
}
#jobseekersBoxInc p,
#recruitersBoxInc p{
	height:				7.1em;
	margin:				0;
	padding:			0 10px;
	border-bottom:		2px solid #fff;
	background:			url(/images/backgrounds/boxGreyBot.gif) no-repeat left bottom;
}
#jobseekersBoxInc p a,
#recruitersBoxInc p a{
	font-weight:		normal;
	text-decoration:	none;
	color:				#241f21;
}
#jobseekersBoxInc p.registerButton,
#recruitersBoxInc p.registerButton{
	height:				4em;
	margin:				0;
	background:			url(/images/backgrounds/boxNavyBot.gif) no-repeat left bottom #090854;
}
#jobseekersBoxInc p.registerButton a,
#recruitersBoxInc p.registerButton a{
	display:			block;
	margin:				0 -10px;
	padding:			7px 15px;
	font-weight:		bold;
	font-size:			0.9em;
	color:				#fff;
	background:			url(/images/backgrounds/boxNavyTop.gif) no-repeat left top;
}
#recruitersBoxInc p.registerButton{
	background:			url(/images/backgrounds/boxBlueBot.gif) no-repeat left bottom #0054a6;
}
#recruitersBoxInc p.registerButton a{
	background:			url(/images/backgrounds/boxBlueTop.gif) no-repeat left top;
}


/*
================
=== SIDEBARS ===
================
*/
.quicknotes{
	display:			none;
}
#extraCol address{
	padding:			10px 10px 10px 10px;
	border:				1px solid #999;
	border-top:			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 h2,
#right .LatestVacanciesTBL h2{
	margin-bottom:		0;
}
#left .LatestVacanciesTBL, 
#right .LatestVacanciesTBL{
	width:				auto;
	margin:				0;
}
#left .LatestVacanciesTBL td, 
#right .LatestVacanciesTBL td{
	padding:			3px 0 0 0;
}
#left .LatestVacanciesTBL a, 
#right .LatestVacanciesTBL a{ /* [CS] */  
	color:				#000;   
}
#left .LatestVacanciesTBL a:hover, 
#right .LatestVacanciesTBL a:hover{ /* [CS] */  
	color:				#f06000;   
}
#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_JobTitle a, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle a{ /* [CS] */   
	color:				#0082AC;  
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle a:hover, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle a:hover{ /* [CS] */  
	color:				#f06000;   
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_Area, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_Area{
	display:			block!important;
	font-weight:		bold!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 0 15px 0!important;
	padding:			5px 5px 0 5px;
	border:				1px solid #888;
}
#homepage #left .featuredEmployersBox,
#homepage #right .featuredEmployersBox{  
	margin:				0!important;
	padding:			10px 0 0 0;
	border:				0;
}
#homepage #left .featuredEmployersBox h2,
#homepage #right .featuredEmployersBox h2{
	display:			none;
}
#left .featuredEmployersBox ul,
#right .featuredEmployersBox ul{
	margin:				0;
}
#left .featuredEmployersBox ul li,
#right .featuredEmployersBox ul li{
	float:				left;
	padding:			2px 3px;
}
#left .featuredEmployersBox ul li img,
#right .featuredEmployersBox ul li img{
	border:				1px solid #454b4b;
}
#left .featuredEmployersBox .LinkToClientList,
#right .featuredEmployersBox .LinkToClientList{
	clear:				both;
}
#homepage #left .featuredEmployersBox .LinkToClientList,
#homepage #right .featuredEmployersBox .LinkToClientList{
	display:			none;
}

/* --- 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:				#383838;
}
#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 --- */
#left #search,
#right #search{
	margin:				0 0 15px 0!important;
	padding:			5px 5px 0 5px;
	border:				1px solid #888;
	background:			url(/images/backgrounds/homeBannerQuickSearch.jpg) no-repeat right bottom #fff;
}
#left #search label, 
#right #search label{
	font-weight:		bold;
}
#left #search select, #left #search input.text, 
#right #search select, #right #search input.text{
	display:			block;
	margin-bottom:		0.5em;
}
#left #search p.submit a,
#right #search p.submit a{
	display:			none;
}
#left #search p.submit .searchButton, 
#right #search p.submit .searchButton{
	display:			block;
	margin:				0 auto -5px auto;
}

/* --- 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, 
#right ul.customSideBarMenu,
#extraCol ul.customSideBarMenu{
	border:			1px solid #999;
	border-bottom:	0;
}
#left .sidebarMenu h2, 
#right .sidebarMenu h2{
	display:			none;
}
#left ul.customSideBarMenu  li, 
#right ul.customSideBarMenu li,
#extraCol ul.customSideBarMenu li{
	border-bottom:		1px solid #999;
}
#left ul.customSideBarMenu li a,
#right ul.customSideBarMenu li a,
#extraCol ul.customSideBarMenu li a{ /* [CS] */     
	display:			block;
	margin-bottom:		1px;
	padding:			3px 7px;
	text-decoration:	none;
	color:				#383838;
	border-left:		7px solid #0054a6;
}
#left ul.customSideBarMenu li a:hover,
#right ul.customSideBarMenu li a:hover,
#extraCol ul.customSideBarMenu li a:hover{ /* [CS] */ 
	text-decoration:	none;  
	border-left:		7px solid #F9AA00;
	background:			#F2F6FA;
}
#left ul.customSideBarMenu li ul li a, 
#right ul.customSideBarMenu li ul li a,
#extraCol ul.customSideBarMenu li ul li a{ /* [CS] */  

}
#left ul.customSideBarMenu li ul li a:hover, 
#right ul.customSideBarMenu li ul li a:hover,
#extraCol ul.customSideBarMenu li ul li a:hover{ /* [CS] */  

}

/*
=========================================================
=== INCLUDES (WHEN FEATURED IN THE MAIN CONTENT AREA) ===
=========================================================
*/
/* --- Latest Vacancies & Featured Jobs --- */
/* Negate the effects of undesirable HTML from job ads when they appear in the sidebars */
#content .LatestVacanciesTBL  span stong, #content .LatestVacanciesTBL  span b, #content .LatestVacanciesTBL  span p, #content .LatestVacanciesTBL span font, #content .LatestVacanciesTBL  span h1, 
#content .LatestVacanciesTBL  span h2, #content .LatestVacanciesTBL  span h3, #content .LatestVacanciesTBL  span h4, #content .LatestVacanciesTBL span h5, #content .LatestVacanciesTBL  span h6, 
#content .LatestVacanciesTBL  span table, #content .LatestVacanciesTBL  span blockquote, #content .LatestVacanciesTBL  span,
#JBcontent .LatestVacanciesTBL  span stong, #JBcontent .LatestVacanciesTBL  span b, #JBcontent .LatestVacanciesTBL  span p, #JBcontent .LatestVacanciesTBL span font, #JBcontent .LatestVacanciesTBL  span h1,
#JBcontent .LatestVacanciesTBL  span h2, #JBcontent .LatestVacanciesTBL  span h3, #JBcontent .LatestVacanciesTBL  span h4, #JBcontent .LatestVacanciesTBL span h5, #JBcontent .LatestVacanciesTBL  span h6, 
#JBcontent .LatestVacanciesTBL  span table, #JBcontent .LatestVacanciesTBL  span blockquote, #JBcontent .LatestVacanciesTBL  span{
	margin:				0!important;
	padding:			0!important;
	font:				normal 1em Verdana, Tahoma, sans-serif;!important;
	color:				#000!important;
	text-decoration:	none!important;
}
#content .LatestVacanciesTBL span br, #content .LatestVacanciesTBL span table,
#JBcontent .LatestVacanciesTBL span br, #JBcontent .LatestVacanciesTBL span table{
	display:			none!important;
}
/* End of HTML formatting purge! */
#content .LatestVacanciesTBL, 
#JBcontent .LatestVacanciesTBL{ /* [CS] */     
	width:				100%;
}
#content .LatestVacanciesTBL td, 
#JBcontent .LatestVacanciesTBL td{ /* See ie.css */
	padding:			0 0 1.3em 0;
}
#content .LatestVacanciesTBL td .floatHack, 
#JBcontent .LatestVacanciesTBL td .floatHack{
	display:			none;
}
#content .LatestVacanciesCol1, 
#JBcontent .LatestVacanciesCol1{ /* [CS] */     
	width:				98px; /* Images should be 88px, giving this 10px of right padding */
}
#content .LatestVacanciesCol2, 
#JBcontent .LatestVacanciesCol2{ /* [CS] */     
}
#content .LatestVacanciesCol2 span, 
#JBcontent .LatestVacanciesCol2 span{
	display:			inline!important;
	padding-left:		10px!important;
	background:			url(/images/icons/dash.gif) no-repeat left center;
}
#content .LatestVacanciesCol2 span strong, 
#JBcontent .LatestVacanciesCol2 span strong{
	font-weight:		normal;
}
#content .LatestVacanciesCol2 span.jobs_JobTitle, 
#JBcontent .LatestVacanciesCol2 span.jobs_JobTitle{
	display:			block!important;
	padding-left:		0!important;
	background-image:	none;
}
#content .LatestVacanciesCol2 span.jobs_Area, 
#JBcontent .LatestVacanciesCol2 span.jobs_Area{
	padding-left:		0!important;
	background-image:	none;
}

/* --- 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:				70%;
	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:				74%;
	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] */     
	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:				70%;
	margin:				1em auto 0 auto;
	padding:			5px 2%;
	font-size:			1em;
	color:				#fff;
	border:				1px solid #aaa;
	border-bottom:		none;
	background:			#424242;
}
#content #recruiterLoginInc form, #JBcontent #recruiterLoginInc form,
#content #jobseekersLoginInc form, #JBcontent #jobseekersLoginInc form{
	width:				74%;
	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:				#0082AC;
}
#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{ /* [CS] */     
	width:				45%;
	padding:			10px 10px 2em 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;
	width:				97%;
	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{
	display:			block;
	float:				right;
	margin-top:			-3px;
}

/* --- Text (free text field) --- */

/* --- Menu (User created menus) --- */
#content ul.customSideBarMenu,
#JBcontent ul.customSideBarMenu{ /* [CS] */     
	border-top:			1px solid #bacbda
}
#content ul.customSideBarMenu li,
#JBcontent ul.customSideBarMenu li{
	margin:				0;
	padding:			0;
	border-bottom:		1px solid #bacbda;
	background-position:5px
}
#content ul.customSideBarMenu li a,
#JBcontent ul.customSideBarMenu li a{
	display:			block;
	position:			relative;
	margin:				2px 0;
	padding:			2px 0 2px 20px;
	background:			url(/jobboard/images/icons/bullet2.png) no-repeat 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;
}
 
/*
===================================================================================
=== POPUP WINDOW ==================================================================
===================================================================================
*/
#popup #popupHeader{
	height:				61px;
	background:			url(/images/backgrounds/header.gif) repeat-x 0 -22px;
}
#popup #popupHeader .popupLogo{ /* [CS] */ /* [TEMP] */
	width:				124px;
	height:				38px;
	margin-top:			18px;
	background:			url(/images/logo.gif) no-repeat;
}

/*
===================================================================================
=== FOOTER ========================================================================
===================================================================================
*/
#footer{
	clear:				both;
	font-size:			0.9em;
	border-top:			3px solid #cdcdcd;
}
#footer ul{
	clear:				both;
}
#footer li{
	float:				left;
	padding:			0 7px;
	border-right:		1px solid #888;
}
#footer li a{ /* [CS] */  
	color:				#555;   
}
#footer li a:hover{ /* [CS] */     
	text-decoration:	underline;
	color:				#f06000;
}
#footer ul#networkSites{
	height:				4em;
	margin:				0;
	padding:			5px 0 0 0;
	border-bottom:		2px solid #B2BECA;
	background:			#F2F5F8;
}
#footer ul#networkSites li{
	margin:				0 0 5px 0;
	padding:			0 12px;
	font:				1.1em Arial, Helvetica, sans-serif;
}
#footer ul#legalInfo{
	height:				2.35em;
	padding:			5px 3px 0 3px;
	border-bottom:		2px solid #000;
	background:			#D5DAE0;
}

#footer li.lastItem, #footer li.CMSlogout{
	border-right:		none;
}
#footer li.CMSlogout{
	position:			absolute;
	bottom:				-25px;
	left:				-6px;
}
#footer li.CMSlogout a{
	display:			block;
	padding:			3px 10px;
	font-weight:		bold;
	font-size:			1.1em;
	color:				#fff;
	background:			#c40000
}
#footer li.CMSlogout a:hover{
	text-decoration:	none;
	background:			#820000;
}
/*
===================================================================================
=== CUSTOM JOB BOARD STYLES =======================================================
===================================================================================
*/
#JBcontent.jobindex li.indexlink{ /* [CS] */  
	background:			none;   
}
#JBcontent.jobindex li.indexlink ul{
	margin-left:		0;
}
#JBcontent.advertisers ol{ /* [CS] */     
	background:			none;
}
#JBcontent.advertisers ol li{ /* [CS] */   
	background:			none;  
}
#JBcontent.menu li a{
	text-decoration:	none;
}
#JBcontent #progress{
	margin:				40px 0 40px 0;
}
#JBcontent .styled h2{
	color:				#fff!important;
}
#JBcontent label#labelSalaryRange{
	width:				10em;
}
#JBcontent.jobResults ul.jobDetails li.jobBenefits span.linkless{ /* See ie.css */
	width:				165%;
	margin:				-1.4em 0 0 70px;
	color:				#0054a6;
}
#JBcontent.compView form.compViewForm .compInfo .compLogo{
	left:				0;
}
#JBcontent.jobView form.jobViewForm .jobInfo dl dt,
#JBcontent.jobView form.jobViewForm dl.extraInfo dt,
#JBcontent.compView form.compViewForm .compInfo dl dt{
	width:				27%;
}
#JBcontent.jobView form.jobViewForm .jobInfo dl dd,
#JBcontent.jobView form.jobViewForm dl.extraInfo dd,
#JBcontent.compView form.compViewForm .compInfo dl dd{
	width:				60%;
}
#JBcontent.jobView .searchInfo ul.similarJobs li a,
#JBcontent.jobView .searchInfo ul.similarSearches li a{
	font-weight:		normal;
}
#JBcontent.jobView .jobdocsH3{
	font:				bold 1em Verdana, Tahoma, sans-serif;
}
#JBcontent ul.pageNumbers li.pageSelected{
	font-weight:		bold;
}
	

/* ---------------------------------------------------------------------------------------------- */
/*	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;
}
/* ---------------------------------------------------------------------------------------------- */


/*
===================================================================================
=== DEBUG =========================================================================
===================================================================================
*/
/*
#container{
	background:			yellow!important;
}
#left{
	background:			red!important;
}
#content, #JBcontent{
	background:			mediumturquoise!important;
}
#right{
	background:			blue!important;
}
#extraCol{
	background:			orange!important;
}
#header{
	background:			pink!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;
}
/**/