/*
===================================================================================
=== 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:			#E1C073;
	background:			#1A2C53;
}
#container{
	position:			relative; /* Position to relative in order to allow elements contained within to be positioned absolutely within #container */
	width:				990px; /* Total = 990px */
	margin:				0 auto;
	text-align:			left;
	background:			#fff;
}
h1, h2, h3, h4, h5, h6{
	clear:				both;
	margin:				0 0 0.5em 0;
	font:				normal 1.1em Verdana, Helvetica, sans-serif;
}
h1{ /* See ie.css & ie7.css */
	font-size:			1.7em;
}
h2{     
	font-size:			1.2em;
	color:				#1B2D54;
	font-weight:		bold;
}
#left h2, #right h2, #content h2{
	background:			url(/images/backgrounds/title.gif) no-repeat 8px 0!important;
}
h3{
	font-size:			1.1em;
}
p{
	margin:				0 0 1em 0;
}
a{     
	color:				#D6A946;
	font-weight:		bold;
}
a:hover{     
	color:				#192339;
}
ul.twoColList li{
	float:				left;
	width:				30%;
	margin:				0 0.5% 5px 0.5%;
}
.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{      /* See ie.css */
	width:				189px!important;
	padding:			2px!important;
	border:				1px solid #bacbda!important;
}
input.submit, input[type=submit], .pseudoButton{      /* See ie.css */
	margin:				5px 0 0 0;
	padding:			0 12px;
	color:				#1A243A!important;
	font-weight:		bold!important;
	border:				1px solid #0C204C;
	background:			#E2B44C!important;
}
.moreFeaturedJobs{
	width:				15em;
	margin:				20px 0 0 0;
	padding:			2px 12px;
	color:				#0C204C;
	background:			url(/images/backgrounds/pseudoButton.png) repeat-x #E2B44C!important;
}
.pseudoButton a{
	text-decoration:	none!important;
	color:				#0C204C;
}
p.submit a{      /* Advanced search link */
	font:				normal 0.9em Verdana, sans-serif;
	color:				#192339;
}
.quicknotes{
	font:				normal 0.9em Verdana, sans-serif;
	color:				#192339!important;
}

/*
==========================================
=== HACKS (Also, see ie.css & ie7.css) ===
==========================================
*/
html{ /* Make sure the scrollbar is always on */
	height:				100%;
	margin-bottom:		1px
}
ul.twoColList:after{
	content:			".";
	display:			block;
	clear:				both;
	height:				0;
	visibility:			hidden;
}
ul.twoColList{
	zoom:				1;
}


/*
===================================================================================
=== HEADER ========================================================================
===================================================================================
*/
#header{     
	position:			relative;
	height:				125px;
	margin:				0;
	padding:			0;
	border-top:			5px solid #E2B54C;
	border-bottom:		1px solid #C9C9C9;
	background:			#fff;
}
.SubPage #header{
	margin-bottom:		22px;
}
#header #logo{ /* [TEMP] */
	position:			absolute;
	top:				35px;
	left:				25px;
}
#header #miniButtons{
	height:				20px;
	padding:			0 10px 0 20px;
	position:			absolute;
	top:				-5px;
	right:				0;
	background:			url(/images/backgrounds/miniButtons.gif) no-repeat left #D7AE52;
}
#header #miniButtons a{
	color:				#0B1E48;
	font-weight:		bold;
	font-size:			0.9em;
	text-decoration:	underline;
	padding:			0 10px;
}
#header #banner{
	position:			absolute;
	top:				25px;
	right:				10px;
}
#homeBannerArea{     
	width:				100%;
	height:				186px;
	position:			relative;
	border-top:			3px solid #E2B54C;
	border-bottom:		3px solid #E2B54C;
	background:			url(/images/homeBannerRight1.jpg) no-repeat right #FFF;
}
#homeBannerArea h1{
	margin-bottom:		0.8em;
}
#homeBannerLeft{     
	float:				left;
	width:				519px;
	height:				186px;
	background:			url(/images/homeBannerLeft1.jpg) no-repeat left;
}
#homeBannerRight{     
	float:				right;
	height:				186px;	
	width:				280px;
	padding:			0 10px;
	position:			relative;
}
#homeBannerRight h2{
	display:			none;
}
#homeBannerRight dl{
	padding-top:		15px;
}
#homeBannerRight dt, #homeBannerRight dd{
	margin:				5px 0;
	float:				left;
}
#homeBannerRight dt{
	width:				40%;
	font-size:			0.9em;
	font-weight:		bold;
	padding-top:		2px;
}
#homeBannerRight dd{
	width:				60%;
}
#homeBannerRight dd input{
	width:				96%!important;
}
#homeBannerRight dd select{
	width:				100%!important;
}
#homeBannerRight .quicknotes{
	display:			none;
}
#homeBannerRight p.submit{
	text-align:			right;
}
#homeBannerRight p.submit a{
	color:				#0C204C;
	text-decoration:	underline;
	position:			absolute;
	bottom:				29px;
	left:				10px;
}
#homeBannerRight p.submit input{
	width:				104px;
	height:				20px;
	color:				#0C204C;
	font-weight:		bold!important;
	text-transform:		lowercase;
	margin-right:		2px;
	padding-bottom:		3px!important;
	border:				none;
	background:			url(/images/backgrounds/submitButton.gif) no-repeat!important;
}
#homeBannerArea #intro,
#homeTop{     
	position:			absolute;
	top:				0;
	left:				300px;
	width:				360px;
	height:				156px;
	padding:			30px 10px 0 10px;
	font:				normal 1.2em/1.4em Verdana, sans-serif;
	color:				#1A243A;
	overflow:			hidden;
	background:			transparent;
}
#homeTop{
	top:				135px;
	overflow:			hidden;
}
#homeBannerArea #intro h1,
#homeTop h1{
	font-family:		Tahoma;
	color:				#18326B;
}
#homeBannerArea #intro p,
#homeTop p{
	font-size:			0.8em;
}
#textFader{
	position:			absolute;
	top:				232px;
	left:				310px;
	width:				360px;
	height:				88px;
}
#breadcrumbs, .breadcrumbs{
	display:			block;
	position:			absolute;
	bottom:				-23px;
	width:				98%;
	margin:				0;
	padding:			2px 1% 3px 1%;
	border-top:			1px solid #cdcdcd;
	border-bottom:		1px solid #cdcdcd;
	background:			#f5f5f5;
}

/*
===================================================================================
=== MAIN MENU =====================================================================
===================================================================================

======================
=== GENERAL STYLES ===
======================
*/
#header #mainMenu{ /* The menu container div (used to set the background for the menu, etc.) */
	position:			absolute;
	bottom:				0;
	right:				0;
}
#header #mainMenu ul#topmenu{
	width:				auto;
	height:				29px;	
	background: 		url(/images/backgrounds/mainMenuHover.gif) repeat-x bottom!important;
}

/* 
=======================================
=== PARENT (TOP LEVEL) MENU OPTIONS ===
=======================================
*/
#header #mainMenu ul#topmenu a.starter{     /* This rule applies to the top level menu items (links) */
	padding: 			0 6px 0 10px; /* Make sure the left padding is 4px greater than the right padding (if you want the text to be central) */
	font-weight:		bold;
	color:				#FFF;

}
#header #mainMenu ul#topmenu li#mWishList a.starter{
	text-transform:		uppercase;
	color:				#eb5300;
}
#header #mainMenu ul#topmenu a.starter{	
	border:				none;
	border-left:		1px solid #FFF;
}
#header #mainMenu ul#topmenu a.starter:hover,
#header #mainMenu ul#topmenu li#mWishList a.starter:hover{     /* Hover state for the top level menu items */
	padding-top:		7px;
	padding-bottom:		9px;
	border-left:		1px solid #D8AC49;
	background: 		url(/images/backgrounds/mainMenu.gif) repeat-x bottom;	
}
#header #mainMenu ul#topmenu .firstItem a.starter{
	padding:			9px 6px 9px 40px;
	*padding-bottom:	8px;
	border-left:		none;
	background:			url(/images/backgrounds/mainMenuFirstItemHover.gif) no-repeat bottom left;
}
#header #mainMenu ul#topmenu .firstItem a.starter:hover{
	border-left:		none;
	background:			url(/images/backgrounds/mainMenuFirstItem.gif) no-repeat bottom left;
}
#header #mainMenu ul#topmenu .lastItem a.starter{
	padding-right:		10px;
	border-right:		none;
}

/* 
===============================
=== CHILD (SUB) MENU STYLES --- 
===============================
*/
#header #mainMenu ul#topmenu ul{     
	margin-left:		-2px;
	border:				1px solid #fff;
	border-top-color:	#888;
}
#header #mainMenu ul.subMenu li a{     
	padding:			2px 5px;
	border:				1px solid #888;
	background: 		#fff;
}
#header #mainMenu ul.subMenu li a:hover{     /* Hover state for submenu items  */
	color: 				#eee;
	background: 		#777;
}

#mainMenu ul#topmenu li.ShowLoggedIn{
	display:			none;
}


/*
===================================================================================
=== LAYOUT SETUP ==================================================================
===================================================================================

=================================
=== CSS COMMON TO ALL LAYOUTS ===
=================================
*/
#left, #content, #JBcontent, #right{
	text-align:			justify;
	float:				left;
	overflow:			hidden;
	background:			#FFF;
}
#content, #JBcontent{
	padding:			10px 10px;
}
#left, #right{ /* CS */
	width:				200px;
	padding:			0 10px 5px 10px;
}
#homepage #right{
	width:				260px;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6,
.incBlock, .sidebarMenu{
	clear:				both;
}

/*
=======================
=== 1 COLUMN LAYOUT ===
=======================
*/
body.onecol #content, body.onecol #JBcontent{
	width:				970px; /* TOTAL = 990px */
	overflow:			hidden;
	margin-left:		0;
}

/*
======================================
=== 2 COLUMN LAYOUT (LEFT SIDEBAR) ===
======================================
*/
body.twocolL #left{
	margin-left:		-990px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.twocolL #content, body.twocolL #JBcontent{ /* See ie.css */
	width:				749px; /* TOTAL = 774px */
	overflow:			hidden;
	margin-left:		220px; /* #left (width + lateral padding + lateral borders) */
	border-left:		1px solid #C8C8C8;
}

/*
=======================================
=== 2 COLUMN LAYOUT (RIGHT SIDEBAR) ===
=======================================
*/
#homepage.twocolR #content{
	width:				689px;
}
body.twocolR #content, body.twocolR #JBcontent{
	width:				679px;
	overflow:			hidden;
	margin-left:		0;
	border-right:		1px solid #C8C8C8;
}
/*
=======================
=== 3 COLUMN LAYOUT ===
=======================
*/
body#homepage.threecol #left{
	margin-left:		-710px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.threecol #left{
	margin-left:		-770px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body#homepage.threecol #content{
	width:				468px;
}
body.threecol #content, body.threecol #JBcontent{
	width:				528px; /* Total = 558px */
	overflow:			hidden;
	margin-left:		220px; /* #left (width + lateral padding + lateral borders) */
	border-left:		1px solid #C8C8C8;
	border-right:		1px solid #C8C8C8;
}

/* --- IE layout fix --- */

#homepage #right {
	position:			absolute!important;
	top:				323px;
	right:				0;
	width:				260px;
}

/*
===================================================================================
=== MAIN ==========================================================================
===================================================================================

===============
=== CONTENT ===
===============
*/
#content, #JBcontent{
	padding-bottom:		10px!important;
	text-align:			justify;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#JBcontent h1, #JBcontent h2, #JBcontent h3, #JBcontent h4, #JBcontent h5, #JBcontent h6{
	text-align:			left;
}
#content h2, #JBcontent h2{     
	margin:				0px 0px 2px 0px!important;
	padding:			5px 10px 5px 0px;
	border-bottom:		2px solid #D8AE49;
}
#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{     
	float:				left;
	margin:				0.5em 0 0 0;
	font:				normal 1.3em Verdana, Helvetica, sans-serif;
	text-transform:		capitalize;
}
.linkLatestJobs{ /* See ie.css & ie7.css */
	width:				72.7%;
}
#JBcontent.menu .NewsItem{     
	border-bottom:		1px solid #dce5ec;
}
#content select, #left select, #right select{
	width:				195px!important;
	padding:			0;
}
.registerNowButton{ /* [CS] */
	float:				right;
	width:				91px;
	height:				91px;
	margin:				-5px 0 0 10px;
	background:			url(/images/registerNowButton1.png) no-repeat;
}

ul.clientList li{
    width:              45%;
    float:              left;
}

/*
================
=== SIDEBARS ===
================
*/
#left h2, #right h2{     
	text-align:			left;
	margin:				10px 0px 2px 0px!important;
	padding:			5px 60px 5px 10px!important;
	background:			#E0E5F8;
}
#left .testimonialsButton,
#right .testimonialsButton{
	margin:				1em 0 0 0;
	text-align:			center;
}
#left .testimonialsButton a,
#right .testimonialsButton a{
	display:			block;
	width:				167px;
	height:				28px;
	margin:				0 auto;
	background:			url(/images/testimonials-grey.png) no-repeat;
}

#homepage #right #jobBanner{
	margin-top:			10px;
}


/*
===================================================================================
=== 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:				100%;
	margin:				0;
}
#left .LatestVacanciesTBL td, 
#right .LatestVacanciesTBL td{ /* See ie.css */
	width:				100%;
}
#left .LatestVacanciesTBL a, 
#right .LatestVacanciesTBL a{  
	color:				#000;   
}
#left .LatestVacanciesTBL .LatestVacanciesCol1, 
#right .LatestVacanciesTBL .LatestVacanciesCol1{ /* Advertisers Logo */
	display:			none!important; /* Remove the logo (if present) when in sidebars */
}
#left .LatestVacanciesTBL .LatestVacanciesCol2, 
#right .LatestVacanciesTBL .LatestVacanciesCol2{
	border-bottom:		2px solid #FFF;
	background:			#FFF;
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 .LVcol2, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 .LVcol2{
	padding:			5px;
	border:				1px solid #E2E2E2;
}
#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{   
	color:				#455575;  
}
#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:			none!important;
	margin-bottom:		5px!important;
}
#left .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_Salary, 
#right .LatestVacanciesTBL .LatestVacanciesCol2 span.jobs_Salary{
	display:			block!important; /* Remove the salary when in sidebars */
}

/* --- Featured Companies --- */
#left .featuredEmployersBox,
#right .featuredEmployersBox{     
	margin:				0 -10px!important;
	padding:			5px 10px;
}
#left .featuredEmployersBox h2,
#right .featuredEmployersBox h2{
	margin-top:			5px!important;
	text-align:			left;
	border-top:			none!important;
}
#left .featuredEmployersBox ul,
#right .featuredEmployersBox ul{
	margin:				2px 0 5px 2px;
}
#left .featuredEmployersBox ul li,
#right .featuredEmployersBox ul li{
	float:				left;
	padding:			2px 3px;
}
#left .featuredEmployersBox ul li img,
#right .featuredEmployersBox ul li img{
	border:				1px solid #fff;
}
#left .featuredEmployersBox a,
#right .featuredEmployersBox a{
	color:				#fff;
	text-decoration:	underline;
}
#left .featuredEmployersBox a:hover,
#right .featuredEmployersBox a:hover{
	color:				#455575;
}
#left .featuredEmployersBox .LinkToClientList,
#right .featuredEmployersBox .LinkToClientList{
	clear:				both;
}

/* --- Jobseeker Main & Recruiter Main --- */
#left #jobseekerMainInc, #right #jobseekerMainInc,
#left #recruiterMainInc, #right #recruiterMainInc{
	margin:				0;
}
#left #jobseekerMainInc h3, #right #jobseekerMainInc h3,
#left #recruiterMainInc h3, #right #recruiterMainInc h3{
	margin-top:			0.6em;
}
#left #jobseekerMainInc form, #right #jobseekerMainInc form,
#left #recruiterMainInc form, #right #recruiterMainInc form{
	margin:				0.3em 0 1em 0;
}
#left #jobseekerMainInc ul li, #right #jobseekerMainInc ul li,
#left #recruiterMainInc ul li, #right #recruiterMainInc ul li{
	margin:				2px -10px;
}
#left #jobseekerMainInc ul li a,#right #jobseekerMainInc ul li a,
#left #recruiterMainInc ul li a,#right #recruiterMainInc ul li a{     
	display:			block;
	width:				90%;
	padding:			2px 5%;
	font-weight:		normal;
	color:				#fff;
	background:			#01A7DB;
}
#left #jobseekerMainInc ul li a:hover,#right #jobseekerMainInc ul li a:hover,
#left #recruiterMainInc ul li a:hover,#right #recruiterMainInc ul li a:hover{  
	background:			#455575;   
}
#left #jobseekerMainInc ul li ul li a, #right #jobseekerMainInc ul li ul li a,
#left #recruiterMainInc ul li ul li a, #right #recruiterMainInc ul li ul li a{     
	margin:				0 10px;
	padding:			2px 10px 2px 30px;
	font-weight:		normal;
	color:				#fff;
	text-decoration:	none;
	background:			url(/jobboard/images/icons/smallArrow.png) no-repeat 20px 5px #5BBFDE;
}
#left #jobseekerMainInc ul li ul li a:hover, #right #jobseekerMainInc ul li ul li a:hover,
#left #recruiterMainInc ul li ul li a:hover, #right #recruiterMainInc ul li ul li a:hover{ 
	background-color:	#51B2D0;    
}

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */
#left #jobseekersLoginInc p, #right #jobseekersLoginInc p,
#left #recruiterLoginInc p, #right #recruiterLoginInc p{
	clear:				both;
}
#left #jobseekersLoginInc p.submit, #right #jobseekersLoginInc p.submit,
#left #recruiterLoginInc p.submit, #right #recruiterLoginInc p.submit{
	margin:				6px 0 2em 0;
}
#left #jobseekersLoginInc p.submit a, #right #jobseekersLoginInc p.submit a,
#left #recruiterLoginInc p.submit a, #right #recruiterLoginInc p.submit a{
	display:			block;
	float:				left;
}
#left #jobseekersLoginInc p.submit input, #right #jobseekersLoginInc p.submit input,
#left #recruiterLoginInc p.submit input, #right #recruiterLoginInc p.submit input{
	display:			block;
	float:				right;
	margin-top:			-3px;
}

/* --- News --- */
#left #LatestNews,
#right #LatestNews{
	margin:				0 0 1.3em 0;
}
#left #LatestNews .NewsTitle a,
#right #LatestNews .NewsTitle a{     
	font-weight:		bold;
	text-transform:		capitalize;
}
#left #LatestNews .NewsTitle a:hover,
#right #LatestNews .NewsTitle a:hover{   
	color:				#455575;  
}
#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{
	padding-bottom:		2.3em;
}
#left #search label, 
#right #search label{
	font-weight:		bold;
}
#left #search select, #left #search input.text, 
#right #search select, #right #search input.text{
	display:			block;
	margin-bottom:		0.5em;
}
#left #search p.submit a,
#right #search p.submit a{
	display:			block;
	float:				left;
	margin-top:			-10px;
	margin-bottom:		7px;
}
#left #search p.submit .searchButton, 
#right #search p.submit .searchButton{
	display:			block;
	float:				left;
	margin-top:			-4px;
	margin-bottom:		15px;
}
#left .KeywordsHelp,
#right .KeywordsHelp{
	display:			none;
}
#left .quicknotes,
#right .quicknotes{
	margin:				-5px 0 -15px 0;
}
#left .QuickSearchHelp a,
#right .QuickSearchHelp a,
#left .viewAllJobs a,
#right .viewAllJobs a{
	float:				left;
	padding-bottom:		15px;
	font-weight:		bold;
	color:				#192339;
}
#left .viewAllJobs a,
#right .viewAllJobs a{
	float:				right;
}

/* --- 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;
	background:			#fff;
}

/* --- Menu (User created menus) --- */
#left ul.customSideBarMenu  li, 
#right ul.customSideBarMenu li{
	margin:				2px 0px;
}
#left ul.customSideBarMenu li a,
#right ul.customSideBarMenu li a{     
	display:			block;
	width:				90%;
	padding:			5px 5%;
	font-weight:		normal;
	color:				#1B2D54;
	background:			#F1F1F1;
}
#left ul.customSideBarMenu li a:hover,
#right ul.customSideBarMenu li a:hover{    
	background:			#E0E5F8; 
}
#sideBarProTaxNewsLetter a, #sideBarAGoodRecession a, #sideBarTaxCareersRecessionProof a,
#sideBarGetRecruitedToday a, #sideBarHowtoRecruitinaDownturn a, #sideBarAreyouRecruitingOuroffertoyou a{
	/*font-weight:		bold!important;*/
	background:			#E0E5F8!important;
}
#sideBarProTaxNewsLetter a:hover, #sideBarAGoodRecession a:hover, #sideBarTaxCareersRecessionProof a:hover,
#sideBarGetRecruitedToday a:hover, #sideBarHowtoRecruitinaDownturn a:hover, #sideBarAreyouRecruitingOuroffertoyou a:hover{
	background:			#F1F1F1!important;
}

/*
=========================================================
=== INCLUDES (WHEN FEATURED IN THE MAIN CONTENT AREA) ===
=========================================================
*/
/* --- Latest Vacancies & Featured Jobs --- */
#content .LatestVacanciesTBL, 
#JBcontent .LatestVacanciesTBL{     
	width:				100%;
	border-bottom:		1px solid #BABABA;
}
#featured h2, 
#latest h2{
	border-bottom:		none;
	background:			#E0E5F8;
}
#content .LatestVacanciesTBL td, 
#JBcontent .LatestVacanciesTBL td{ /* See ie.css */
	padding:			10px 0;
	font-family:		Arial;
}
#content .LatestVacanciesTBL td .floatHack, 
#JBcontent .LatestVacanciesTBL td .floatHack{
	display:			none;
}
#content .LatestVacanciesTBL a, 
#JBcontent .LatestVacanciesTBL a{ 
	color:				#000;    
}
#content .LatestVacanciesTBL a:hover, 
#JBcontent .LatestVacanciesTBL a:hover{ 
	color:				#455575;    
}
#content .LatestVacanciesCol1, 
#JBcontent .LatestVacanciesCol1{     
	width:				98px; /* Images should be 88px, giving this 10px of right padding */
	border-top:			1px solid #BABABA;
}
#content .LatestVacanciesCol2, 
#JBcontent .LatestVacanciesCol2{     
	border-top:			1px solid #BABABA;
}
#content .LatestVacanciesCol2 span, 
#JBcontent .LatestVacanciesCol2 span{
	position:			relative;
	float:				left;
	height:				1.65em;
	margin:				10px 0 -5px 10px!important;
	padding:			0;
	overflow:			hidden;
}
#content .LatestVacanciesCol2 span.jobs_JobTitle, 
#JBcontent .LatestVacanciesCol2 span.jobs_JobTitle{
	width:				60.5%;
	margin-right:		6%;
	font-weight:		bold;
}
#content .LatestVacanciesCol2 span.jobs_Area, 
#JBcontent .LatestVacanciesCol2 span.jobs_Area{
	width:				32%;
	font-weight:		bold;
	color:				#000;
}
#content .LatestVacanciesCol2 span.jobs_JobDescription, 
#JBcontent .LatestVacanciesCol2 span.jobs_JobDescription{
	width:				60.5%;
	margin-right:		6%;
	font-weight:		normal;
}
#content .LatestVacanciesCol2 span.jobs_JobDescription a, 
#JBcontent .LatestVacanciesCol2 span.jobs_JobDescription a{
	font-weight:		normal;
}
#content .LatestVacanciesCol2 span.jobs_Salary, 
#JBcontent .LatestVacanciesCol2 span.jobs_Salary{
	width:				32%;
	font-weight:		normal;
}
/* --- Featured Companies --- */
#content .featuredEmployersBox ul,
#JBcontent .featuredEmployersBox ul{
	margin:				2px 0 5px 0;
}
#content .featuredEmployersBox ul li,
#JBcontent .featuredEmployersBox ul li{
	float:				left;
	padding:			2px 3px;
	background:			transparent;
}
#content .featuredEmployersBox .LinkToClientList,
#JBcontent .featuredEmployersBox .LinkToClientList{
	clear:				both;
}

/* --- Jobseeker Main & Recruiter Main --- */
#content #jobseekerMainInc h3, #JBcontent #jobseekerMainInc h3,
#content #recruiterMainInc h3, #JBcontent #recruiterMainInc h3{
	width:				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{     
	border-top:			1px solid #bacbda;
}
#content #jobseekerMainInc ul li, #JBcontent #jobseekerMainInc ul li,
#content #recruiterMainInc ul li, #JBcontent #recruiterMainInc ul li{     
	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{ 
	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{ 
	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{     
	font-weight:		bold!important;
	font-size:			1.1em;
	text-transform:		capitalize;
}
#content #LatestNews .NewsTitle a:hover,
#JBcontent #LatestNews .NewsTitle a:hover{ 
	color:				#455575;   
}
#content #LatestNews .NewsArticle,
#JBcontent #LatestNews .NewsArticle{
	margin:				0 0 1em 0;
}
#content #LatestNews img,
#JBcontent #LatestNews img{ /* Hide images */
	display:			none!important;
}

/* --- Quick Search Form --- */
#content #search form,
#JBcontent #search form{     
	width:				45%;
	padding:			10px 10px 2em 10px;
	border:				1px solid #BACBDA;
	background:			url(/images/backgrounds/lightBlueGrad.gif) repeat-x #fff;
}
#content #search label, 
#JBcontent #search label{
	font-weight:		bold;
}
#content #search select, #content #search input.text, 
#JBcontent #search select, #JBcontent #search input.text{
	display:			block;
	width:				97%;
	margin-bottom:		0.5em;
}
#content #search select, 
#JBcontent #search select{
	width:				99%;
}
#content #search p.submit a,
#JBcontent #search p.submit a{
	display:			block;
	float:				left;
}
#content #search p.submit .searchButton, 
#JBcontent #search p.submit .searchButton{
	display:			block;
	float:				right;
	margin-top:			-3px;
}

/* --- Text (free text field) --- */

/* --- Menu (User created menus) --- */
#content ul.customSideBarMenu,
#JBcontent ul.customSideBarMenu{     
	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{     
	color:				#2D587D;
	background:			url(/jobboard/images/icons/bullet2.png) no-repeat 5px #E9F0F6;
}

#moreInfo{
	text-align:			center;
	margin-top:			20px;
}
#moreInfo p, #moreInfo h3{
	color:				#1A243A;
	font-family:		"Times New Roman";
	font-size:			1.7em;
	margin:				0;
	padding:			0;
}
#moreInfo h3{
	font-size:			2.8em;
}
.similarJobs{
	position:			relative;
}

.jobResults .jobInfo{
	background:			#FFF;
	border:				1px solid #DCB761!important;
}
.jobResults .jobInfo h2{
	border-bottom:		none!important;
	background-color:	#DCB761!important;
}
.jobResults .jobInfo h2 a{
	color:				#000!important;
}
.jobResults .jobInfo .jobDescription{
	border-top:			1px solid #DCB761!important;
}
.jobResults .jobInfo.featuredJob{
	border:				1px solid #192339!important;
}
.jobResults .jobInfo.featuredJob h2{
	background:			url(/images/backgrounds/featuredStar.gif) no-repeat 0 3px #192339!important;
}
.jobResults .jobInfo.featuredJob a{
	color:				#FFF!important;
}
.jobResults .jobInfo.featuredJob .jobDescription{
	border-top:			1px solid #192339!important;
}

#inHouseRecruitment p{
	width:				90%;
	margin:				auto;
} 

#homepage h2{
	border:				none!important;
}
.JobScrollerContainer{
	height:				430px!important;
}

#graphic{
	margin-top:			15px;
	text-align:			center;
}
#profiles{
	margin-top:			15px;
}

div.profile{
	clear:				both;
	padding-top:		10px;
}
#profiles div.profile{
	height:				auto!important;
	padding:			0 0 5px 0;
}
#profiles div.profile p{
	padding:			0 0 5px 0;
}
div.profile img{
	margin-right:		10px!important;
	float:				left;
	border:				1px solid #000;
}

/* --- Refer A Friend --- */
#frmReferral dt{
	width:				25%;
	margin:				2px 5% 2px 0;
	float:				left;
}
#frmReferral dd{
	width:				70%;
	margin:				2px 0 2px 0;	
	float:				left;
}

/* --- Scroll Box --- */
#homepage .scrollBox .JobScrollerContainer{
	height:				250px;
}

/*
===================================================================================
=== POPUP WINDOW ==================================================================
===================================================================================
*/
#popup #popupHeader{
	height:				61px;
	background:			url(/images/backgrounds/header.gif) repeat-x 0 -22px;
}
#popup #popupHeader .popupLogo{ /* [TEMP] */
	width:				188px;
	height:				50px;
	margin-top:			10px;
	background:			url(/images/logo.gif) no-repeat;
}

/*
===================================================================================
=== FOOTER ========================================================================
===================================================================================
*/
#footer{
	clear:				both;
	height:				4em;
	padding:			5px;
	font-size:			0.9em;
	border-top:			3px solid #cdcdcd;
}
#footer p{
	margin:				2px 0;
	padding:			0 7px;
}
#footer li{
	float:				left;
	padding:			0 7px;
	border-right:		1px solid #888;
}
#footer li a{  
	color:				#555;   
}
#footer li a:hover{     
	text-decoration:	underline;
}
#footer li.lastItem, #footer li.CMSlogout{
	border-right:		none;
}
#footer li.CMSlogout{
	position:			absolute;
	bottom:				-25px;
	left:				-6px;
}
#footer li.CMSlogout a{
	display:			block;
	padding:			3px 10px;
	font-weight:		bold;
	font-size:			1.1em;
	color:				#fff;
	background:			#c40000
}
#footer li.CMSlogout a:hover{
	text-decoration:	none;
	background:			#820000;
}
/*
===================================================================================
=== CUSTOM JOB BOARD STYLES =======================================================
===================================================================================
*/
div.jobLogo{
	position:relative!important;
}

#JBcontent.jobindex li.indexlink{  
	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;
}
/* ---------------------------------------------------------------------------------------------- */
/*	These rules set the widths on the default results table columns.  They may need to be 
	adjusted for each individual site though.
*/
#JBcontent.jobResults #JobResultsDisplay #colCheckbox{		/* Column: Select this job checkbox */ 
	width:				1%!important;
}
#JBcontent.jobResults #JobResultsDisplay #colHeaderFeatured{/* Column: Featured job icon */
	width:				1%!important;
}
#JBcontent.jobResults #JobResultsDisplay th#colHeader1{		/* Column: Usually job title */
	width:				38%!important;
}
#JBcontent.jobResults #JobResultsDisplay th#colHeader2{		/* Column: Usually job location */
	width:				18%!important;
}
#JBcontent.jobResults #JobResultsDisplay th#colHeader3{		/* Column: Usually job salary */
	width:				25%!important;
}
#JBcontent.jobResults #JobResultsDisplay th#colHeader4{		/* Column: Date that the job was posted */
	width:				17%!important;
}
/* ---------------------------------------------------------------------------------------------- */

/*
===================================================================================
=== DEBUG =========================================================================
===================================================================================
*/
/*
#container{
	background:			yellow!important;
}
#left{
	background:			red!important;
}
#content, #JBcontent{
	background:			mediumturquoise!important;
}
#right{
	background:			blue!important;
}
#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;
}
/**/