/*
===================================================================================
=== IMPORT EXTRENAL STYLE SHEETS ==================================================
===================================================================================
*/
@import url(/css/undohtml.css);
@import url(/jobboard/css/main.css);

/*
===================================================================================
=== GENERAL SITE STYLES ===========================================================
===================================================================================
*/
body{
	font:				70%/140% Verdana, Helvetica, sans-serif;
	color:				#0F213E;
	text-align:			center;
	background:			url(/images/backgrounds/header.gif) repeat-x top left #FFF;
}
#container{
	width:				960px;
	margin:				0 auto;
	text-align:			left;
	position:			relative; 
	background:			transparent;
}
#main{
	margin-bottom:		10px;
}
h1, h2, h3, h4, h5, h6{
	clear:				both;
	margin:				0 0 0.5em 0;
	color:				#73AD21;
	font:				normal 1.1em Verdana, sans-serif;
}
h1{
	font:				normal 1.7em Verdana, sans-serif;
}
h2{     
	font-size:			1.6em;
}
h3{
	margin:				0 0 0.1em 0;
}
p{
	margin:				0 0 1em 0;
}
a{     
	color:				#73AD21;
	font-weight:		bold;
}
.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 10px 0!important;
}
.SubPage #content .incBlock{
	margin:				0 0 30px 0!important;
}
.pseudoButton{
	display:			block;
	height:				auto!important;
	padding:			5px!important;
	text-align:			center;
}
.pseudoButton a{
	text-decoration:	none!important;
	color:				#fff!important;
}
.hidden{
	display:			none!important;
}
.indented{
	margin:				0 40px;
}
.linkExample{
	margin:				0 0 20px 0;
	padding:			10px;
	border:				1px solid #eaeaea;
	border-width:		1px 0;
}

/*
=============
=== FORMS ===
=============
*/
input, select, textarea{
	font:				1em Verdana, Helvetica, sans-serif!important;
	color:				#2e2e2e;
}
input[type=text], input[type=password], select, textarea, input.text{     /* See ie.css */
	width:				200px!important;
	padding:			2px;
	border:				1px solid #5A7DA3!important;
}
#left input[type=text], #left input[type=password], #left select, #left textarea, #left input.text,
#right input[type=text], #right input[type=password], #right select, #right textarea, #right input.text{
	width:				137px!important; /* See ie.css */
}
select{
	width:				210px!important;
}
#left select,
#right select{
	width:				130px!important;
}
input[type=submit], input.submit, .pseudoButton{     /* See ie.css */
	width:				auto!important;
	overflow:			visible;
	margin:				5px 0;
	padding:			3px 5px;
	font-weight:		bold!important;
	font-size:			1.1em!important;
	text-transform:		capitalize;
	color:				#fff!important;
	border:				0;
	background:			#8f8f8f!important;
}
input.submit, input.searchButton, .loginButton1, .loginButton2, #JBcontent input.submit, #JBcontent button, .pseudoButton, .SendMeJobsButton{     /* For backwards compatibility with IE6> */
	width:				auto!important;
	overflow:			visible;
	margin:				5px 0;
	padding:			3px 5px;
	font-weight:		bold!important;
	font-size:			1.1em!important;
	text-transform:		capitalize;
	color:				#fff!important;
	border:				0;
	background:			#8f8f8f!important;
}
a.pseudoButton{ /* See ie.css & ie7.css */
	position:			relative;
	padding:			2px 12px;
	text-decoration:	none!important;
}

/*
==========================================
=== HACKS (Also, see ie.css & ie7.css) ===
==========================================
*/
html{ /* Make sure the scrollbar is always on */
	height:				100%;
	margin-bottom:		1px
}
div:after, ul:after, ol:after, dl:after,
#main:after,
#infoBar:after,
#footer:after,
#jobBrowseContainer ul.tabNav:after,
#left #search:after,
#right #search:after,
ul.tabNav:after,
.SubPage #left div.incBlock:after,
.SubPage #right div.incBlock:after{
	content:			".";
	display:			block;
	clear:				both;
	height:				0;
	visibility:			hidden;
}
div, ul, ol, dl,
#main,
#infoBar,
#footer,
#jobBrowseContainer ul.tabNav,
#left #search,
#right #search,
ul.tabNav,
.SubPage #left div.incBlock,
.SubPage #right div.incBlock{
	zoom:				1;
}

/* Can't add these includes 'here' message */
.SubPage #quickLinks, #directorySearch{
	width:				100%;
	height:				100px;
	margin-bottom:		10px;
	background:			url(/jobboard/images/cannotAddHere.png) no-repeat center center!important;
}
.SubPage #quickLinks h2,.SubPage #quickLinks ul,
#directorySearch h2, #directorySearch form{
	display:			none;
}

/*
===================================================================================
=== HEADER ========================================================================
===================================================================================
*/
#header{     
	position:			relative;
	height:				158px;
	padding:			0;
}
.SubPage #header{
	margin-bottom:		38px;
}
#header #logo{ /* [TEMP] */
	position:			absolute;
	top:				10px;
	left:				0px;
}
#header #banner{
	position:			absolute;
	top:				30px;
	right:				90px;
}
#header #miniNav{
	position:			absolute;
	top:				5px;
	right:				0px;
	padding-bottom:		1px;
	font:				bold 1em Verdana, Helvetica, sans-serif;
	text-align:			right;
}
#homeBannerArea{  
	width:				785px; /* Total = 810px */
	height:				255px;
	position:			relative;
	padding:			0 0 20px 0;
}
#homeBannerArea h1{
	margin:				0 0 10px 15px;
	padding:			0 0 10px 0;
	background:			url(/images/backgrounds/dottedUnderline1.png) repeat-x bottom;
}
#breadcrumbs, .breadcrumbs{
	display:			block;
	position:			absolute;
	bottom:				-42px;
	width:				938px;
	padding:			3px 10px 3px 10px;
	border:				1px solid #cdcdcd;
	background:			#f1f1f1;
}

/*
===================================================================================
=== MAIN MENU =====================================================================
===================================================================================

======================
=== GENERAL STYLES ===
======================
*/
#header #mainMenu{ /* The menu container div (used to set the background for the menu, etc.) */
	position:			absolute;
	bottom:				0;
	left:				0;
	border-bottom:		7px solid #0F213E;
	background: 		transparent;
}
#header #mainMenu ul#topmenu{				
	width:				860px;
	height:				27px;
	padding:			7px 100px 0 0;
	overflow:			hidden;
	background: 		transparent;
}

/* 
=======================================
=== PARENT (TOP LEVEL) MENU OPTIONS ===
=======================================
*/
#header #mainMenu ul#topmenu li{
	float:				left;
	position:			relative /* For IE6 */;
	height:				28px;
	margin:				0 3px;
	padding:			0;
	
}
#header #mainMenu ul#topmenu a.starter{     /* This rule applies to the top level menu items (links) */
	display:			block;
	float:				left;
	margin:				-6px 0;
	padding: 			6px 12px 6px 12px;
	/*color:				#0F213E;*/
	color:				#8CC63E;
	border-right:		1px solid #0F213E;
}
#header #mainMenu ul#topmenu li.lastItem a.starter{
	border-right:		none;
}
#header #mainMenu ul#topmenu a.starter:hover{
	background:			none;
}

#header #mainMenu ul#topmenu li:hover,
#header .pseudomenuItem:hover{
	background-position:left 0;
}
#header #mainMenu ul#topmenu a.starter:hover,
#header .pseudomenuItem a:hover{  /* See ie.css */
	color:				#000;
	background-position:right 0;
}
#header .pseudomenuItem{
	position:			absolute;
	bottom:				6px;
	right:				7px;
	height:				28px;
	margin:				0 3px;
	padding:			0;
	z-index:			100;
}
#header .pseudomenuItem a{
	display:			block;
	padding: 			6px 12px 6px 12px;
	font-weight:		bold;
	text-decoration:	none;
	color:				#0F213E;
}
#header #mainMenu ul#topmenu #mLOGIN{
	display:			block;
	position:			absolute;
	top:				0;
	right:				0;
	height:				auto;
	padding:			3px 5px;
	font:				bold 1em Verdana, Helvetica, sans-serif;
	color:				#0F213E!important;
	background:			#fff;
}

/*
===================================================================================
=== LAYOUT SETUP ==================================================================
===================================================================================

=================================
=== CSS COMMON TO ALL LAYOUTS ===
=================================
*/
#left, #content, #JBcontent, #right{
	float:				left;
	overflow:			hidden;
}
#content, #JBcontent{
	padding:			0 0 10px 0;
}
#right{
	width:				155px;
	padding:			10px;
}
#left{
	width:				235px;
	padding:			10px;  /* See ie.css */
}
.SubPage #left,
.SubPage #right{
	padding:			0 10px 20px 10px;
}
#homepage #right{
	padding-top:		20px;
}
#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:				938px; /* TOTAL = 960px */
	overflow:			hidden;
	margin-left:		0;
	padding:			10px;
}

/*
======================================
=== 2 COLUMN LAYOUT (LEFT SIDEBAR) ===
======================================
*/
body.twocolL #left{
	margin-left:		-960px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.twocolL #content, body.twocolL #JBcontent{ /* See ie.css */
	width:				683px;
	padding:			10px;
	overflow:			hidden;
	margin-left:		255px; /* #left (width + lateral padding + lateral borders) */
}

/*
=======================================
=== 2 COLUMN LAYOUT (RIGHT SIDEBAR) ===
=======================================
*/
body.twocolR #content, body.twocolR #JBcontent{
	width:				763px;
	overflow:			hidden;
	padding:			10px;
	margin-left:		0;
}
body#homepage.twocolR #content, body#homepage.twocolR #JBcontent{
	width:				785px;
	overflow:			hidden;
	padding:			20px 0;
	margin-left:		0;
}

/*
=======================
=== 3 COLUMN LAYOUT ===
=======================
*/
body.threecol #left{
	margin-left:		-785px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.threecol #content, body.threecol #JBcontent{
	width:				508px; /* Total = 535px */
	overflow:			hidden;
	margin-left:		255px; /* #left (width + lateral padding + lateral borders) */
	padding:			10px;
} 

/*
===================================================================================
=== MAIN ==========================================================================
===================================================================================

===================================================================================
=== HOME PAGE ====================================================================
===================================================================================
*/
#homeContent{
	height:				275px;
	margin-bottom:		10px;
	position:			relative;
}

/* --- News --- */
#homepage #news{
	width:				366px;
	height:				360px;
	padding:			10px;
	border:				solid #0F213E;
	border-width:		7px 1px 1px 1px;
	background:			#F4F4F4;
	float:				left;
}
#homepage #news #newsInc h2{
	display:			none;
}

#homepage #homeText{
	width:				366px;
	height:				360px;
	padding:			10px;
	border: 			solid #0F213E;
	border-width:		7px 1px 1px 1px;
	background:			#F4F4F4;
	float:				right;
}

/* --- Job Browser Box --- */
#jobBrowserInc{
	width:				530px;
	margin:				0!important;
	position:			absolute;
	top:				0;
}
#jobBrowserNav{
	margin:				0!important;
}
#jobBrowserNav li{
	height:				20px;
	margin:				0!important;
	padding:			10px!important;
	float:				left;
	background:			none!important;
}
#jobBrowserNav li.selected{
	width:				268px;
	border:				solid #0F213E;
	border-width:		7px 1px 0px 1px;
	background:			#F4F4F4!important;
}
#jobBrowserNav li.unselected{
	width:				220px;
	margin-top:			7px!important;
	background:			#0F213E!important;
}
#jobBrowserNav li a{
	margin:				0!important;
	padding:			0!important;
	display:			block;
}
#jobBrowserNav li a h2{
	margin:				0!important;
	padding:			0!important;
	font-size:			1.6em;
}
#jobBrowserNav li.unselected a h2,
#jobBrowserNav li.unselected a span{
	padding-top:		2px!important;
	color:				#FFF!important;
	font-size:			1.3em!important;
}
#jobBrowserNav li.unselected a span{
	font-size:			1em!important;
}
#jobBrowserNav li a span{
	color:				#73AD21;
}
#jobBrowser{
	height:				210px;
	padding:			0px 10px 5px 10px;
	clear:				both;
	border:				solid #0F213E;
	border-width:		0px 1px 1px 1px;
	background:			#F4F4F4;
}
#jobBrowser div h2{
	display:			none;
}
#jobBrowser ul{
	margin:				0!important;
	padding:			5px 0 0 0;
}
#jobBrowser li{
	width:				50%;
	float:				left;
	margin:				0!important;
	padding:			5px 0!important;
	background:			none!important;
}
#jobBrowser li a{
	*padding:			4px 0;
	display:			block;
}
.JB_status2{
	display:			none;
}

/* --- Quick Search --- */
#homepage #search{ /* See ie.css */
	float:				right;
	width:				225px; /* Total = 180px; */
	height:				255px;
	margin:				0!important;
	padding:			0 10px;
	position:			relative;
	border:				solid #0F213E;
	border-width:		7px 1px 1px 1px;
	background:			#F4F4F4;
}
#homepage #search .CMSButtonPara{
	display:			none;
}
#homepage #search h2{
	margin:				0 -10px 0 -10px;
	padding:			10px;
}
#homepage #search input.text,
#homepage #search select{
	width:				95%!important;
	margin:				3px 0 5px 0;
}
#homepage #search select{
	width:				98%!important;
}
#homepage #search .submit a{
	width:				100%;
	color:				#000;
	font-size:			0.9em;
	font-weight:		normal;
	text-align:			center;
	text-decoration:	underline;
	position:			absolute;
	bottom:				17px;
	left:				0;
}
#homepage #search .quicknotes{
	display:			block;
}
#homepage #search .quicknotes a{
	color:				#000;
	font-size:			0.9em;
	font-weight:		normal;
	text-decoration:	underline;
	position:			absolute;
	bottom:				53px;
	right:				15px;
}
#homepage #search .searchButton,
#left #search p.submit .searchButton, 
#right #search p.submit .searchButton{ /* See ie.css */
	float:				right;
	position:			absolute;
	bottom:				43px;
	width:				135px!important;
	height:				26px;
	padding:			0 0 4px 0;
	font-size:			1.1em!important;
	text-transform:		lowercase;
	color:				#FFF!important;
	border:				0!important;
	background:			url(/images/backgrounds/submitSearch.gif) no-repeat!important;
}

/* --- Featured Jobs & Quick links --- */
#quickLinks h2,
#homepage #featuredJobs h2{
	margin:				0 0 10px 0;
	padding:			0;
}
#quickLinks{
	float:				left;
	width:				225px;
	padding:			10px 10px 0 10px;
	color:				#000;
	border:				solid #0F213E;
	border-width:		7px 1px 1px 1px;
	background:			#8CC63E;
}
#quickLinks a{
	color:				#FFF;
}
#quickLinks h2{
	margin:				0 0 2px 0;
	font-size:			1em;
}
#quickLinks dt,
#quickLinks dd{
	width:				25%;
	margin-bottom:		2px;
	float:				left;
}
#quickLinks dd{
	width:				75%;
}
#quickLinks dd input.text{
	width:				164px!important;
}
#quickLinks p.submit a{
	padding:			7px 0;
	float:				left;
}
#quickLinks p.submit input{
	float:				right;
}
#quickLinks .CustomJobseekerMenuTXT{
	display:			none;
}	
#quickLinks ul{
	margin:				5px 0 0 0;
	padding:			0;
}
#quickLinks li{
	margin:				0!important;
	padding:			0 0 0 50px!important;
}
#quickLinks li#QLupload{
	background:			url(/images/backgrounds/qlPencil.gif) no-repeat 0 2px;
}
#quickLinks li#QLjbe{
	background:			url(/images/backgrounds/qlPage.gif) no-repeat 0 2px;
}
#quickLinks li#QLacct{
	background:			url(/images/backgrounds/qlEnvelope.gif) no-repeat 0 2px;
}
#quickLinks li a{
	display:			block;
	font-weight:		bold;
}

/* --- Featured Sites --- */
#featuredSites{
	height:				190px;
	padding:			13px;
	clear:				both;
	border:				solid #0F213E;
	border-width:		7px 1px 1px 1px;
	background:			#F4F4F4;
}
#featuredSites h2{
	margin:				0;
}
#featuredSites ul{
	margin:				0;
	padding:			0;
}
#featuredSites li{
	margin:				0!important;
	padding:			20px 1px!important;
	float:				left;
	background:			transparent!important;
}
#featuredSites li img{
	border:				1px solid #A5A5A5;
}

/* --- Info Bar (CMS) --- */
#infoBar{
	clear:				both;
	margin-bottom:		10px;
	padding:			10px 6px; /* See ie.css */
	text-align:			left;
	border:				solid #0F213E;
	border-width:		7px 1px 1px 1px;
	background:			#F4F4F4;
}
#infoBar img{
	height:				108px;
	display:			block;
	margin-bottom:		7px;
}
#infoBar p{
	float:				left;
	width:				140px;
	margin:				0 7px; /* See ie.css */
	padding:			0;
	background:			transparent;
}
#infoBar a{
	display:			block;
	margin-bottom:		2px;
	font:				bold 1em Arial, Helvetica, sans-serif;
}

/*
===============
=== CONTENT ===
===============
*/
.SubPage #content,
.SubPage #JBcontent{
	border:				1px solid #0F213E;
	background:			#F4F4F4;
}
#content, #JBcontent{
	text-align:			left;
}
#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;
}
#homepage h2, 
#content h1, #JBcontent h1{
	color:				#0F213E;
	font-family:		Arial;
	font-weight:		bold;
	text-transform:		uppercase!important;
}
#homepage h2 span, #homepage h2 em{
	color:				#73AD21;
	font-style:			normal;
}
#JBcontent fieldset h2{
	font-size:			1em!important;
	padding:			5px 10px!important;
}
#content ul, #JBcontent ul{
	margin-bottom:		1em;
}
#content ol{
	margin:				0 40px;
	list-style-type:	decimal;
}
#content ol li{
	margin:				0 0 1em 0;
}
#JBcontent table, #JBcontent form{
	text-align:			left;
}
.linkLatestJobs, .linkAllJobs{     
	float:				left;
	margin:				0.5em 0 0 0;
	font:				normal 1.3em "Lucida Sans Unicode", "Lucida Sans" , Myriad, sans-serif;
	color:				#d11920;
	text-transform:		capitalize;
}
.linkLatestJobs{ /* See ie.css & ie7.css */
	width:				72.7%;
}
#JBcontent.menu .NewsItem{     
	border-bottom:		1px solid #dce5ec;
}

/*
================
=== SIDEBARS ===
================
*/
#left h2,
#right h2{
	font-size:			1em;
	text-transform:		none!important;
}

/*
===================================================================================
=== CMS INCLUDES STYLING ==========================================================
===================================================================================

==============================================
=== INCLUDES WHEN FEATURED IN THE SIDEBARS ===
==============================================
*/
#right #adHere{
	margin-bottom:		10px;
}

/* --- 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 Verdana, 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{ /* See ie.css */
	padding:			6px 0 3px 0;
	border-bottom:		1px solid #dce5ec;
}
#left .LatestVacanciesTBL a, 
#right .LatestVacanciesTBL a{  
	text-decoration:	none;   
}

#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:			block!important;
	padding:			0;
	text-align:			left;
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span a, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span a{
	color:				#333;
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle{
	margin:				0 0 3px 0!important;
	font-weight:		bold!important;
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle a, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle a{
	text-decoration:	underline;
	color:				#d11920;
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_Salary, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_Salary{
	margin:				0 0 3px 0!important;
	font-style:			italic!important;
}

/* --- Side Banners --- */
#left .featuredEmployersBox,
#right .featuredEmployersBox{
	margin:				0 0 10px 0!important;
	padding:			28px 8px 0 8px!important;
	border:				1px solid #cdcdcd!important;
	background:			#e6e6e6!important;
	position:			relative;
}
#left .featuredEmployersBox h2,
#right .featuredEmployersBox h2{
	display:			none;
}
#left .featuredEmployersBox ul,
#right .featuredEmployersBox ul{
	margin:				0;
}
#left .featuredEmployersBox ul li,
#right .featuredEmployersBox ul li{
	margin:				0 0 5px 0;
	text-align:			center;
}
#left .featuredEmployersBox ul li img,
#right .featuredEmployersBox ul li img{
	border:				1px solid #133077;
}
#left .featuredEmployersBox .LinkToClientList,
#right .featuredEmployersBox .LinkToClientList{
	width:				100%;
	text-align:			center;
	position:			absolute;
	top:				6px;
	left:				0;
}

/* --- Recruiter Login & Jobseeker Login --- */
#right #jobseekersLoginInc,
#right #recruiterLoginInc{
	margin:				0 0 10px 0;
	color:				#3C3C3C;
	border:				1px solid #CDCDCD;
	background:			#E6E6E6;
}
#right #jobseekersLoginInc h2,
#right #recruiterLoginInc h2{
	margin-bottom:		0;
	font-size:			1em!important;
}
#right #jobseekersLoginInc form,
#right #recruiterLoginInc form{
	padding:			5px;
}
#right #jobseekersLoginInc p.submit,
#right #recruiterLoginInc p.submit{
	height:				50px;
	margin-bottom:		0;
}
#right #jobseekersLoginInc p.submit input,
#right #recruiterLoginInc p.submit input{
	margin-top:			-45px;
	font-size:			1em!important;
	float:				right;
}
#right #jobseekersLoginInc p.submit a,
#right #recruiterLoginInc p.submit a{
	float:				left;
	margin:				35px 0 0 0;
}
#right .ClientHome{
	margin:				5px 0 5px 0!important;
	clear:				both;
}

/* --- News --- */
#left #LatestNews,
#right #LatestNews{
	margin:				0 0 1.3em 0;
}
#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;
	padding:			10px 15px 10px 15px;
	border:				1px solid #A5A5A5;
	border-top:			none;
	border-bottom:		7px solid #0F213E;
	background:			#F4F4F4;
}
#left #jobBrowseContainer #search,
#right #jobBrowseContainer #search{
	position:			relative;
}
#left #search h2,
#right #search h2{
	margin:				0 0 10px 0;
	color:				#000!important;
	font:				bold 1.2em Verdana, Helvetica, sans-serif!important;
}
#left #search label, 
#right #search label{
	color:				#000;
	font-weight:		bold;
}
#left #search select, #left #search input.text, 
#right #search select, #right #search input.text{
	display:			block;
	width:				97%!important;
	margin:				4px 0 10px 0;
}
#left #search select, 
#right #search select{
	width:				99.5%!important;
}
#left #search p.submit input,
#right #search p.submit input{
	position:			absolute;
	bottom:				45px!important;
}
#left #search .quicknotes,
#right #search .quicknotes{
	display:			block;
}
#left #search .quicknotes a,
#right #search .quicknotes a{
	color:				#000;
	font-size:			0.9em;
	font-weight:		normal;
	text-decoration:	underline;
	position:			absolute;
	bottom:				55px;
	right:				15px;
}
#left #search p.submit a,
#right #search p.submit a{
	width:				100%;
	padding-top:		45px;
	color:				#000;
	font-weight:		normal;
	font-size:			0.9em;
	text-align:			center;
	text-decoration:	underline;
	display:			block;
}
#search .quicknotes{
	display:			none;
}

/* --- 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{
	margin:				0 0 10px 0;
}
#left ul.customSideBarMenu  li, 
#right ul.customSideBarMenu li{
	margin:				0 0 2px 0;
}
#left ul.customSideBarMenu li a,
#right ul.customSideBarMenu li a{
	position:			relative;   
	display:			block;
	padding:			5px 10px;
	font-weight:		normal;
	text-decoration:	none;
	color:				#fff;
	background:			#CB181E;
}
#left ul.customSideBarMenu li a:hover,
#right ul.customSideBarMenu li a:hover{ 
	background:			#670404;
}

/*
=========================================================
=== INCLUDES (WHEN FEATURED IN THE MAIN CONTENT AREA) ===
=========================================================
*/
/* --- Latest Vacancies & Featured Jobs --- */
#content #latest,
#JBcontent #latest,
#content #featuredJobs,
#JBcontent #featuredJobs{
	margin:				0 0 10px 0!important;
	border:				solid #0F213E;
	border-width:		7px 1px 1px 1px;
	background:			#F4F4F4;
}
#content #latest,
#content #featuredJobs,{
	height:				255px!important;
	*height:			262px!important;
}
#homepage #content #featuredJobs{
	width:				510px;
	padding:			10px 10px 0 10px;
	position:			absolute;
	top:				0;
	right:				0;
}
#homepage #content #featuredJobs #featuredJobs_Container{
	height:				223px;
	*height:			229px;
}
#homepage #latest .CMSButtonPara{
	display:			none;
}
#content .LatestVacanciesTBL, 
#JBcontent .LatestVacanciesTBL{     
	width:				100%;
	margin:				-5px 0 0 0!important;
}
#content .LatestVacanciesTBL td, 
#JBcontent .LatestVacanciesTBL td{ /* See ie.css */
	padding:			2px 10px;
	border-bottom:		1px solid #A5A5A5
}
#content .LatestVacanciesTBL tr.lastJobRow td, 
#JBcontent .LatestVacanciesTBL tr.lastJobRow td{
	border:				none;
}
#content .LatestVacanciesTBL td .floatHack, 
#JBcontent .LatestVacanciesTBL td .floatHack{
	display:			none;
}
#content .LatestVacanciesTBL a, 
#JBcontent .LatestVacanciesTBL a{  
	text-decoration:	none;   
}
#content .LatestVacanciesCol1, 
#JBcontent .LatestVacanciesCol1{     
	width:				120px; /* Images should be 88px, giving this 10px of right padding */
	padding:			5px 0 5px 0!important;
}
#content .LatestVacanciesCol2 span, 
#JBcontent .LatestVacanciesCol2 span{
	color:				#000;
	display:			block;
}
#content .LatestVacanciesCol2 span a, 
#JBcontent .LatestVacanciesCol2 span a{
	color:				#000;
}
#content .LatestVacanciesCol2 span.jobs_JobTitle a, 
#JBcontent .LatestVacanciesCol2 span.jobs_JobTitle a{
	color:				#8CC63E;
}
#content .LatestVacanciesCol2 span.jobs_JobDescription a, 
#JBcontent .LatestVacanciesCol2 span.jobs_JobDescription a{
	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;
}

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */

/* --- News --- */
#content #newsInc,
#JBcontent #newsInc{
}
#content #LatestNews,
#JBcontent #LatestNews{
	margin:				0 0 10px 0;
}
#content #LatestNews .NewsTitle a,
#JBcontent #LatestNews .NewsTitle a{     
	font-weight:		bold!important;
}
#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 --- */

/* --- Text (free text field) --- */

/* --- Menu (User created menus) --- */
#content .sidebarMenu h2,
#JBcontent .sidebarMenu h2{
	width:				50%;
}
#content ul.customSideBarMenu, 
#JBcontent ul.customSideBarMenu{
	width:				50%;
	margin:				0 0 10px 0;
}
#JBcontent ul.customSideBarMenu  li, 
#content ul.customSideBarMenu li{
	margin:				0 0 2px 0;
	padding:			0;
	background:			transparent;
}
#JBcontent ul.customSideBarMenu li a,
#content ul.customSideBarMenu li a{   
	position:			relative;  
	display:			block;
	padding:			5px 10px;
	font-weight:		normal;
	text-decoration:	none;
	color:				#fff;
	background:			#CB181E;
}
#JBcontent ul.customSideBarMenu li a:hover,
#content ul.customSideBarMenu li a:hover{ 
	background:			#670404;
}

.contactAddress dt,
.contactAddress dd{	
	width:				10%;
	float:				left;
}
.contactAddress dd{
	width:				90%;
}
 
/*
===================================================================================
=== POPUP WINDOW ==================================================================
===================================================================================
*/
#popup #popupHeader{
	width:				100%;
	height:				75px;
	padding:			0;
	border-bottom:		3px solid #8AC53A;
}
#popup #popupHeader .popupLogo{ /* [TEMP] */
	width:				250px;
	height:				51px;
	position:			absolute;
	top:				10px;
	left:				10px;
	background:			url(/images/email/email_logo.gif) no-repeat top;
}
#popup #popupFooter{
	border-top:			3px solid #8AC53A;
}

/*
===================================================================================
=== FOOTER ========================================================================
===================================================================================
*/
#footer{
	clear:				both;
	overflow:			hidden;
	color:				#A5A5A5;
	padding:			10px 10px 20px 10px;
	border-top:			7px solid #0F213E;
}
#footer li{
	float:				left;
	margin:				0!important;
	padding:			0 5px;
	border-right:		1px solid #A5A5A5;
}
#footer li.lastItem{
	border:				none;
}
#footer p{
	padding:			2px 4px;
}
#footer a{
	color:				#A5A5A5;
	font-weight:		normal;
}
/* --- */
#footer .CMSlogout{
	position:			absolute;
	bottom:				27px;
	right:				10px;
}
#footer .CMSlogout a{
	display:			block;
	padding:			3px 10px;
	font-weight:		bold;
	font-size:			1.1em;
	color:				#fff;
	background:			#c40000
}
#footer .CMSlogout a:hover{
	text-decoration:	none;
	background:			#820000;
}
/*
===================================================================================
=== CUSTOM JOB BOARD STYLES =======================================================
===================================================================================
*/
#JBcontent.jobindex li.indexlink{  
	background:			none;   
}
#JBcontent.jobindex li.indexlink ul{
	margin-left:		0;
}
#JBcontent.advertisers ol{     
	background:			none;
}
#JBcontent.advertisers ol li{   
	background:			none;  
}
#JBcontent #progress{
	margin:				40px 0 40px 0;
}
#JBcontent.jobView p{
	text-align:			left;
}
#JBcontent .styled h2{
	color:				#fff!important;
}
#JBcontent form.styled fieldset h2,
#left #jobseekersLoginInc h2, #right #jobseekersLoginInc h2,
#left #recruiterLoginInc h2, #right #recruiterLoginInc h2{
	padding:			9px 10px;
	font:				bold 1.1em Verdana, Helvetica, sans-serif;
	color:				#fff;
	background:			#424242;
}


.lstdoBDay{
	width:				50px!important;
	margin-right:		2px;
}

.lstdoBMonth{
	width:				60px!important;
	margin-right:		2px;
}

.lstdoBYear{
	width:				70px!important;
	margin-right:		2px;
}
#JBcontent.advertisers ul li{
	background:			url(/images/icons/bullet1.png) no-repeat 0 4px!important;
}

/* 
====================================
=== NEW RESULTES PAGE 2008-05-22 === 
====================================
*/
/* --- Page Numbers --- */
#JBcontent ul.pageNumbers{
	clear:				both;
	margin:				15px 0!important;
}
#JBcontent ul.pageNumbers li{
	float:				left;
	margin:				0;
	padding:			0;
	color:				#3c3c3c;
	background:			transparent!important;
}
#JBcontent ul.pageNumbers li a,
#JBcontent ul.pageNumbers li.pageSelected{
	display:			block;
	min-width:			1em; /* See ie.css */
	padding:			2px;
	font-weight:		bold;
	text-align:			center;
	border:				0;
	background:			transparent;
}
#JBcontent ul.pageNumbers li a:hover,
#JBcontent ul.pageNumbers li.pageSelected{
	color:				#000;
	background:			transparent;
}
#JBcontent ul.pageNumbers li.titleBar{
	margin:				0 3px 0 0;
	padding:			2px;
	font-weight:		normal;
}

/* --- Job Results --- */
#JBcontent.jobResults h2{
	font-weight:		bold;
}
#JBcontent.jobResults .jobInfo a.detailsApply,
#JBcontent.jobResults .jobInfo .jobLogo,
#JBcontent.jobResults .compInfo .compLogo,
#JBcontent.jobResults .jobInfo ul.jobDetails li strong{
	display:			none;
}
#JBcontent.jobResults .resultsActions{
	margin-top:			10px;
	height:				2em;
	padding:			0 0 15px 0;
}
body.twocolL #JBcontent.jobResults .resultsActions,
body.twocolR #JBcontent.jobResults .resultsActions{
	margin-right:		82px;
	*margin-right:		42px; /* IE7> Hack */
}
#JBcontent.jobResults .buttonLink{
	float:				right;
	width:				auto;
	overflow:			visible; /* Width auto and overflow visible, should prevent IE from adding massive amounts of lateral padding to these inputs */
	margin:				0 0 0 5px;
	padding:			3px 5px;
	font-weight:		bold!important;
	font-size:			1.1em!important;
	text-transform:		capitalize;
	color:				#fff!important;
	border:				0!important;
	cursor:				pointer;
	background:			#8f8f8f!important;
}
#JBcontent.jobResults .buttonLink:hover{
	color:				#fff!important;
	background:			#8CC63E!important;
}
#JBcontent.jobResults .jobInfo,
#JBcontent.jobResults .featuredJob{
	clear:				both;
	position:			relative;
	margin:				2px 0;
	padding:			0 0 3px 25px;
	border:				0;
	background:			url(/images/backgrounds/dottedUnderline2.png) repeat-x left bottom;
}
#JBcontent.jobResults .featuredJob{	
	border-color:		#F07921;
}
body.twocolL #JBcontent.jobResults .jobInfo,
body.twocolR #JBcontent.jobResults .jobInfo,
body.twocolL #JBcontent.jobResults .featuredJob,
body.twocolR #JBcontent.jobResults .featuredJob{
	width:				100%;
	margin:				5px 0;
}
#JBcontent.jobResults .jobInfo h2,
#JBcontent.jobResults .featuredJob h2{
	margin:				0 0 0 -26px;
	padding:			8px 0 0 25px;
	font-size:			1.1em;
	color:				#8CC63E;
	background:			transparent;
}
#JBcontent.jobResults .featuredJob h2{
	margin-top:			-3px;
	background:			url(/images/backgrounds/dottedUnderline2.png) repeat-x top;
}
#JBcontent.jobResults .jobInfo h2 a{
	color:				#8CC63E!important;
	text-decoration:	underline!important;
}
#JBcontent.jobResults .jobInfo input.checkBox{ /* See ie7.css & ie.css */
	position:			absolute;
	top:				10px;
	left:				5px;
}
#JBcontent.jobResults .jobInfo a.detailsApply:hover{
	background:			#000!important;
}
#JBcontent.jobResults .jobInfo ul.jobDetails{
	min-height:			1.7em;
	margin:				0 0 5px 0;
	padding:			0;
	font-style:			italic;
	color:				#000;
}
#JBcontent.jobResults .jobInfo ul.jobDetails li{
	float:				left;
	width:				100%;
	height:				auto;
	margin:				5px 0 3px 0;
	padding:			0;
	font-style:			italic;
	background:			transparent;
	overflow:			hidden;
}
#JBcontent.jobResults .jobInfo ul.jobDetails li a,
#JBcontent.jobResults .jobInfo ul.jobDetails li span.linkless{
	display:			block;
	float:				left;
	width:				100%;
	font-weight:		normal;
	overflow:			hidden;
}
#JBcontent.jobResults .jobInfo ul.jobDetails li.jobSalary{
	float:				left;
	width:				49%;
	margin:				0 1% 0 0;
}
#JBcontent.jobResults .jobInfo ul.jobDetails li.jobRegion,
#JBcontent.jobResults .jobInfo ul.jobDetails li.jobLocation{ /* See ie.css */
	float:				right;
	width:				49%; /* If you increase this, update ie.css */
	margin-top:			0;
	text-align:			right;
}
#JBcontent.jobResults .jobInfo p.jobDescription{
	clear:				both;
	margin:				0 0 8px 0;
	padding:			0;
	border-top:			0;
}
#JBcontent.jobResults .featuredJob p.jobDescription{
	border-color:		#EDB68D;
}

/* --- Send Me Jobs Like These --- */
.sendMeJobsLikeThese{
	position:			relative;
	clear:				both;
	min-height:			13px; /* See ie.css */
	padding:			5px 0;
	background:			transparent;
}
#sendMeJobsLikeTheseBot{
	margin:				-1px 0 0 0;
	padding:			5px 0 17px 0;
	border-top:			1px solid #fff;
	background:			url(/images/backgrounds/dottedUnderline2.png) repeat-x bottom;
}
.sendMeJobsLikeThese label,
.sendMeJobsLikeThese input.text{
	margin:				0 5px 0 0;
}
.sendMeJobsLikeThese input.text{
	width:				190px!important;
}
#sendMeJobsLikeTheseTop .SendMeJobsButton{
	position:			absolute;
	top:				0;
	right:				0;
	width:				200px!important;
	height:				21px;
	padding:			0 0 3px 0!important;
	font:				normal 0.8em Verdana, Helvetica, sans-serif!important;
	text-transform:		uppercase;
	background:			url(/images/backgrounds/formButtons.png) no-repeat left -35px!important;
}
#sendMeJobsLikeTheseBot .SendMeJobsButton{
	position:			absolute;
	bottom:				11px;
	right:				0;
	width:				200px!important;
	height:				21px;
	padding:			0 0 3px 0!important;
	font:				normal 0.8em Verdana, Helvetica, sans-serif!important;
	text-transform:		uppercase;
	background:			url(/images/backgrounds/formButtons.png) no-repeat left -35px!important;
}
/* ------------------------------- */

/* 
===================
=== JOB BROWSER === 
===================
*/
#jobBrowseContainer{
	margin:				0;
	padding:			0;
}
#jobBrowseContainer ul.tabNav{
	border-bottom:		1px solid #A5A5A5;
}
#jobBrowseContainer ul.tabNav li{
	height:				28px;
	margin-right:		5px;
	border:				1px solid #A5A5A5;
	border-bottom:		none;
	float:				left;
}
#jobBrowseContainer ul.tabNav li a{
	padding:			6px 10px;
	display:			block;
	background:			#F4F4F4;
}
#jobBrowseContainer ul.tabNav li.selectedTab{	
	border-bottom:		none;
}
#jobBrowseContainer ul.tabNav li.selectedTab a{ 
	color:				#000;
}	
#jobBrowseContainer ul.tabNav li.selectedTab a{
	border-bottom:		1px solid #F4F4F4;
	background:			#F4F4F4;
	background:			url(/images/backgrounds/jbNav.gif) repeat-x!important;
}

/* --- Job Browser Results --- */
#jobBrowserResults{
	margin:				0;
	padding:			1px 0px 0px 0px;
	background:			#F4F4F4;
	border:				1px solid #A5A5A5;
	border-top:			none;
	zoom:				1;
}
#jobBrowserResults h2{
	display:			none;
}
#jobBrowserResults h2,
#jobBrowserResults h3{
	margin:				0 0 7px 0;
	color:				#000;
}
#jobBrowserResults a{
	display:			block;
	position:			relative;
	margin:				0 2px 0 0px;
	padding:			1px 5px 1px 8px;
	text-decoration:	none;
}
#jobBrowserResults .JobBrowseLinks{
	margin:				10px 0px 0px 0px;
	padding:			0 10px 10px 10px;
	border-bottom:		7px solid #A5A5A5;
}

/* --- Current Search Details --- */
#jobBrowserResults #CurrentSearch{
	width:				200px;
	margin:				5px;
	padding:			10px;
	border:				1px solid #A5A5A5;
	background:			url(/images/backgrounds/jbMain.gif);
}
#jobBrowserResults #CurrentSearch h2{
	font-size:			1.2em;
	font-weight:		bold;
	display:			block;
}
#jobBrowserResults #CurrentSearch ul{
	margin:				0 0 10px 0;
}
#jobBrowserResults #CurrentSearch ul li{
	padding:			5px 0;
}
#jobBrowserResults #CurrentSearch p{
	margin:				0;
}
#jobBrowserResults #CurrentSearch a{
	display:			block;
	text-decoration:	underline;
}

/* 
=====================
=== JOB VIEW PAGE === 
=====================
*/
#JBcontent.jobView .buttonLink,
#JBcontent.jobView .buttonLink a{
	margin:				0 5px 10px 0;
	padding:			2px 10px 3px 10px!important;
	text-transform:		capitalize;
	color:				#fff;
	border:				0;
	background:			#8f8f8f!important;
}
#JBcontent.jobView .buttonLink:hover{
	background:			#8f8f8f!important;
}
#JBcontent.jobView .ApplyNow{
	width:				90px;
	height:				19px;
	padding:			2px 0 0 0!important;
	text-align:			center;
	color:				#fff;
	font-size:			1em!important;
	border:				0;
	background:			#8CC63E!important;
}
#JBcontent.jobView .ApplyNow:hover{
	color:				#FFF;
	background:			#000!important;
}

/* --- Job Preview --- */
#JBcontent.jobPreviewPage form.jobViewForm .jobInfo .jobLogo{
	top:				-15px;
}
#JBcontent.jobPreviewPage .buttonLink{
	font:				bold 1em Verdana, Tahoma, sans-serif!important;
}
#JBcontent.jobPreviewPage a.buttonLink{
	padding:			3px 10px 4px 10px;
}
#JBcontent.jobPreviewPage .ApplyNow{
	height:				20px;
	padding:			2px 0 10px 0; /* See ie.css */
}

/*
======================
=== FAST CV UPLOAD ===
======================
*/
.FastCVUploadBody #CVupload{
	position:			relative;
}
.FastCVUploadBody h2{
	color:				#010101;
	font-size:			1.7em;
	font-family:		Arial;
	font-weight:		bold;
	text-transform:		uppercase;
}
.FastCVUploadBody form{
	width:				50%;
	margin:				0 auto;
	padding:			10px;
	border:				1px solid #AAA;
	background:			#EEE;
}
.FastCVUploadBody form label{
	width:				100%;
	color:				#555588;
	font-weight:		bold;
	display:			block;
}
.FastCVUploadBody form label .required{
	color:				#BF0000;
	font-weight:		normal;
}
.FastCVUploadBody form label.nonLabelCV{
	margin:				0;
	padding:			0;
	color:				#3C3C3C;
	font-weight:		normal;
}
.FastCVUploadBody form label.nonLabelCV #chkHideContactDetails{
	margin-top:			10px;
}
.FastCVUploadBody form label.nonLabelCV #chkMarketing{
	margin-top:			20px;
}
.FastCVUploadBody form label.nonLabelCV input{
	background:red;
}
.FastCVUploadBody form dd{
	margin-bottom:		10px;
}
.FastCVUploadBody form input.uploadButton{
	margin-top:			20px;
	display:			block;
}
.FastCVUploadBody .privacyStatement{
	font-size:			0.9em;
	position:			absolute;
	bottom:				9px;
	right:				200px;
}

/* 
====================
=== SITEMAP PAGE === 
====================
*/
#JBcontent ul#indexmenu{
	margin:				0;
}
#JBcontent li.indexlink{
	float:				left;
	width:				49%;
	margin:				0 1% 0 0;
	padding-left:		0;
	background:			transparent;
}
#JBcontent li.indexlink ul{
	height:				18em;
	padding:			0 5px;
	overflow:			auto;
	border:				1px solid #e0e0e0;
	background:			#f6f6f6;
}
#JBcontent li.indexlink ul li{
	margin-bottom:		10px;
}

/*
===================================================================================
=== 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;
}
/**/
.ShowElement{
	display: 			block!important;
}
.HideElement{
	display:			none!important;
}
#peelAdSmall{
	z-index:			9998!important;
}