/*
===================================================================================
=== IMPORT EXTRENAL STYLE SHEETS ==================================================
===================================================================================
*/

@import url(/css/undohtml.css);
@import url(/jobboard/css/main.css);

/*
===================================================================================
=== GENERAL SITE STYLES ===========================================================
===================================================================================
*/
body{
	padding:			0;
	font:				70%/150% Arial, Helvetica, sans-serif;
	color:				#000;
	text-align:			center;
	background:			url(/images/backgrounds/body.gif) repeat-x top left #FFF;
}
#container{
	position:			relative;
	width:				990px;
	margin:				0 auto;
	padding:			140px 0 0 0;
	text-align:			left;
	border:				5px solid #CBAF0E;
	background:			#000;
}
h1, h2, h3, h4, h5, h6, .pseudoH2, .pseudoH3{
	clear:				both;
	margin:				0 0 0.5em 0;
	color:				#000;
	font:				bold 1.1em Arial, Helvetica, sans-serif;
}
h1{
	font:				bold 1.8em "Arial Rounded MT Bold", "Arial Rounded", Helvetica, sans-serif;
}
h2, .pseudoH2{     
	display:			block;
	font-size:			1.6em;
}
h3, .pseudoH3{
	display:			block;
	margin:				0 0 0.1em 0;
}
p, .pseudoP{
	margin:				0 0 1em 0;
}
a{     
	color:				#000;
	font-weight:		bold;
	text-decoration:	underline;
}
.left{
	float:				left!important;
}
.right{
	float:				right!important;
}
.hidden{
	display:			none!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;
}
.indented{
	margin:				0 40px;
}
#homeContent{
	margin:				10px 0 0 0;
}

/*
=============
=== FORMS ===
=============
*/
input, select, textarea{
	font:				1em Arial, Helvetica, sans-serif!important;
	color:				#2e2e2e;
}
input[type=text], input[type=password], select, 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:				1px solid #000!important;
	background:			#1E3C72!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:			#1E3C72!important;
}
a.pseudoButton{ /* See ie.css & ie7.css */
	position:			relative;
	padding:			2px 12px;
	text-decoration:	none!important;
}

/*
==========================================
=== HACKS (Also, see ie.css & ie7.css) ===
==========================================
*/
body{ /* Make sure the scrollbar is always on */
	overflow-y:			scroll;
}
div:after, ul:after, ol:after, dl:after{
	content:			".";
	display:			block;
	clear:				both;
	height:				0;
	visibility:			hidden;
}
div, ul, ol, dl{
	zoom:				1;
}

/*
===================================================================================
=== HEADER ========================================================================
===================================================================================
*/
#header{     
	position:			absolute;
	top:				0;
	height:				135px;
	width:				100%;
	padding:			0;
	border-bottom:		5px solid #CBAF0E;
	background:			#FFF;
}
.SubPage #container{
	padding-top:		165px;
}
#header #logo{
	position:			absolute;
	top:				13px;
	left:				10px;
}
#header #bannerBAN{
	width:				468px;
	height:				60px;
	position:			absolute;
	top:				10px;
	right:				15px;
}
#breadcrumbs, .breadcrumbs{
	color:				#000;
	display:			block;
	position:			absolute;
	bottom:				-40px;
	width:				970px;
	padding:			3px 10px 3px 10px;
	background:			#f1f1f1;
	z-index:			1!important;
}
#breadcrumbs a, .breadcrumbs a{
	color:				#000;
}

/*
===================================================================================
=== MAIN MENU =====================================================================
===================================================================================

======================
=== GENERAL STYLES ===
======================
*/
#header #mainMenu{ /* The menu container div (used to set the background for the menu, etc.) */
	position:			absolute;
	bottom:				-5px;
	right:				30px;
	background: 		transparent;
	z-index:			9999;
}
#header #mainMenu ul#topmenu{
	overflow:			hidden;
	background: 		transparent;
}
#header #mainMenu em{
	font-style:			normal;
}

/* 
=======================================
=== PARENT (TOP LEVEL) MENU OPTIONS ===
=======================================
*/
#header #mainMenu ul#topmenu{
	overflow:			visible;
}
#header #mainMenu ul#topmenu li{
	float:				left;
	background:			url(/images/backgrounds/mainMenu.gif) repeat-x top left;
	position:			relative;
}
#header #mainMenu ul#topmenu a.starter{
	padding:			8px 15px 12px 15px;
	color:				#000;
	font-size:			1.1em;
	text-decoration:	none;
	border-left:		1px solid #A19505;
	border-right:		1px solid #FFF;
	display:			block;
}
#header #mainMenu ul#topmenu a.starter:hover{

}
#header #mainMenu ul#topmenu .firstItem a.starter{
	border-left:		none;
	padding-left:		25px;
	background:			url(/images/backgrounds/mainMenu_left.gif) no-repeat top left;
}
#header #mainMenu ul#topmenu .lastItem a.starter{
	border-right:		none;
	padding-right:		25px;
	background:			url(/images/backgrounds/mainMenu_right.gif) no-repeat top right;
}

/* 
=======================================
=== CHILD (SUB LEVEL) MENU OPTIONS ====
=======================================
*/
#mainMenu ul#topmenu ul{
	position:			absolute;
	visibility:			hidden;
}
#mainMenu ul#topmenu li ul li{
	width:				210px;
	height:				auto;
	padding:			0;
	clear:				both;
}
#mainMenu ul#topmenu li ul li a{
	height:				auto;
	margin:				0;
	padding:			5px 10px;
	color:				#000;
	text-decoration:	none;
	border-top:			1px solid #000;
	display:			block;
}

/*
===================================================================================
=== LAYOUT SETUP ==================================================================
===================================================================================

=================================
=== CSS COMMON TO ALL LAYOUTS ===
=================================
*/
#left, #content, #JBcontent, #right{
	padding:			5px 5px;
	float:				left;
	overflow:			hidden;
}
#left, #right{
	width:				200px;
}

/*
=======================
=== 1 COLUMN LAYOUT ===
=======================
*/
body.onecol #content, body.onecol #JBcontent{
	width:				980px; /* TOTAL = 960px */
	overflow:			hidden;
	margin-left:		0px;
}

/*
======================================
=== 2 COLUMN LAYOUT (LEFT SIDEBAR) ===
======================================
*/
body.twocolL #left{
	margin-left:		-990px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.twocolL #content, body.twocolL #JBcontent{ /* See ie.css */
	width:				770px;
	margin-left:		210px; /* #left (width + lateral padding + lateral borders) */
}

/*
=======================================
=== 2 COLUMN LAYOUT (RIGHT SIDEBAR) ===
=======================================
*/

body.twocolR #content, body.twocolR #JBcontent{
	width:				770px;
	margin-left:		0px;
}

/*
=======================
=== 3 COLUMN LAYOUT ===
=======================
*/
body.threecol #left{
	margin-left:		-780px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.threecol #content, body.threecol #JBcontent{
	width:				560px;
	margin-left:		210px; /* #left (width + lateral padding + lateral borders) */
} 

/*
===================================================================================
=== GENERIC STYLING ===============================================================
===================================================================================
*/
#main{
	background:			#FFF;
}

/*
===============
=== CONTENT ===
===============
*/


/*
================
=== SIDEBARS ===
================
*/


/*
===================================================================================
=== INCLUDES STYLING ==============================================================
===================================================================================

==============================================
=== INCLUDES WHEN FEATURED IN THE SIDEBARS ===
==============================================
*/
#left, #left h2, #left a, 
#right, #right h2, #right a{	
	color:				#FFF!important;
}

/* --- Featured Jobs --- */
#left #featured,
#right #featured{
	margin-bottom:		5px;
	padding:			5px;
	border:				1px solid #CBAF0E;
	background:			#000;
}
#left #featured p,
#right #featured p{
	margin:				0;
}
#left #featured .LVcol2,
#right #featured .LVcol2{
	margin-bottom:		5px;
}
#left #featured span,
#right #featured span{
	display:			block;
}
#left #featured span.jobs_JobDescription a,
#right #featured span.jobs_JobDescription a{
	font-weight:		normal;
	text-decoration:	none;
}

/* --- Jobseeker Login --- */
#left #jobseekersLoginInc,
#right #jobseekersLoginInc{
	margin-bottom:		0!important;
	padding:			5px;
	border:				1px solid #CBAF0E;
	background:			#000;
}
#left #jobseekersLoginInc p,
#right #jobseekersLoginInc p{
	margin:				0;
}

/* --- Quick Search ---*/
#left #search,
#right #search{
	margin-bottom:		5px;
	padding:			5px;
	border:				1px solid #CBAF0E;
	background:			#000;
}
#left #search p,
#right #search p{
	margin:				0;
}
#left #search dd,
#right #search dd{
	margin-bottom:		5px;
}
#left #search select,
#right #search select{
	width:				188px!important;
}
#left #search dd input,
#right #search dd input{
	width:				182px!important;
}

/* --- News --- */
#left #newsInc, #left #latestNews,
#right #newsInc, #right #latestNews{
	margin-bottom:		5px;
	padding:			5px;
	border:				1px solid #CBAF0E;
	background:			#000;
}
#left #latestNews h2 a,
#right #latestNews h2 a{
	text-decoration:	none;
}
#left #latestNews .articles h2,
#right #latestNews .articles h2{
	display:			none;
}
#left #latestNews dd,
#right #latestNews dd{
	margin-bottom:		5px;
}
#left #latestNews p,
#right #latestNews p{
	margin:				0;
}

/*
=========================================================
=== INCLUDES (WHEN FEATURED IN THE MAIN CONTENT AREA) ===
=========================================================
*/


/*
===================================================================================
=== HOMEPAGE ======================================================================
===================================================================================
*/
#welcome{
	height:				230px;
	border-bottom:		5px solid #CBAF0E;
	background:			url(/images/backgrounds/welcome.jpg) no-repeat bottom right;
	position:			relative;
	overflow:			hidden;
}
#welcome.image1{
	background:			url(/images/backgrounds/image1.jpg) no-repeat right;
}
#welcome.image2{
	background:			url(/images/backgrounds/image2.jpg) no-repeat right;
}
#welcome.image3{
	background:			url(/images/backgrounds/image3.jpg) no-repeat right;
}
#welcome.image4{
	background:			url(/images/backgrounds/image4.jpg) no-repeat right;
}
#welcome.image5{
	background:			url(/images/backgrounds/image5.jpg) no-repeat right;
}
#welcome.image6{
	background:			url(/images/backgrounds/image6.jpg) no-repeat right;
}
#welcome.image7{
	background:			url(/images/backgrounds/image7.jpg) no-repeat right;
}
#welcome.image8{
	background:			url(/images/backgrounds/image8.jpg) no-repeat right;
}
#welcome #intro{
	width:				600px;
	color:				#FFF;
	font-style:			italic;
	position:			absolute;
	top:				60px;
	left:				25px;
}
#welcome #intro h1,
#welcome #intro h2,
#welcome #intro h3{
	color:				#FFF;
}
#welcome #intro h2{
	font-style:			italic;
}
#welcome #search{
	width:				470px;
	height:				140px;
	background:			url(/images/backgrounds/welc_search.gif) no-repeat top left;
	position:			absolute;
	top:				65px;
	left:				15px;
}
#welcome #search dl{
	padding:			20px 10px;
}
#welcome #search dt,
#welcome #search dd{
	width:				35%;
	margin-bottom:		25px;
	float:				left;
}
#welcome #search dt label{
	padding:			2px 0;
	color:				#FFF;
	font-weight:		bold;
	display:			block;
}
#welcome #search dd input{	
	width:				139px!important;
	padding:			3px 2px;
}
#welcome #search dd select{
	width:				145px!important;
}
#welcome #search dt{
	width:				15%;
}
#welcome #search h2{
	width:				155px;
	padding:			4px 0;
	text-align:			center;
	color:				#CBAF0E;
	background:			url(/images/backgrounds/welc_header.gif) no-repeat top center;
	position:			absolute;
	top:				-30px;
	left:				10px;
}
#welcome #search .KeywordsHelp{
	display:			none;
}
#welcome #search .searchButton{
	width:				102px!important;
	height:				42px;
	text-transform:		uppercase;
	border:				0!important;
	background:			url(/images/backgrounds/submit_search.gif) no-repeat!important;
	position:			absolute;
	bottom:				-5px;
	right:				0;
}
#welcome #search .QuickSearchHelp,
#welcome #search .advSearch{
	position:			absolute;
	bottom:				0;
	left:				10px;
}
#welcome #search .QuickSearchHelp{
	left:				235px;
}
#welcome #search .QuickSearchHelp a{
	width:				100px;
}
#welcome #search .QuickSearchHelp a,
#welcome #search .advSearch a{
	color:				#FFF;
	display:			block;
}

.homeBlock{
	background:			#FFF;
	border-bottom:		5px solid #CBAF0E;
}
.homeBlock div{
	width:				289px;
	margin:				10px 0;
	padding:			5px 20px;
	color:				#000;
	border-right:		1px solid #CBAF0E;
	float:				left;
}
.homeBlock div.block{
	/*height:				140px;*/
}
.homeBlock div h2{
	color:				#CBAF0E;
	font-size:			2em;
}
.homeBlock #regLogin{
	border-right:		0;
}
.homeBlock #regLogin div{
	margin:				0!important;
	padding:			0;
	border-right:		0;
}
.homeBlock #regLogin p{
	margin:				0;
}
.homeBlock #regLogin a{
	color:				#C5AB1E;
	font-weight:		normal;
}
.homeBlock #regLogin #jobseekersLoginInc{
	position:			relative;
}
.homeBlock #regLogin div h2{
	display:			none;
}
.homeBlock #regLogin label{
	margin-top:			1px;
	padding:			1px 0;
	display:			block;
}
.homeBlock #regLogin dt,
.homeBlock #regLogin dd{
	width:				20%;
	margin-bottom:		5px;
	float:				left;
}
.homeBlock #regLogin dd{
	width:				70%;
}
.homeBlock #regLogin dd input{
	width:				150px!important;
}
.homeBlock #regLogin p.submit input{
	width:				81px!important;
	height:				34px!important;
	text-transform:		uppercase;
	border:				0!important;
	background:			url(/images/backgrounds/submit_login.gif) no-repeat!important;
	position:			absolute;
	top:				13px;
	right:				-13px;
}
.homeBlock #regLogin .lostLogin{
	position:			absolute;
	top:				1px;
	right:				8px;
}
.homeBlock #regLogin .CustomJobseekerMenuTXT{
	display:			none;
}

#homepage #content{
	color:				#FFF;
	background:			#000;
	position:			relative;
}
#homepage #content h2,
#homepage #content a{
	color:				#FFF;
}
#homepage #content #featured,
#homepage #content #latestNews,
#homepage #content #testimonials{
	width:				286px;
	padding:			5px 20px 25px 20px;
	font-size:			1.1em;
	float:				left;
}
#homepage #content #featured h2 a,
#homepage #content #latestNews h2 a,
#homepage #content #testimonials h2 a{
	text-decoration:	none;
}
#homepage #content #featured span{
	display:			block;
}
#homepage #content #featured span.jobs_JobDescription a{
	font-weight:		normal;
	text-decoration:	none;
}
#homepage #content #latestNews .articles h2,
#homepage #content #testimonials .articles h2{
	display:			none;
}
#homepage #content #latestNews .title{
	margin:				0;
}
#homepage #content #latestNews .articles dd,
#homepage #content #latestNews .desc,
#homepage #content #testimonials .articles dd,
#homepage #content #featured .LVcol2{
	margin-bottom:		5px;
}
#homepage #content #latestNews .desc{
	height:				2.7em;
	overflow:			hidden;
}
#homepage #content #featured p.ShowAllFeaturedJobs,
#homepage #content #latestNews p.viewAll,
#homepage #content #testimonials p.viewAll{
	margin:				0;
	position:			absolute;
	bottom:				10px;
}

/*
===================================================================================
=== POPUP WINDOW ==================================================================
===================================================================================
*/
#popup #popupHeader{
	width:				100%;
	height:				96px;
	padding:			10px 5px;
	border-bottom:		5px solid #CBAF0E;
	background:			#FFF;
}
#popup #popupHeader .popupLogo{ /* [TEMP] */
	width:				250px;
	height:				96px;
	background:			url(/images/email/email_logo.gif) no-repeat top;
}
#popup #popupFooter{
	border-top:			5px solid #CBAF0E;
}

/*
===================================================================================
=== FOOTER ========================================================================
===================================================================================
*/
#footer{
	clear:				both;
	color:				#A5A5A5;
	padding:			15px 10px;
	position:			relative;
}
#footer li{
	float:				left;
	margin:				0!important;
	padding:			0 5px;
	border-right:		1px solid #A5A5A5;
}
#footer li.lastItem{
	border:				none;
}
#footer p{
	margin:				0;
	padding:			0 5px;
	clear:				both;
}
#footer a{
	color:				#A5A5A5;
	font-weight:		normal;
	text-decoration:	none;
}
#footer #links{
	position:			absolute;
	top:				10px;
	right:				10px;
}

/* --- */
#footer .CMSlogout{
	position:			absolute;
	bottom:				6px;
	right:				12px;
}
#footer .CMSlogout a{
	display:			block;
	padding:			3px 10px;
	font-weight:		bold;
	font-size:			1.1em;
	color:				#FFF;
	background:			#DA0F00;
}
#footer .CMSlogout a:hover{
	background:			#820000;
}

/*
===================================================================================
=== CUSTOM JOB BOARD STYLES =======================================================
===================================================================================
*/
/* --- Job Browser Nav --- */
#jobBrowseContainer .tabNav li{
	width:				50%;
	float:				left;
}
#jobBrowseContainer .tabNav li a{
	padding:			6px 0;
	text-align:			center;
	display:			block;
}
#jobBrowseContainer .tabNav li.tabOne a{
	background:			url(/images/backgrounds/jbMain_Left.gif) no-repeat top left;
}
#jobBrowseContainer .tabNav li.tabTwo a{
	color:				#000;
	background:			url(/images/backgrounds/jbMain_Right.gif) no-repeat top right;
}
#jobBrowseContainer .tabNav li.selectedTab a{
	text-decoration:	none;
}

/* --- Search --- */
#jobBrowseContainer #search{
	padding:			10px;
	color:				#000;
	background:			#CCB310;
}
#jobBrowseContainer #search h2{
	display:			none;
}
#jobBrowseContainer #search p{
	margin:				0;
}
#jobBrowseContainer #search a{
	color:				#000;
}
#jobBrowseContainer #search dd{
	margin-bottom:		5px;
}
#jobBrowseContainer #search dd input{
	width:				175px!important;
}
#jobBrowseContainer #search dd select{
	width:				181px!important;
}
#jobBrowseContainer #search .searchButton{
	width:				98px!important;
	height:				39px!important;
	margin:				0;
	text-transform:		uppercase;
	border:				0!important;
	background:			url(/images/backgrounds/submit_search_results.gif) no-repeat center!important;
}
#jobBrowseContainer #search .advSearch{
	display:			none;
}

/* --- Job Browser --- */
#jobBrowseContainer #jobBrowserResults{
	background:			#1E3C72;
}
#jobBrowseContainer #jobBrowserResults h2{
	height:				0;
	visibility:			hidden;
}
#jobBrowseContainer #jobBrowserResults .JobBrowseLinks{
	padding:			10px;
	border-bottom:		5px solid #FFF;
}
#jobBrowseContainer #jobBrowserResults #ContractBrowseLinks{
	border-bottom:		0;
}
#jobBrowseContainer #jobBrowserResults .JobBrowseLinks ul{
	padding:			5px 10px;
}
#jobBrowseContainer #jobBrowserResults .JobBrowseLinks em{
	font-style:			normal;
}

/* --- Current Search --- */
#jobBrowseContainer #CurrentSearch{
	margin:				10px 10px 0 10px;
	padding:			5px;
	color:				#1E3C72;
	border:				1px solid #1E3C72;
	background:			#FFF;
}
#jobBrowseContainer #CurrentSearch h2{
	height:				auto;
	color:				#1E3C72!important;
	visibility:			visible;
}
#jobBrowseContainer #CurrentSearch p{
	margin:				5px 0 0 0;
	padding:			5px 0 0 0;
	color:				#1E3C72;
	border-top:			1px solid #1E3C72;
}
#jobBrowseContainer #CurrentSearch li{
	margin-bottom:		5px;
}
#jobBrowseContainer #CurrentSearch a{
	color:				#1E3C72!important;
	font-size:			0.9em;
	display:			block;
}

/* --- Job Results --- */
#JBcontent.jobResults .jobInfo{
	padding:			0;
	color:				#000;
	border:				1px solid #1E3C72;
}
#JBcontent.jobResults .featuredJob{
	border-color:		#CBAF0E;
}
#JBcontent.jobResults .jobInfo h2{
	padding:			6px 5px 7px 25px;
	background-color:	#1E3C72;
}
#JBcontent.jobResults .featuredJob h2{
	padding-left:		45px;
	background:			url(/images/backgrounds/featStar.gif) no-repeat 24px 5px #CBAF0E;
}
#JBcontent.jobResults .jobInfo h2 a{
	color:				#FFF;
}
#JBcontent.jobResults .featuredJob h2 a{
	color:				#000;
}
#JBcontent.jobResults .jobInfo .checkBox{
	top:				7px!important;
}
#JBcontent.jobResults .jobInfo a.detailsApply{
	color:				#FFF!important;
	border:				1px solid #FFF!important;
	background:			#000!important;
	display:			block!important;
	position:			absolute;
	top:				2px;
	right:				2px;
}
#JBcontent.jobResults .jobInfo ul.jobDetails{
	margin:				0 10px;
}
#JBcontent.jobResults .jobInfo p.jobDescription{
	margin:			5px 10px;
	padding-top:	5px;
	border-top:		1px solid #1E3C72;
}
#JBcontent.jobResults .featuredJob p.jobDescription{
	border-top:		1px solid #CBAF0E;
}

/* --- Action Buttons --- */
#JBcontent.jobResults .buttonLink{
	color:				#1E3C72!important;
	border:				1px solid #1E3C72!important;
}
#JBcontent.jobResults .buttonLink:hover{
	border:				1px solid #1E3C72!important;
	background:			#1E3C72!important;
}

/* --- User Menus --- */
#JBcontent.menu ol a{
	color:				#000;
}

/* --- Table Results --- */
table.results,
table.results a{
	color:				#000;
}

/* --- Styled Forms --- */
form.styled,
form.styled a{
	color:				#000;
}

/*
===================================================================================
=== DEBUG =========================================================================
===================================================================================
*/
/*
body{
	background:			red!important;
}	
#container{
	background:			yellow!important;
}
#left{
	background:			red!important;
}
#content, #JBcontent{
	background:			mediumturquoise!important;
}
#right{
	background:			blue!important;
}
#header{
	background:			blue!important;
}
#mainMenu ul#topmenu{
	background:			darkblue!important;
}
#abovecontent{
	background:			mediumslateblue!important;
}
#main{
	background:			lightgray!important;
}
#footer{
	background:			magenta!important;
}
.LatestVacanciesCol2 span.jobs_JobTitle{
	background:			#C5D9E1;
}
.LatestVacanciesCol2 span.jobs_Area{
	background:			#C5DECC;
}
.LatestVacanciesCol2 span.jobs_JobDescription{
	background:			#E1E0C5;
}
.LatestVacanciesCol2 span.jobs_Salary{
	background:			#DFC5E1;
}
/**/