/*
===================================================================================
=== 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, Helvetica, sans-serif;
	color:				#3C434C;
	text-align:			center;
	background:			url(/images/backgrounds/body.gif) repeat-x top left #6B0905;
}
#container{
	position:			relative; /* Position to relative in order to allow elements contained within to be positioned absolutely within #container */
	width:				910px; /* Total = 990px */
	margin:				0 auto;
	text-align:			left;
	background:			transparent;
}
h1, h2, h3, h4, h5, h6{
	clear:				both;
	margin:				0 0 0.5em 0;
	font:				normal 1.1em Verdana, Helvetica, sans-serif;
}
h1{ /* See ie.css & ie7.css */
	font-size:			1.7em;
}
h2{ /* [CS] */     
	font-size:			1.6em;
	color:				#005FB7;
}
h3{
	font-weight:		bold;
	font-size:			1.2em;
}
p{
	margin:				0 0 1em 0;
}
a{ /* [CS] */     
	color:				#0066cc;
}
a:hover{ /* [CS] */     
	color:				#f06000;
}
.left{
	float:				left!important;
}
.right{
	float:				right!important;
}
.noborder{
	border:				none!important;
}
.txtLeft{
	text-align:			left;
}
.txtRight{
	text-align:			right;
}
.txtCentre{
	text-align:			center;
}
.txtJustify{
	text-align:			justify;
}
.imgLeft{
	float:				left;
	margin:				-3px 0 0 0;
}
.imgRight{
	float:				right;
	margin:				-3px 0 0 0;
}
.imgCentre{
	display:			block;
	margin:				0 auto;
}
.incBlock{
	margin:				0 0 0 0!important;
}
/*
=============
=== FORMS ===
=============
*/
input, select, textarea{
	font:				1em Verdana, Helvetica, sans-serif!important;
}
input[type=text], input[type=password], select, textarea, input.text{  /* [CS] */     /* See ie.css */
	width:				164px!important;
	padding:			2px!important;
	border:				1px solid #bacbda!important;
}
select{
	width:				170px!important;
}
input[type=submit], input.submit{  /* [CS] */     /* See ie.css */
	margin:				5px 0 0 0;
	padding:			0 12px;
	color:				#fff;
	border:				1px solid #000!important;
	background:			#01468B!important;
}

#JBcontent.CVresults .resultsActions .buttonLink {
	background:			#4F84B7!important;
	color:				#fff!important;
}

/*
==========================================
=== HACKS (Also, see ie.css & ie7.css) ===
==========================================
*/
html{ /* Make sure the scrollbar is always on */
	height:				100%;
	margin-bottom:		1px
}
/* --- Clear Floats --- */
#main:after,#footer:after{
	content:			".";
	display:			block;
	clear:				both;
	visibility:			hidden;
	height:				0;
}
#main,#footer{
	zoom:				1;
}


/*
===================================================================================
=== HEADER ========================================================================
===================================================================================
*/
#header{ /* [CS] */     
	position:			relative;
	height:				150px;
	margin:				0;
	padding:			0;
	background:			transparent;
}
.SubPage #header{
	margin-bottom:		22px;
}
#header #logo{ /* [CS] */ /* [TEMP] */
	position:			absolute;
	top:				28px;
	left:				-12px;
}
#header .banner{	
  position:			absolute;
  top:          35px;
  left:         441px;
	border:				1px solid #fff;
}

#breadcrumbs, .breadcrumbs{
	display:			block;
	position:			absolute;
	bottom:				-22px;
	width:				98%;
	margin:				0;
	padding:			2px 1% 3px 1%;
	border-bottom:		1px solid #cdcdcd;
	background:			#FFF;
}

/*
===================================================================================
=== MAIN MENU =====================================================================
===================================================================================

======================
=== GENERAL STYLES ===
======================
*/
#header #mainMenu{ /* The menu container div (used to set the background for the menu, etc.) */
	width:				100%;
	position:			absolute;
	bottom:				0;
	left:				0;
	background: 		transparent;
}
#header #mainMenu ul#topmenu{				
	width:				auto;
	height:				auto;
	background: 		transparent;
}
#header #mainMenu em{
	font-style:			normal;
}

/* 
=======================================
=== PARENT (TOP LEVEL) MENU OPTIONS ===
=======================================
*/
#header #mainMenu ul#topmenu li{
	margin-right:		4px;
	float:				left;
	background:			url(/images/backgrounds/mMenuRight.gif) no-repeat top right;
}
#header #mainMenu ul#topmenu li:hover{
	margin-right:		4px;
	float:				left;
	background:			url(/images/backgrounds/mMenuRight_H.gif) no-repeat top right;
}

#header #mainMenu ul#topmenu a.starter{ /* [CS] */     /* This rule applies to the top level menu items (links) */
	padding: 			8px 10px;
	font-weight:		bold;
	color:				#FFF;
	display:			block;
	background:			url(/images/backgrounds/mMenuLeft.gif) no-repeat top left;
}
#header #mainMenu ul#topmenu a.starter:hover{
	background:			url(/images/backgrounds/mMenuLeft_H.gif) no-repeat top left;
}

#header #mainMenu ul#topmenu li.lastItem{
	margin-right:		0;
	position:			absolute;
	right:				0;
	background:			url(/images/backgrounds/mMenuRight_H.gif) no-repeat top right;
}
#header #mainMenu ul#topmenu li.lastItem a{
	background:			url(/images/backgrounds/mMenuLeft_H.gif) no-repeat top left;
}

/* 
===============================
=== CHILD (SUB) MENU STYLES --- 
===============================
*/

/*
===================================================================================
=== LAYOUT SETUP ==================================================================
===================================================================================

=================================
=== CSS COMMON TO ALL LAYOUTS ===
=================================
*/
#left, #content, #JBcontent, #right{
	float:				left;
	overflow:			hidden;
	background:			#FFF;
}
#content, #JBcontent{
	padding:			10px 0px;
}
#left, #right{ /* [CS] */
	width:				170px;
	padding:			10px 10px 5px 10px;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6,
.incBlock, .sidebarMenu{
	clear:				both;
}

/*
=======================
=== 1 COLUMN LAYOUT ===
=======================
*/
body.onecol #content, body.onecol #JBcontent{
	width:				890px; /* TOTAL = 990px */
	padding:			10px;
	overflow:			hidden;
	margin-left:		0;
}

/*
======================================
=== 2 COLUMN LAYOUT (LEFT SIDEBAR) ===
======================================
*/
body.twocolL #left{
	margin-left:		-910px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.twocolL #content, body.twocolL #JBcontent{ /* See ie.css */
	width:				710px; /* TOTAL = 774px */
	padding-right:		10px;
	overflow:			hidden;
	margin-left:		190px; /* #left (width + lateral padding + lateral borders) */
}

/*
=======================================
=== 2 COLUMN LAYOUT (RIGHT SIDEBAR) ===
=======================================
*/
body.twocolR #content, body.twocolR #JBcontent{
	width:				710px; /* TOTAL = 774px */
	padding-left:		10px;
	overflow:			hidden;
	margin-left:		0;
}
/*
=======================
=== 3 COLUMN LAYOUT ===
=======================
*/
body.threecol #left{
	margin-left:		-720px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.threecol #content, body.threecol #JBcontent{
	width:				530px; /* Total = 558px */
	overflow:			hidden;
	margin-left:		190px; /* #left (width + lateral padding + lateral borders) */
} 


/*
===================================================================================
=== MAIN ==========================================================================
===================================================================================
*/
#main{
	background:			#FFF;
}

/*
===============
=== CONTENT ===
===============
*/
#homepage #content{
	padding:			0;
}
#content, #JBcontent{
	padding-bottom:		10px!important;
	text-align:			justify;
}

#homeHeader{
	width:				500px;
	height:				137px;
	padding:			10px 15px 12px 15px;
	color:				#000;
	background:			url(/images/backgrounds/homeBanner.jpg) no-repeat;
}
#homeHeader h1{
	margin:				0 0 2px 0;
	padding:			0;
	color:				#444D54;
	font-family:		Arial;
	font-size:			2.4em;
	font-style:			italic;
	font-weight:		bold;
}
#homeHeader h1 span{
	color:				#C9150D;
	font-size:			1.2em;
}

#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;
	font-family:		Arial;
}
#content h2, #JBcontent h2{ /* [CS] */     
	margin-top:			1em;
	padding:			0 0 0.2em 0;
	font-weight:		bold;
	font-size:			1.4em;
}
#JBcontent form h2{
	font-size:			1em!important;
	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;
}
.linkLatestJobs, .linkAllJobs{ /* [CS] */     
	float:				left;
	margin:				0.5em 0 0 0;
	font:				normal 1.3em Verdana, Helvetica, sans-serif;
	color:				#005FB7;
	text-transform:		capitalize;
}
.linkLatestJobs{ /* See ie.css & ie7.css */
	width:				72.7%;
}
.similarJobs, .similarSearches{
	position:			relative;
}
#homepage #content .left{
	margin-right:		10px;
}

/*
================
=== SIDEBARS ===
================
*/
#left h2, #right h2{ /* [CS] */     
	margin:				0px!important;
	padding:			0px!important;
	font-size:			1.8em;
	font-family:		Arial;
	font-weight:		bold;
	font-style:			italic;
	text-transform:		lowercase;
}
#left .sidePanel, #right .sidePanel{
	padding:			5px 10px 15px 10px;
	margin:				0 0 15px 0;
	background:			url(/images/backgrounds/sidePanel.gif) no-repeat bottom left #CB160E;
}
#left .sidePanel h2, #right .sidePanel h2{
	margin:				0px 0px 5px 0px!important;
	color:				#FFF;
}
#left .sidePanel p, #right .sidePanel p{
	margin:				0;
	padding:			0;
	color:				#FFF;
}
#left .sidePanel a, #right .sidePanel a{
	color:				#FFF;
	font-weight:		bold;
	text-decoration:	underline;
}

#left #rss.sidePanel{
	margin:				0;
	padding:			15px 0 19px 50px;
	background:			url(/images/backgrounds/rss.gif) no-repeat top left;
}
#left #rss.sidePanel a{
	color:				#000;
	font-style:			italic;
	text-decoration:	none;
}

#right #advertising.sidePanel{
	height:				110px;
	position:			relative;
	background:			url(/images/backgrounds/advertising.gif) no-repeat top right #CB160E;
}
#right #advertising .button{
	position:			absolute;
	bottom:				7px;
	left:				7px;
}
#right #advertising .cards{
	position:			absolute;
	right:				-8px;
	top:				45px;
}

/*
===================================================================================
=== 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 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 0px;
}
#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{ /* [CS] */  
	color:				#000;   
}
#left .LatestVacanciesTBL .LatestVacanciesCol1, 
#right .LatestVacanciesTBL .LatestVacanciesCol1{ /* Advertisers Logo */
	display:			none!important; /* Remove the logo (if present) when in sidebars */
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span{
	position:			relative;
	display:			inline!important;
	padding:			0;
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle{
	margin-right:		5px!important;
	font-weight:		bold!important;
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle a, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_JobTitle a{ /* [CS] */   
	color:				#005FB7;  
}
#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:				0px!important;
	padding:			5px 10px 1px 10px;
	background:			url(/images/backgrounds/featRec.gif) no-repeat top right #01468B;
}
#left .featuredEmployersBox h2,
#right .featuredEmployersBox h2{
	margin-top:			0px!important;
	color:				#fff!important;
	text-align:			left;
	border-top:			none!important;
}
#left .featuredEmployersBox ul,
#right .featuredEmployersBox ul{
	margin:				5px 0 5px 2px;
	padding:			10px 0 7px 0;
	background:			#FFF;
}
#left .featuredEmployersBox ul li,
#right .featuredEmployersBox ul li{
	width:				100%;
	text-align:			center;
}
#left .featuredEmployersBox ul li img,
#right .featuredEmployersBox ul li img{
	border:				1px solid #5A5A5A;
}
#left .featuredEmployersBox a,
#right .featuredEmployersBox a{
	color:				#fff;
}
#left .featuredEmployersBox .LinkToClientList,
#right .featuredEmployersBox .LinkToClientList{
	clear:				both;
}

/* --- Jobseeker Main & Recruiter Main --- */
#left #jobseekerMainInc, #right #jobseekerMainInc,
#left #recruiterMainInc, #right #recruiterMainInc{
	margin:				0;
}
#left #jobseekerMainInc h3, #right #jobseekerMainInc h3,
#left #recruiterMainInc h3, #right #recruiterMainInc h3{
	margin-top:			0.6em;
}
#left #jobseekerMainInc form, #right #jobseekerMainInc form,
#left #recruiterMainInc form, #right #recruiterMainInc form{
	margin:				0.3em 0 1em 0;
}
#left #jobseekerMainInc ul li, #right #jobseekerMainInc ul li,
#left #recruiterMainInc ul li, #right #recruiterMainInc ul li{
	margin:				2px 0px;
}
#left #jobseekerMainInc ul li a,#right #jobseekerMainInc ul li a,
#left #recruiterMainInc ul li a,#right #recruiterMainInc ul li a{ /* [CS] */     
	display:			block;
	width:				100%;
	padding:			2px 5px;
	font-weight:		normal;
	color:				#fff;
	background:			#01A7DB;
}

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */
#left #jobseekersLoginInc, #right #jobseekersLoginInc,
#left #recruiterLoginInc, #right #recruiterLoginInc{
	width:				150px;
	margin-bottom:		10px!important;
	padding:			5px 10px;
	position:			relative;
	background:			url(/images/backgrounds/sidePanel.gif) no-repeat bottom left #CB160E;
}
#left #jobseekersLoginInc h2, #right #jobseekersLoginInc h2,
#left #recruiterLoginInc h2, #right #recruiterLoginInc h2{
	color:				#FFF;
}
#left #jobseekersLoginInc label, #right #jobseekersLoginInc label,
#left #recruiterLoginInc label, #right #recruiterLoginInc label{
	color:				#FFF;
}
#left #jobseekersLoginInc input.text, #right #jobseekersLoginInc input.text,
#left #recruiterLoginInci nput.text, #right #recruiterLoginInc input.text{
	width:				145px!important;
}
#left #jobseekersLoginInc p.submit, #right #jobseekersLoginInc p.submit,
#left #recruiterLoginInc p.submit, #right #recruiterLoginInc p.submit{
	padding:			5px 0;
}
#left #jobseekersLoginInc p.submit a, #right #jobseekersLoginInc p.submit a,
#left #recruiterLoginInc p.submit a, #right #recruiterLoginInc p.submit a{
	color:				#FFF;
	font-size:			0.9em;
	text-decoration:	underline;
}
#left #jobseekersLoginInc p.submit input, #right #jobseekersLoginInc p.submit input,
#left #recruiterLoginInc p.submit input, #right #recruiterLoginInc p.submit input{
	width:				34px;
	height:				34px;
	position:			absolute;
	bottom:				9px;
	right:				10px;
	border:				none!important;
	background:			url(/images/backgrounds/submitLogin.gif) no-repeat!important;	
}
#left #jobseekersLoginInc .CustomJobseekerMenuTXT,
#right #jobseekersLoginInc .CustomJobseekerMenuTXT{
	display:			none;
}

/* --- News --- */
#left #LatestNews,
#right #LatestNews{
	margin:				0 0 1.3em 0;
}
#left #LatestNews .NewsTitle a,
#right #LatestNews .NewsTitle a{ /* [CS] */     
	font-weight:		bold;
	text-transform:		capitalize;
	color:				#005FB7;
}
#left #LatestNews .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-bottom:		15px!important;
	padding:			5px 10px;
	position:			relative;
	background:			url(/images/backgrounds/quickSearch.gif) no-repeat bottom left #01468B;
}
#left #search h2,
#right #search h2{
	margin-bottom:		5px!important;
	color:				#FFF;
}
#left #search label,
#right #search label{
	color:				#FFF;
}
#left #search select, #left #search input.text, 
#right #search select, #right #search input.text{
	width:				144px!important;
	margin-bottom:		5px;
}
#left #search select,
#right #search select{
	width:				150px!important;
}
#left #search a,
#right #search a{
	color:				#FFF;
	text-decoration:	underline;
}
#left #search .quicknotes,
#right #search .quicknotes{
	width:				120px;
	height:				16px;
	overflow:			hidden;
}
#left #search p.submit,
#right #search p.submit{
	padding:			10px 0 0 0;
	width:				100px;
}
#left #search input.searchButton,
#right #search input.searchButton{
	width:				34px;
	height:				34px;
	position:			absolute;
	bottom:				20px;
	right:				10px;
	border:				none!important;
	background:			url("/images/backgrounds/submitSearch.gif") no-repeat scroll 0 0 transparent !important;
}
#left #search p.advSearch,
#right #search p.advSearch {
	padding-right:		25px;
}
#left p.lostLogin a,
#right p.lostLogin a {
	color:				#fff;
	text-decoration:	underline;
}

/* --- 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 .sidebarMenu,
#right .sidebarMenu{
	margin-bottom:		15px;
	border:				1px solid #CCC;
}
#left .sidebarMenu h2,
#right .sidebarMenu h2{
	padding:			3px 0 5px 5px!important;
	color:				#4B4B4B;
}
#left ul.customSideBarMenu , 
#right ul.customSideBarMenu{
	border-top:			1px solid #CCC;
}
#left ul.customSideBarMenu  li, 
#right ul.customSideBarMenu li{
	border-bottom:		1px solid #CCC;
}
#left ul.customSideBarMenu li a,
#right ul.customSideBarMenu li a{ /* [CS] */     
	display:			block;
	padding:			4px 0 4px 22px;
	color:				#CB160E;
	font-weight:		normal;
	text-decoration:	underline;
	background:			url(/images/backgrounds/menu.gif) no-repeat  8px 6px;
}
#left ul.customSideBarMenu li.sideLast,
#right ul.customSideBarMenu li.sideLast{
	border:				none;
}

/*
=========================================================
=== INCLUDES (WHEN FEATURED IN THE MAIN CONTENT AREA) ===
=========================================================
*/
/* --- Latest Vacancies & Featured Jobs --- */
#homeFeatured,
#homeLatest{
	position:			relative;
}
#homeFeatured p,
#homeLatest p{
	position:			absolute;
	top:				8px;
	right:				10px;
}
#homeFeatured p a,
#homeLatest p a{
	color:				#000;
	font-weight:		bold;
	text-decoration:	underline;
}
#featured,
#latest{
	margin-bottom:		15px!important;
}
#content .LatestVacanciesTBL, 
#JBcontent .LatestVacanciesTBL{ /* [CS] */     
	width:				100%;
	background:			#FBD470;
}
#featured h2, 
#latest h2{
	margin:				0;
	padding:			5px 10px 0 10px;
	color:				#CB160E;
	font-size:			2em!important;
	font-weight:		bold;
	font-style:			italic;
	text-transform:		lowercase;
	background:			url(/images/backgrounds/contentHeader.gif) no-repeat top left;
}
#content .LatestVacanciesTBL td, 
#JBcontent .LatestVacanciesTBL td{ /* See ie.css */
	padding:			5px 0;
}
#content .LatestVacanciesTBL td .floatHack, 
#JBcontent .LatestVacanciesTBL td .floatHack{
	display:			none;
}
#content .LatestVacanciesTBL img, 
#JBcontent .LatestVacanciesTBL img{
	width:				88px;
	height:				31px;
	padding:			5px;
}
#content .LatestVacanciesTBL a, 
#JBcontent .LatestVacanciesTBL a{ /* [CS] */ 
	color:				#000;    
}
#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{
	position:			relative;
	float:				left;
	height:				1.65em;
	margin:				0!important;
	padding:			0;
	overflow:			hidden;
}
#content .LatestVacanciesCol2 span.jobs_JobTitle, 
#JBcontent .LatestVacanciesCol2 span.jobs_JobTitle{
	margin-right:		5px!important;
	font-weight:		bold;
}
#content .LatestVacanciesCol2 span.jobs_Area, 
#JBcontent .LatestVacanciesCol2 span.jobs_Area{
	font-weight:		bold;
	color:				#000;
}
#content .LatestVacanciesCol2 span.jobs_JobDescription, 
#JBcontent .LatestVacanciesCol2 span.jobs_JobDescription{
	width:				100%;
	margin-right:		0;
	font-weight:		normal;
}
#content .LatestVacanciesCol2 span.jobs_Salary, 
#JBcontent .LatestVacanciesCol2 span.jobs_Salary{
	color:				#000;
	font-weight:		bold;
}
/* --- 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:				#005FB7;
}
#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,
#JBcontent #search{ /* [CS] */
	height:				135px;
	margin-bottom:		15px!important;
	position:			relative;
	background:			url(/images/backgrounds/quickSearch.gif) no-repeat bottom left #01468B;
}
#content #search h2,
#JBcontent #search h2{
	margin:				0 10px;
	color:				#FFF;
	font-size:			2.4em!important;	
	font-style:			italic;	
	text-transform:		lowercase;
}
#content #search label, 
#JBcontent #search label{
	color:				#FFF;
}
#content #search select,
#JBcontent #search select{
	width:				140px!important;
}
#content #search input.text,
#JBcontent #search input.text{
	width:				134px!important;
	padding:			3px 2px!important;
}
#content #search dt, #content #search dd,
#JBcontent #search dt, #JBcontent #search dd{
	position:			absolute;
}
#content #search dt,
#JBcontent #search dt{
	bottom:				43px;
	left:				260px;
}
#content #search dd,
#JBcontent #search dd{
	bottom:				40px;
	left:				328px;
}
#content #search dt#DTJobSector,
#JBcontent #search dt#DTJobSector{
	bottom:				75px;
	left:				10px;
}
#content #search dd#DDJobSector,
#JBcontent #search dd#DDJobSector{
	bottom:				72px;
	left:				110px;
}
#content #search dt#DTJobType,
#JBcontent #search dt#DTJobType{
	bottom:				75px;
	left:				265px;
}
#content #search dd#DDJobType,
#JBcontent #search dd#DDJobType{
	bottom:				72px;
	left:				328px;
}
#content #search dt#DTRegion,
#JBcontent #search dt#DTRegion{
	bottom:				43px;
	left:				60px;
}
#content #search dd#DDRegion,
#JBcontent #search dd#DDRegion{
	bottom:				40px;
	left:				110px;
}
#homepage dd#DDKeywords {
	bottom:				0px;
	height:				60px;
}
#homepage dd#DDKeywords input {
	display:			block;
	margin-bottom:		12px;
}
#homepage input.searchButton {
	position:			absolute;
	bottom:				32px;
	right:				15px;
	background:			url(/images/backgrounds/submitLogin.gif)!important;
	border:				0!important;
	width:				34px;
	height:				34px;
}
#homepage p.advSearch {
	position:			absolute;
	bottom:				0px;
	left:				12px;
}
#content #search a,
#JBcontent #search a{
	color:				#FFF;
	text-decoration:	underline;
}
#content #search p.submit a,
#JBcontent #search p.submit a{
	position:			absolute;
	bottom:				12px;
	left:				10px;
}
#content #search p.submit .searchButton, 
#JBcontent #search p.submit .searchButton{
	width:				34px;
	height:				34px;
	position:			absolute;
	bottom:				33px;
	right:				15px;
	border:				none!important;
	background:			url(/images/backgrounds/submitSearch.gif) no-repeat!important;
}
#content #search .quicknotes,
#JBcontent #search .quicknotes{
	width:				170px;
	position:			absolute;
	bottom:				-40px;
	left:				0;
}

/* --- 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;
}

/* --- Classified Ads --- */
#JBcontent.franchisesOpps h2{
	margin-top:			20px;
	font-size:			1.3em!important;
}
#JBcontent.franchisesOpps ul.FranchiseBanners li{	
	float:				left;
	width:				120px!important;
	text-align:			center;
	background:			none;
}
#JBcontent.franchisesOpps ul.FranchiseBanners li a,
#JBcontent.franchisesOpps ul.FranchiseBanners li img{
	display:			block;
}
  
/*
===================================================================================
=== POPUP WINDOW ==================================================================
===================================================================================
*/
#popup #popupHeader{
	height:				65px;
	background:			url(/images/backgrounds/body.gif) repeat-x;
	border-bottom:		5px solid #01468B;
}
#popup #popupHeader .popupLogo{ /* [CS] */ /* [TEMP] */
	width:				379px;
	height:				66px;
	margin-top:			3px;
	background:			url(/images/logo.gif) no-repeat;
	*background-position:0 -1px!important;
}
#popup #popupFooter{
	border-top:			5px solid #01468B;
}

/*
===================================================================================
=== FOOTER ========================================================================
===================================================================================
*/
#footer{
	width:				910px;
	margin:				auto;
	clear:				both;
	padding:			35px 0 0 0;
	font-size:			0.9em;
	text-align:			left;
	position:			relative;
	background:			url(/images/backgrounds/footer.gif) no-repeat top center;
}
#footer p{
	padding:			0 8px;
	color:				#FFF;
	clear:				both;
}
#footer ul{
	height:				20px;
}
#footer li{
	color:				#FFF;
	float:				left;
	padding:			0 7px;
	border-right:		1px solid #FFF;
}
#footer a{ /* [CS] */  
	color:				#FFF;   
}
#footer a:hover{ /* [CS] */     
	text-decoration:	underline;
}
#footer li.lastItem, #footer li.CMSlogout{
	border-right:		none;
}
#footer li.CMSlogout{
	position:			absolute;
	bottom:				22px;
	right:				8px;
}
#footer li.CMSlogout a{
	display:			block;
	padding:			2px 10px;
	font-weight:		bold;
	font-size:			1.1em;
	color:				#fff;
	border:				1px solid #FFF;
	background:			#c40000
}
#footer li.CMSlogout a:hover{
	text-decoration:	none;
	background:			#000;
}

#footer ul.jobboardFooterInc, #footer p.design {
	margin:				0;
}
#footer ul.jobboardFooterInc li {
	border-width:		0;
}

/*
===================================================================================
=== CUSTOM JOB BOARD STYLES =======================================================
===================================================================================
*/
#JBcontent.jobindex li.indexlink{ /* [CS] */  
	background:			none;   
}
#JBcontent.jobindex li.indexlink ul{
	margin-left:		0;
}
#JBcontent #progress{
	margin:				40px 0 40px 0;
}
#JBcontent.jobView p{
	text-align:			justify;
}
#JBcontent .styled h2{
	color:				#fff!important;
}

#JBcontent.menu ol{
	width:				528px!important;
}	

#JBcontent.jobResults .resultsActions input,
#JBcontent.jobView .jobViewActions a{
	padding:			2px 5px!important;
	color:				#01468B!important;
	text-transform:		capitalize;
	border:				1px solid #01468B!important;
	background:			#F3F2F8!important;
}
#JBcontent.jobView .jobViewActions a.ApplyNow,
#JBcontent.jobView .jobViewActions input.ApplyNow{
	padding:				2px 5px 3px 5px!important;
	color:					#FFF!important;
	border:					1px solid #FF5900!important;
	background:				#FF5900!important;
}
#JBcontent.jobView .jobViewActions input.ApplyNow:hover,
#JBcontent.jobResults .resultsActions input:hover,
#JBcontent.jobView .jobViewActions a:hover{
	color:					#FFF!important;
	background:				#01468B!important;
	border:					1px solid #01468B!important;
}

#JBcontent.jobResults h2{
	font-size:				1.4em!important;
}
#JBcontent.jobResults .jobInfo{
	border:					1px solid #01468B;
}
#JBcontent.jobResults .jobInfo h2{
	background:				#01468B;
	margin:					0 0 0 -15px;
	padding:				6px 0 6px 32px;
	width:					496px;
}
#JBcontent.jobResults .jobInfo h2 a {
	color:#FFFFFF;
	display:block;
	height:17px;
	overflow:hidden;
}
#JBcontent.jobResults .jobInfo .jobDescription{
	border-top:				1px solid #01468B!important;
}

#JBcontent.jobResults .jobInfo.featuredJob{
	border:					1px solid #CB160E!important;
}
#JBcontent.jobResults .jobInfo.featuredJob h2{
	background:				url(/images/backgrounds/featuredStar.gif) no-repeat left #CB160E!important;
}
#JBcontent.jobResults .jobInfo.featuredJob .jobDescription{
	border-top:				1px solid #CB160E!important;
}

#JBcontent.compView .compInfo dt{
    width:                  25% !important;
}
#JBcontent.compView .compInfo dd{
    width:                  73%!important;
}

/* ---------------------------------------------------------------------------------------------- */
/*	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;
}
/* ---------------------------------------------------------------------------------------------- */

#formHelpBox {
	display:			none;
}
#JBcontent.advertisers .advertCalc .pricingDetails {
	width:				100%;
	padding:			10px 0 0;
}
#JBcontent.advertisers .advertCalc form#frmClient {
	width:				420px;
}
#JBcontent.jobResults .jobInfo.featuredJob h2 {
	margin:				0 0 0 -25px;
	padding:			6px 0 6px 58px;
}
#JBcontent.jobResults .jobInfo.featuredJob h2 a {
	color:#FFFFFF;
	display:block;
	height:17px;
	overflow:hidden;
}
#JBcontent.jobResults .jobInfo input.checkBox {
	top:				9px;
	left:				9px;
	position:			absolute;
}
#JBcontent.jobResults .jobInfo ul.jobDetails li {
	width:				69%;
	font-style:			normal;
}
#JBcontent.jobResults .jobInfo ul.jobDetails li strong {
	display:			inline-block !important;
	width:				100px;
}
#JBcontent.jobResults .featuredJob a.detailsApply {
	background:			none repeat scroll 0 0 #CB160E !important;
	border:				1px solid #FFFFFF !important;
	color:				#FFFFFF !important;
	display:			block !important;
	position:			absolute;
	right:				5px;
	top:				4px;
}
#homepage #LatestJobsAll {
	display:			none;
}
#JBcontent.jobResults .jobInfo,
#JBcontent.jobResults .featuredJob {
	padding:0 15px 3px;
}
#JBcontent.jobResults .jobInfo.featuredJob h2 {
	margin:0 -15px;
}

/* === CV Results === */
#JBcontent.CVresults .candInfo{
	clear:				both;
	position:			relative;
	min-height:			7em;
	margin:				0;
	border:				solid #c0cede;
	border-width:		1px 1px 1px 30px;
}
#JBcontent.CVresults .resultsActions{
	margin:				10px 0;
}
#JBcontent.CVresults .candInfo h2,
#JBcontent.CVresults .candInfo h3{
	width:				35%;
	overflow:			hidden;
	margin:				0;
	padding:			10px 10px 5px;
	font-weight:		bold; 
	font-size:			1.5em;
	text-transform:		capitalize;
	color:#000;
	background:#fff;
}
#JBcontent.CVresults .candInfo h2{
	padding-top:		7px;
}
#JBcontent.CVresults .candInfo h2 a{
	text-decoration:	none;
}
#JBcontent.CVresults .candInfo h3{
	position:			static;
	font-size:			1.3em;
	text-align:			left;
	color:				#333;
}
#JBcontent.CVresults .candInfo input.checkBox{ /* See style1ie7.css & style1ieLegacy.css */
	position:			absolute;
	top:				10px; 
	left:				-22px;
}
#JBcontent.CVresults .candInfo .icons{
	text-align:			left;
	margin:				0 10px;
}
#JBcontent.CVresults .candInfo .candDetails ul,
#JBcontent.CVresults .candInfo .candExtraDetails p{
	min-height:			33px;
	margin:				0;
	padding:			4px 0 0 0;
}
#JBcontent.CVresults .candInfo .candDetails ul{
	position:			absolute;
	top:				5px;
	right:				5px;
	width:				450px;
	text-align:			right;
}
#JBcontent.CVresults .candInfo .candDetails ul li{
	display:			block;
	float:				left;
	clear:				none;
	width:				48.5%;
	height:				1.6em;
	margin:				0 1% 2px 0; /* See style1ieLegacy.css */
	padding:			0 0 2px 0;
	text-align:			left;
	line-height:		1.6em;
	overflow:			hidden;
}
#JBcontent.CVresults .candInfo .candDetails ul li.candCreateDate,
#JBcontent.CVresults .candInfo .candDetails ul li.candRelocateDesc{
	float:				right;
	text-align:			right;
}
#JBcontent.CVresults .candInfo .candDetails ul li strong{
	display:			inline;
	width:				auto;
	margin:				0 5px 0 0;
	padding:			0;
	overflow:			hidden;
	float:				none;
}
#JBcontent.CVresults .candInfo p.candDescription{
	clear:				both;
	margin:				5px 0 0;
	padding:			0 10px 15px 10px;
	border-top:			0;
}
#JBcontent.CVresults .candInfo .detailsViewProfile{
	display:			none;
}
#JBcontent.CVresults .candInfo .candExtraDetails{
	margin:				15px 10px 0 10px;
	padding:			8px 0 0 0;
	border-top:			0;
}
#JBcontent.CVresults .candInfo .candExtraDetails p{
	display:			inline;
	font-weight:		bold;
	margin-right:		10px;
}
#JBcontent.CVresults .candInfo .candExtraDetails ul{
	display:			inline;
	margin:				0;
}
#JBcontent.CVresults .candInfo .candExtraDetails ul li{
	display:			inline;
	margin:				0 5px 0 0;
	padding:			0 7px 0 0;
	text-align:			left;
	border-right:		1px solid #999;
	background:			transparent;		
}
#JBcontent.CVresults .candInfo .candExtraDetails ul li strong{
	display:			none;
}
#JBcontent.CVresults .candInfo .candExtraDetails ul li.lastItem{
	border-right:		0;
}
#JBcontent.CVresults .candInfo h2 a {
	color:#000 !important;
	text-decoration:none !important;
	font-size:1.5em;
}

/* === CV View === */
#JBcontent.CVview .candDetails{
	margin:				0 0 20px;
	padding:			0 0 20px;
	border-bottom:		2px solid #82a1b2;
}
#JBcontent.CVview .candBlock{
	clear:				both;
	position:			relative;
	margin:				0 0 5px 0;
}
#JBcontent.CVview .candBlock h2{
	margin:				0 0 5px 0;
}
#JBcontent.CVview .candDetails .candExperience{
	margin:				0 0 20px;
	padding:			10px 0;
	border:				solid #f0f0f0;
	border-width:		1px 0 2px;
}
#JBcontent.CVview .candDetails .candBlock dt{
	position:			relative;
	float:				left;
	width:				30%;
	font-weight:		bold;
}
#JBcontent.CVview .candDetails .candBlock dd,
#JBcontent.CVview .candDetails .candBlock dl p{
	position:			relative;
	float:				left;
	width:				68%;
	margin:				0 0 5px 1%;
}
#JBcontent.CVview form.candViewForm .candInfo{
	position:			relative;
	zoom:				1;
	margin:				0 0 20px 0;
	padding:			15px;
	background:			#f6f6f6;
}
#JBcontent.CVview form.candViewForm .candInfo h2{
	width:				28em;
	margin:				0;
	font-weight:		bold;
	font-size:			1.3em;
}
#JBcontent.CVview form.candViewForm .candInfo dl,
#JBcontent.CVview form.candViewForm .candInfo p{
	margin:				0;
	padding:			0;
	border:				0;
}
#JBcontent.CVview form.candViewForm .candInfo dl dt{
	font-weight:		bold;
}
#JBcontent.CVview form.candViewForm .candInfo ul li{
	margin:				0;
	padding:			0;
	background:			transparent;
}
#JBcontent.CVview form.candViewForm .candInfo address{
	float:				left;
	width:				50%;
}
#JBcontent.CVview form.candViewForm .candInfo ul.contactNumbers{
	float:				right;
	width:				auto;
	margin:				2em 0 10px 0;
	padding:			0;
	text-align:			right;
}
#JBcontent.CVview form.candViewForm .candInfo ul.contactNumbers li{
	clear:				both;
}
#JBcontent.CVview form.candViewForm .candInfo ul.contactNumbers .candPhone,
#JBcontent.CVview form.candViewForm .candInfo ul.contactNumbers .candMob{
	text-align:			left;
}
#JBcontent.CVview form.candViewForm .candInfo ul.contactNumbers li strong{
	display:			block;
	float:				left;
	width:				8em;
	padding:			0 10px 0 0;
	text-align:			right;
}
#JBcontent.CVview form.candViewForm .candInfo dl.quickDetails{ /* See style1ie7.css & style1ieLegacy.css */
	position:			absolute;
	top:				1.5em;
	right:				-5px;
	width:				500px!important;
}
#JBcontent.CVview form.candViewForm .candInfo dl.quickDetails dt,
#JBcontent.CVview form.candViewForm .candInfo dl.quickDetails dd{
	clear:				none;
	float:				left;
	width:				auto;
	margin:				0 0 0 5px;
}
#JBcontent.CVview form.candViewForm .candInfo dl.quickDetails dd{
	margin-right:		15px;
}
#JBcontent.CVview form.candViewForm .candInfo .desiredJobDetails{
	clear:				both;
}
#JBcontent.CVview form.candViewForm .candInfo .desiredJobDetails p{
	float:				left;
	font-weight:		bold;}
#JBcontent.CVview form.candViewForm .candInfo .desiredJobDetails dl{
	float:				left;
	width:				auto;
}
#JBcontent.CVview form.candViewForm .candInfo .desiredJobDetails dl dd{
	float:				left;
	width:				auto;
	margin:				0 0 0 10px;
	padding:			0 10px 0 0;
	border-right:		1px solid #333;
}
#JBcontent.CVview form.candViewForm .candInfo .desiredJobDetails dl dd.lastItem{
	border:				0;
}
#JBcontent.CVview .CVandExperience .candActions{
	position:			absolute;
	top:				0;
	right:				0;
}
#JBcontent.CVview .CVandExperience .candActions a{
	width:				auto;
	margin:				0 0 0 20px;
	font-weight:		normal;
	font-size:			0.9em;
	text-transform:		uppercase;
}
#JBcontent.CVview .CVandExperience .candVideoCV{
	margin:				0 0 10px;
}
#JBcontent.CVview .CVandExperience .candVideoCV h3{
	display:			none;
}

/*
===================================================================================
=== 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;
}
/**/
