/*
===================================================================================
=== IMPORT EXTRENAL STYLE SHEETS ==================================================
===================================================================================
*/
/*
@import url(/css/undohtml.css);
@import url(/jobboard/css/main.css);
*/
/*
===================================================================================
=== GENERAL SITE STYLES ===========================================================
===================================================================================
*/
body{
	padding:			0;
	font:				70%/150% Verdana, Helvetica, sans-serif;
	color:				#00264B;
	text-align:			center;
	background:			#F3F4F4;
}
#container{
	position:			relative;
	width:				990px;
	margin:				0 auto;
	padding:			119px 0 0 0;
	text-align:			left;
}
h1, h2, h3, h4, h5, h6, .pseudoH2, .pseudoH3{
	clear:				both;
	margin:				0 0 0.5em 0;
	color:				#00264B;
	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:				#00264B;
	font-weight:		bold;
	text-decoration:	underline;
}
.left{
	float:				left!important;
}
.right{
	float:				right!important;
}
.hidden{
	display:			none!important;
}
.noborder{
	border:				0!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, input.text{     /* See ie.css */
	width:				200px;
	padding:			2px;
	border:				1px solid #5A7DA3;
}
#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:				136px;
}
select{
	width:				210px;
}
#left select,
#right select{
	width:				130px;
}

/*
==========================================
=== HACKS (Also, see ie.css & ie7.css) ===
==========================================
*/
html{ /* 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{     
	height:				119px;
	width:				100%;
	padding:			0;
	background:			url(/images/backgrounds/header.gif) no-repeat top left;
	position:			absolute;
	top:				0;
}
#header #logo{
	position:			absolute;
	top:				12px;
	left:				22px;
}
#header p.info{
	margin:			 0;
	color:			 #FFF;
	font-weight: bold;
	position:		 absolute;
	right:			 25px;
	top:				 5px;
	background:  none;
	border:      none;
}
#homepage #header .info a {
    color: #00264B;
    text-decoration: none;
}
#header p.info span{
	margin-right:		10px;
}

#breadcrumbs, .breadcrumbs{
	display:			block;
	position:			absolute;
	bottom:				-123px;
	left:				11px;
	width:				948px;
	color:				#00264B;
	overflow:			hidden;
	padding:			3px 10px 3px 10px;
	border-bottom:		1px solid #07153C;
	background:			url(/images/backgrounds/breadcrumbs.gif) repeat-x left;
}
#breadcrumbs a, .breadcrumbs a{
	text-decoration:	none;
}

/*
===================================================================================
=== MAIN MENU =====================================================================
===================================================================================

======================
=== GENERAL STYLES ===
======================
*/
#header #mainMenu{ /* The menu container div (used to set the background for the menu, etc.) */
	position:			absolute;
	bottom:				24px;
	right:				22px;
	background: 		transparent;
}
#header #mainMenu ul#topmenu{	
	overflow:			hidden;
	background: 		transparent;
}
#header #mainMenu em{
	font-style:			normal;
}

/* 
=======================================
=== PARENT (TOP LEVEL) MENU OPTIONS ===
=======================================
*/
#header #mainMenu ul#topmenu li{
	float:				left;
}
#header #mainMenu ul#topmenu a.starter{
	position:			relative;
	padding:			0 12px;
	font-weight:		bold;
	text-decoration:	underline;
	border-right:		1px solid #FFF;
	display:			block;
	color:				#FFF;
}
#header #mainMenu ul#topmenu .lastItem a.starter{
	border-right:		none;
}

/*
===================================================================================
=== LAYOUT SETUP ==================================================================
===================================================================================

=================================
=== CSS COMMON TO ALL LAYOUTS ===
=================================
*/
#left, #content, #JBcontent, #right{
	padding:			5px;
	float:				left;
}
#left, #right{
	width:				200px;
}

/*
=======================
=== 1 COLUMN LAYOUT ===
=======================
*/
body.onecol #content, body.onecol #JBcontent{
	width:				970px; /* TOTAL = 960px */
	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:				758px;
	margin-left:		210px; /* #left (width + lateral padding + lateral borders) */
}

/*
=======================================
=== 2 COLUMN LAYOUT (RIGHT SIDEBAR) ===
=======================================
*/

body.twocolR #content, body.twocolR #JBcontent{
	width:				758px;
	margin-left:		0px;
}

/*
=======================
=== 3 COLUMN LAYOUT ===
=======================
*/
body.threecol #left{
	margin-left:		-768px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.threecol #content, body.threecol #JBcontent{
	width:				548px;
	margin-left:		210px; /* #left (width + lateral padding + lateral borders) */
} 

/*
===================================================================================
=== GENERIC STYLING ===============================================================
===================================================================================
*/
#main{
	padding:			6px;
	background:			url(/images/backgrounds/main.gif) no-repeat top left;
}
.SubPage #main{
	padding-top:		31px;
}

/*
===============
=== CONTENT ===
===============
*/


/*
================
=== SIDEBARS ===
================
*/


/*
===================================================================================
=== INCLUDES STYLING ==============================================================
===================================================================================

==============================================
=== INCLUDES WHEN FEATURED IN THE SIDEBARS ===
==============================================
*/

/* --- Latest Vacancies --- */
#left #latestJobs,
#right #latestJobs{
	padding:			10px 12px 15px 12px;
	background:			url(/images/backgrounds/col_bot.gif) no-repeat bottom left #D1E9EC;
}
#left #latestJobs h2,
#right #latestJobs h2{
	margin:				-10px -12px 0 -12px;
	padding:			10px 12px;
	background:			url(/images/backgrounds/col_top.gif) no-repeat top left;
}
#left #latestJobs h2 a,
#right #latestJobs h2 a{
	text-decoration:	none;
}
#left #latestJobs #latestJobs_Container,
#right #latestJobs #latestJobs_Container{
	height:				160px!important;
}
#left #latestJobs span.jobs_JobTitle a,
#right #latestJobs span.jobs_JobTitle a{
	color:				#0571B8;
}
#left #latestJobs .LVcol2,
#right #latestJobs .LVcol2{
	padding-bottom:		10px;
}
#left #latestJobs span.jobs_JobDescription a,
#right #latestJobs span.jobs_JobDescription a{
	font-weight:		normal;
	text-decoration:	none;
}
#left #latestJobs p,
#right #latestJobs p{
	display:			none;
}

/* --- Featured Jobs --- */
#left #featured,
#right #featured{
	margin-bottom:		0!important;
	padding:			10px 12px 15px 12px;
	background:			url(/images/backgrounds/col_bot.gif) no-repeat bottom left #D1E9EC;
}
#left #featured h2,
#right #featured h2{
	margin:				-10px -12px 0 -12px;
	padding:			10px 12px;
	text-align:			center;
	background:			url(/images/backgrounds/col_top.gif) no-repeat top left;
}
#left #featured h2 a,
#right #featured h2 a{
	text-decoration:	none;
}
#left #featured table,
#right #featured table{
	margin:				0!important;
}
#left #featured span,
#right #featured span{
	display:			block;
}
#left #featured span.jobs_JobTitle a,
#right #featured span.jobs_JobTitle a{
	color:				#0571B8;
}
#left #featured span.jobs_JobDescription a,
#right #featured span.jobs_JobDescription a{
	font-weight:		normal;
	text-decoration:	none;
}
#left #featured p,
#right #featured p{
	display:			none;
}

/* --- Featured Companies --- */
#left .featuredEmployersBox, #right .featuredEmployersBox h2,
#left .featuredEmployersBox li, #right .featuredEmployersBox li{
	text-align:			center;
}
#left .featuredEmployersBox a, 
#right .featuredEmployersBox h2 a{
	text-decoration:	none;
}
#left .featuredEmployersBox li a,
#right .featuredEmployersBox li a{
	border:				1px solid #C0C0C0;
	display:			inline-block;
}
#left .featuredEmployersBox .LinkToClientList, 
#right .featuredEmployersBox .LinkToClientList{
	display:			none;
}

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */

/* --- News --- */

/* --- Quick Search Form --- */
#left #search,
#right #search{
	margin-bottom:		0!important;
	padding:			10px 12px 15px 12px;
	background:			url(/images/backgrounds/col_bot.gif) no-repeat bottom left #D1E9EC;
}
#left #search h2,
#right #search h2{
	margin:				-10px -12px 0 -12px;
	padding:			10px 12px;
	background:			url(/images/backgrounds/col_top.gif) no-repeat top left;
}
#left #search dd,
#right #search dd{
	margin-bottom:		5px;
}
#left #search dd select,
#right #search dd select{
	width:				100%;
}
#left #search dd input,
#right #search dd input{
	width:				96.5%;
}
#left #search .QuickSearchHelp,
#right #search .QuickSearchHelp{
	float:				right;
}
#left #search .searchButton,
#right #search .searchButton{
	background-color:	#7E9699;
	float:				right;
}
#left #search .KeywordsHelp, #right #search .KeywordsHelp,
#left #search .advSearch, #right #search .advSearch{
	display:			none;
}

/* --- Text (free text field) --- */

/* --- Menu (User created menus) --- */
#left .sidebarMenu,
#right .sidebarMenu{
	padding:			10px 12px 15px 12px;
	background:			url(/images/backgrounds/col_bot.gif) no-repeat bottom left #D4D4D4;
}
#left .sidebarMenu h2,
#right .sidebarMenu h2{
	margin:				-10px -12px 0 -12px;
	padding:			10px 12px;
	background:			url(/images/backgrounds/col_top.gif) no-repeat top left;
}
#left .sidebarMenu li a,
#right .sidebarMenu li a{
	margin-bottom:		5px;
	padding:			2px 5px;
	text-decoration:	none;
	display:			block;
}
#left .sidebarMenu li.sideFirst a,
#right .sidebarMenu li.sideFirst a{
	padding:			3px 5px;
}
#left .sidebarMenu li.sideLast a,
#right .sidebarMenu li.sideLast a{
	margin-bottom:		0;
}
#left .sidebarMenu li a:hover,
#right .sidebarMenu li a:hover{
	color:				#004C96;
	background:			url(/images/backgrounds/arrow_right_small.gif) no-repeat right #FFF;
}

/*
=========================================================
=== INCLUDES (WHEN FEATURED IN THE MAIN CONTENT AREA) ===
=========================================================
*/

/* --- Latest Vacancies & Featured Jobs --- */
#content #latest,
#JBcontent #latest{
	background:			url(/images/backgrounds/latest.gif) no-repeat top left;
}
#content #latest h2,
#JBcontent #latest h2{
	padding:			10px 20px;
}
#content #latest h2 a,
#JBcontent #latest h2 a{
	text-decoration:	none;
}
#content #latest #latestBox,
#JBcontent #latest #latestBox{
	margin:				-50px 0 0 0;
}
#content #latest table,
#JBcontent #latest table{
	width:				100%;
	margin:				0!important;
}
#content #latest table tr,
#JBcontent #latest table tr{
	width:				33.2%;
	float:				left;
}
#content #latest td,
#JBcontent #latest td{
	display:			block;
}
#content #latest .LVcol2,
#JBcontent #latest .LVcol2{
	width:				96%;
	padding:			35px 2% 24px;
	background:			url(/images/backgrounds/arrow_right.gif) no-repeat bottom right;
}
#content #latest #latest2 .LVcol2,
#JBcontent #latest #latest2 .LVcol2{
	border:				solid #E9E9E9;
	border-width:		0 1px;
}
#content #latest span,
#JBcontent #latest span{
	padding-right:		20px;
	display:			block;
}
#content #latest span.jobs_JobTitle a,
#JBcontent #latest span.jobs_JobTitle a{
	color:				#0571B8;
}
#content #latest span.jobs_JobDescription a,
#JBcontent #latest span.jobs_JobDescription a{
	font-weight:		normal;
	text-decoration:	none;
}
#content #latest #LatestJobsAll,
#JBcontent #latest #LatestJobsAll{
	display:			none;
}

/* --- Featured Companies --- */
#content .featuredEmployersBox h2,
#JBcontent .featuredEmployersBox h2{
	padding:			0 20px;
}
#content .featuredEmployersBox h2 a,
#JBcontent .featuredEmployersBox h2 a{
	text-decoration:	none;
}
#content .featuredEmployersBox ul,
#JBcontent .featuredEmployersBox ul{
	margin-left:		15px;
}
#content .featuredEmployersBox li,
#JBcontent .featuredEmployersBox li{
	float:				left;
}
#content .featuredEmployersBox li a,
#JBcontent .featuredEmployersBox li a{
	margin:				0 7px;
	border:				1px solid #C0C0C0;
	display:			block;
}
#content .featuredEmployersBox .LinkToClientList,
#JBcontent .featuredEmployersBox .LinkToClientList{
	display:			none;
}

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */

/* --- News --- */

/* --- Quick Search Form --- */

/* --- Job Browser --- */

/* --- Menu (User created menus) --- */


/*
===================================================================================
=== HOMEPAGE ======================================================================
===================================================================================
*/
#welcome{
	height:				253px;
	margin:				0 5px;
	background:			url(/images/backgrounds/welcome.jpg) no-repeat top left;
	position:			relative;
}
.SubPage #welcome{
	height:				94px;
	margin:				-37px 5px 25px 5px;
	background:			url(/images/backgrounds/sub_welcome.jpg) no-repeat top left;
	z-index:			5;
}
#welcome h1{
	width:				600px;
	color:				#FFF;
	font-size:			1.2em;
	line-height:		1.5em;
	position:			absolute;
	top:				28px;
	left:				30px;
}
.SubPage #welcome h1{
	width:				700px;
	font-size:			1.5em;
	top:				45px;
}
.SubPage #welcome h1 span{
	font-size:			1.6em;
}
#welcome #search{
	position:			absolute;
	top:				125px;
	left:				30px;
}
#welcome #search h2{
	display:			none;
}
#welcome #search label{
	color:				#FFF;
}
#welcome #search dt,
#welcome #search dd{
	margin-right:		10px;
	float:				left;
}
#welcome #search dd{
	margin-top:			23px;
	margin-left:		-60px;
}
#welcome #search dd#DDIndustry{
	margin-left:		-102px;
}
#welcome #search dd#DDKeywords{
	margin-left:		-81px;
}
#welcome #search dd select{
	width:				180px;
}
#welcome #search dd input{
	padding:			3px 2px;
}
#welcome #search .searchButton{
	margin:				5px 10px 0 0;
	float:				right;
}
#welcome #search .advSearch a{
	margin-top:			5px;
	padding:			5px 0;
	color:				#FFF;
	font-size:			0.9em;
	display:			inline-block;
}
#welcome #search .QuickSearchHelp,
#welcome #search .KeywordsHelp{
	display:			none;
}

#homepage #main .info{
	width:				603px;
	margin:				-20px 5px 0 5px;
	padding:			19px 10px 18px 10px;
	background:			url(/images/backgrounds/info.gif) no-repeat top left;
	position:			relative;
	float:				left;
	border:       none;
}
#homepage #main .info div{
	width:				36%;
	padding-left:		14%;
	float:				left;
}
#homepage #main .info div.jobs{
	background:			url(/images/backgrounds/jobs.gif) no-repeat 0 0;
}
#homepage #main .info div.rec{
	background:			url(/images/backgrounds/rec.gif) no-repeat 0 0;
}
#homepage #main .info div h2,
#homepage #main .info div p{
	margin:				0;
}

#homepage #main #featured{
	width:				245px;
	height:				68px;
	margin:				15px 30px 0 30px;
	padding:			20px;
	background:			url(/images/backgrounds/job_week.gif) no-repeat bottom left;
	float:				right;
}
#homepage #main #featured h2{
	margin:				-5px 0 5px 0;
}
#homepage #main #featured h2 a{
	color:				#000;
	text-decoration:	none;
}
#homepage #main #featured table{
	margin:				0!important;
}
#homepage #main #featured span{
	display:			block;
}
#homepage #main #featured span a{
	color:				#000;
	text-decoration:	none;
}
#homepage #main #featured span.jobs_JobDescription a{
	font-weight:		normal;
}
#homepage #main #featured p{
	display:			none;
}

/*
===================================================================================
=== POPUP WINDOW ==================================================================
===================================================================================
*/
#popup #popupHeader{
	width:				100%;
	height:				75px;
	padding:			20px 5px;
	border-bottom:		5px solid #0062b3;
	background:			#FFF;
}
#popup #popupHeader .popupLogo{ /* [TEMP] */
	width:				200px;
	height:				75px;
	background:			url(/images/email/email_logo.gif) no-repeat top;
}
#popup #popupFooter{
	border-top:			5px solid #0062b3;
}

/*
===================================================================================
=== FOOTER ========================================================================
===================================================================================
*/
#footer{
	clear:				both;
	color:				#A5A5A5;
	font-size:			0.9em;
	margin-top:			30px;
	padding:			20px 10px 0px 80px;
	background:			url(/images/backgrounds/footer.gif) no-repeat top left;
	position:			relative;
}
#footer .guy{
	position:			absolute;
	top:				-30px;
	left:				10px;
}
#footer li{
	float:				left;
	margin:				0!important;
	padding:			0 5px;
	border-right:		1px solid #A5A5A5;
}
#footer li.lastItem{
	border:				none;
}
#footer p{
	padding:			2px 5px;
	clear:				both;
}
#footer a{
	color:				#A5A5A5;
	font-weight:		normal;
	text-decoration:	none;
}
#footer p.icons{
	margin-top:			-50px;
	float:				right;
}
.jobboardFooterInc {
	display:			none;
}

/* --- */
#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 =======================================================
===================================================================================
*/
/* --- Generic Forms --- */
form.styled h2, form .searchReplace h2, form.styled table th, form.styled h2, form.styled fieldset h3, table.results th,
input[type="submit"], input[type="button"], .buttonLink{
	color:				#00264B;
	font-weight:		bold!important;
	background-color:	#5E7FC6;
}

/* --- Job Results --- */
#JBcontent.jobResults .resultsActions .viewSelected:hover{
	background-color:	#111;
}
#JBcontent.jobResults .jobInfo{
	border-color:		#5E7FC6;
}
#JBcontent.jobResults .featuredJob{
	border-color:		#07153C;
}
#JBcontent.jobResults .jobInfo h2{
	background-color:	#5E7FC6;
}
#JBcontent.jobResults .featuredJob h2{
	background-color:	#07153C;
}
#JBcontent.jobResults .jobInfo a.detailsApply,
#JBcontent.jobResults .featuredJob a.detailsApply{
	background-color:	#5E7FC6;
}
#JBcontent.jobResults .jobInfo input.checkBox{
	top:				10px;
}

/* --- Job Browser --- */
#jobBrowseContainer .tabNav li{
	width:				100px;
	float:				left;
}
#jobBrowseContainer .tabNav li.tabOne{
	background:			#07153C;
}
#jobBrowseContainer .tabNav li.tabTwo{
	background:			#D1E9EC;
}
#jobBrowseContainer .tabNav li a{
	padding:			10px;
	color:				#FFF;
	text-align:			center;
	text-decoration:	none;
	display:			block;
}
#jobBrowseContainer .tabNav li.tabTwo a{
	color:				#07153C;
}

#jobBrowseContainer #jobBrowserResults h2,
#jobBrowseContainer #search h2{
	display:			none;
}

#jobBrowseContainer #jobBrowserResults{
	background:			#07153C;
}
#jobBrowseContainer #jobBrowserResults #CurrentSearch{
	color:				#07153C;
	border:				0;
	background:			#D1E9EC;
}
#jobBrowseContainer #jobBrowserResults #CurrentSearch a{
	color:				#07153C;
}
#jobBrowseContainer #jobBrowserResults #CurrentSearch p{
	border-top:			1px solid #07153C;
}
#jobBrowserResults .JobBrowseLinks li em{
	color:				#FFF;
}

#jobBrowseContainer #search{
	background:			#D1E9EC;
}

/* --- Job search --- */
#JBcontent.searchCrit form#frmJobSearch{
	margin: 0 auto!important;
}

#umbrellaman li {
	background:			url(/images/icons/umbrellaman.gif) center left no-repeat!important;
	height:30px;
	line-height:30px;
	text-indent:20px;
}

/*
===================================================================================
=== 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;
}
/**/
