/*
===================================================================================
=== IMPORT EXTRENAL STYLE SHEETS ==================================================
===================================================================================
*/

@import url(/css/undohtml.css);
@import url(/jobboard/css/main.css);

/*
===================================================================================
=== GENERAL SITE STYLES ===========================================================
===================================================================================
*/
body{
	margin:				0 0 10px 0;
	padding:			0;
	font:				70%/150% Verdana, Helvetica, sans-serif;
	color:				#27323E;
	text-align:			center;
	background:			#AEAEAE;
}
#container{
	position:			relative;
	width:				990px;
	margin:				0 auto;
	padding:			140px 5px 5px 5px;
	text-align:			left;
	background:			url(/images/backgrounds/body.gif) repeat-x top left #FEFEFE;
}
h1, h2, h3, h4, h5, h6, .pseudoH2, .pseudoH3{
	clear:				both;
	margin:				0 0 0.5em 0;
	color:				#1F3A50;
	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:				#105C86;
	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 Verdana, Helvetica, sans-serif!important;
	color:				#2E2E2E;
}
input[type=text], input[type=password], select, textarea, input.text{     /* See ie.css */
	width:				200px!important;
	padding:			3px 2px;
	border:				1px solid #A0A0A0!important;
}
#left input[type=text], #left input[type=password], #left select, #left textarea, #left input.text,
#right input[type=text], #right input[type=password], #right select, #right textarea, #right input.text{
	width:				96.5%!important;
}
select{
	width:				210px!important;
}
#left select, #right select{
	width:				100%!important;
}
input[type=submit], input.submit, .pseudoButton{     /* See ie.css */
	width:				auto!important;
	overflow:			visible;
	margin:				5px 0;
	padding:			5px!important;
	font-weight:		bold!important;
	font-size:			1.1em!important;
	text-transform:		capitalize;
	color:				#fff!important;
	border:				1px solid #A0A0A0!important;
	background:			url(/images/backgrounds/button_submit.gif) repeat-x top left #1A93D1!important;
}
a.pseudoButton{ /* See ie.css & ie7.css */
	text-decoration:	none!important;
	position:			relative;
	display:			inline-block;
}

/*
==========================================
=== 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{     
	position:			absolute;
	top:				0;
	height:				140px;
	width:				100%;
	padding:			0;
}
.SubPage #container{
	padding-top:		164px;
}
#header #logo{
	position:			absolute;
	top:				15px;
	right:				40px;
}
#header #bannerBAN{
	width:				468px;
	height:				60px;
	position:			absolute;
	top:				21px;
	left:				0;
}
#breadcrumbs, .breadcrumbs{
	display:			block;
	position:			absolute;
	bottom:				-40px;
	width:				968px;
	height:				16px;
	overflow:			hidden;
	padding:			3px 10px 3px 10px;
	border:				1px solid #cdcdcd;
	background:			#f1f1f1;
}

/*
===================================================================================
=== MAIN MENU =====================================================================
===================================================================================

======================
=== GENERAL STYLES ===
======================
*/
#header #mainMenu{ /* The menu container div (used to set the background for the menu, etc.) */
	height:				38px;
	background: 		url(/images/backgrounds/main_menu.png) no-repeat top center;
	position:			absolute;
	bottom:				0;
	left:				0;
}
#header #mainMenu ul#topmenu{				
	width:				980px;
	padding:			0 5px;
	overflow:			hidden;
	background: 		transparent;
}
#header #mainMenu em{
	font-style:			normal;
}

/* 
=======================================
=== PARENT (TOP LEVEL) MENU OPTIONS ===
=======================================
*/
#header #mainMenu ul#topmenu li{
	float:				left;
	padding:			11px 0 10px 0;
}
#header #mainMenu ul#topmenu .lastItem{
	float:				right;
}
#header #mainMenu ul#topmenu a.starter{
	padding:			0 12px;
	color:				#FFF;
	font-weight:		normal;
	text-decoration:	none;
	border-left:		1px solid #FFF;
	position:			relative;
	display:			block;
}
#header #mainMenu ul#topmenu a.starter:hover{
	margin:				0;
	color:				#32A9DC;
}
#header #mainMenu ul#topmenu .firstItem a.starter{
	border-left:		none;
}
#header #mainMenu ul#topmenu .lastItem a.starter{
	border-left:		none;
}
#header #mainMenu ul#topmenu .lastItem a.starter:hover{
	color:				#FFF;
	text-decoration:	underline;
}

/*
===================================================================================
=== LAYOUT SETUP ==================================================================
===================================================================================

=================================
=== CSS COMMON TO ALL LAYOUTS ===
=================================
*/
#left, #content, #JBcontent, #right{
	padding:			0;
	float:				left;
	overflow:			hidden;
}
#left, #right{
	width:				230px;
}

#left{
	padding:			0 10px 0 0;
}
#right{
	padding:			0 0 0 10px;
}

/*
=======================
=== 1 COLUMN LAYOUT ===
=======================
*/
body.onecol #content, body.onecol #JBcontent{
	width:				970px; /* TOTAL = 960px */
	overflow:			hidden;
	margin-left:		0px;
}

/*
======================================
=== 2 COLUMN LAYOUT (LEFT SIDEBAR) ===
======================================
*/
body.twocolL #left{
	margin-left:		-990px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.twocolL #content, body.twocolL #JBcontent{ /* See ie.css */
	width:				745px;
	margin-left:		240px; /* #left (width + lateral padding + lateral borders) */
	padding-right:		5px;
}

/*
=======================================
=== 2 COLUMN LAYOUT (RIGHT SIDEBAR) ===
=======================================
*/

body.twocolR #content, body.twocolR #JBcontent{
	width:				745px;
	margin-left:		0px;
	padding-left:		5px;
}

/*
=======================
=== 3 COLUMN LAYOUT ===
=======================
*/
body.threecol #left{
	margin-left:		-750px; /* negative of... #left (width + lateral padding + lateral borders) + #content (width + lateral padding + lateral borders) */
}
body.threecol #content, body.threecol #JBcontent{
	width:				510px;
	margin-left:		240px; /* #left (width + lateral padding + lateral borders) */
} 

/*
===================================================================================
=== GENERIC STYLING ===============================================================
===================================================================================
*/
#main{
	padding:				10px 0;
}

#left .incBlock, #right .incBlock{
	margin-bottom:		5px!important;
	padding:			20px;
	background:			url(/images/backgrounds/col_bot.gif) no-repeat bottom left;
}
#left .incBlock h2, 
#right .incBlock h2{
	margin:				-20px -20px 10px -20px;
	padding:			12px 20px;
	color:				#FFF;
	font-size:			1.1em;
	background:			url(/images/backgrounds/col_top.gif) no-repeat top left;
}
#left .incBlock h2 a, #right .incBlock h2 a{
	color:				#FFF;
	text-decoration:	none;
}

#content .incBlock .incBlock, #JBcontent .incBlock .incBlock,
#left .incBlock .incBlock, #right .incBlock .incBlock{
	margin:				0px;
	padding:			0px;
	border:				none;
	background:			transparent;
}

/*
===============
=== CONTENT ===
===============
*/


/*
================
=== SIDEBARS ===
================
*/


/*
===================================================================================
=== INCLUDES STYLING ==============================================================
===================================================================================

==============================================
=== INCLUDES WHEN FEATURED IN THE SIDEBARS ===
==============================================
*/

/* --- Latest Vacancies & Featured Jobs --- */
#left #latest table, #right #latest table,
#left #featured table, #right #featured table{
	margin:				0!important;
}
#left #latest td, #right #latest td,
#left #featured td, #right #featured td{
	padding:			12px 0;
	border-bottom:		1px dashed #D0D0D0;
	display:			block;
}
#left #latest td.LatestVacanciesCol1, #right #latest td.LatestVacanciesCol1{
	display:			none;
}
#left #latest #latest1 td, #right #latest #latest1 td,
#left #featured #latest1 td, #right #featured #latest1 td{
	padding-top:		0;
}
#left #latest .lastJobRow td, #right #latest .lastJobRow td,
#left #featured .lastJobRow td, #right #featured .lastJobRow td{
	padding-bottom:		0;
	border:				0;
}
#left #latest table a, #right #latest table a,
#left #featured table a, #right #featured table a{
	color:				#27323E;
	text-decoration:	none;
}
#left #latest .jobs_JobDescription a, #right #latest .jobs_JobDescription a{
	font-weight:		normal;
}

#left #latest p, #right #latest p,
#left #featured p, #right #featured p{
	margin:				0;
}
#left #latest #LatestJobsAll, #right #latest #LatestJobsAll{
	display:			none;
}

/* --- Featured Companies --- */
#left .featuredEmployersBox,
#right .featuredEmployersBox{

}
#left .featuredEmployersBox li,
#right .featuredEmployersBox li{
	margin-bottom:		8px;
	text-align:			center;
}
#left .featuredEmployersBox li a,
#right .featuredEmployersBox li a{
	display:			block;
}
#left .featuredEmployersBox li a img,
#right .featuredEmployersBox li a img{
	border:				1px solid #C0C0C0;
}
#left .featuredEmployersBox p,
#right .featuredEmployersBox p{
	margin:				5px 0 5px 0;
	text-align:			center;
}

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */
#left #jobseekersLoginInc dd, #right #jobseekersLoginInc dd{
	margin-bottom:		5px;
}
#left #jobseekersLoginInc p, #right #jobseekersLoginInc p{
	margin:				0;
}
#left #jobseekersLoginInc .CustomJobseekerMenuTXT, #right #jobseekersLoginInc .CustomJobseekerMenuTXT{
	display:			none;
}
#left #jobseekersLoginInc a, #right #jobseekersLoginInc a{
	font-weight:		normal;
}
#left #jobseekersLoginInc p.submit, #right #jobseekersLoginInc p.submit{
	margin:				5px 0!important;
	position:			relative;
	left:				-9px;
}
#left #jobseekersLoginInc p.submit .loginButton1, #right #jobseekersLoginInc p.submit .loginButton1{
	width:				209px!important;
	min-height:			28px!important
	max-height:			28px!important
	margin:				0!important;
	padding:			6px 0!important;
	text-align:			center;
	border:				0!important;
	background:			url(/images/backgrounds/button_special.png) no-repeat top left!important;
}




/* --- News --- */
#left #news .articles h2,
#right #news .articles h2{
	display:			none;
}
#left #news .articles dd,
#right #news .articles dd{
	margin-bottom:		10px;
	padding-bottom:		10px;
	border-bottom:		1px dashed #D0D0D0;
}
#left #news .articles a,
#right #news .articles a{
	color:				#27323E;
	text-decoration:	none;
}
#left #news p,
#right #news p{
	display:			none;
}

/* --- Quick Search Form --- */
.SubPage #left #search dd,
.SubPage #right #search dd{
	margin-bottom:		5px;
}
.SubPage #left #search .searchButton,
.SubPage #right #search .searchButton{
	width:				100%!important;
}

/* --- Text (free text field) --- */

/* --- Menu (User created menus) --- */

/* --- Join Us Now --- */
#left #join p,
#right #join p{
	margin:				0;
}
#left #join p.button,
#right #join p.button{
	margin:				0 0 -10px -9px!important;
}
#left #join .pseudoButton,
#right #join .pseudoButton{
	width:				209px!important;
	min-height:			28px!important
	max-height:			28px!important
	margin:				0!important;
	padding:			6px 0!important;
	text-align:			center;
	border:				0!important;
	background:			url(/images/backgrounds/button_special.png) no-repeat top left!important;
}

/*
=========================================================
=== INCLUDES (WHEN FEATURED IN THE MAIN CONTENT AREA) ===
=========================================================
*/

/* --- Latest Vacancies & Featured Jobs --- */
#content #featured{
	margin-bottom:		5px;
	padding:			20px;
	background:			url(/images/backgrounds/featured_bot.gif) no-repeat bottom left;
}
#content #featured h2{
	margin:				-20px -20px 10px -20px;
	padding:			12px 20px;
	font-size:			1.1em;
	background:			url(/images/backgrounds/featured_top.gif) no-repeat top left;
}
#content #featured h2 a{
	color:				#FFF;
}
#content #featured table{
	margin:				0!important;
}
#content #featured table tr{
	width:				235px;
	float:				left;
}
#content #featured img{
	width:				88px;
	height:				31px;
	margin:				2px 10px 0 0;
}
#content #featured span{
	color:				#105C86;
	display:			block;
}
#content #featured span a{
	color:				#105C86;
	text-decoration:	none;
}
#content #featured #FeaturedJobsAll{
	display:			none;
}

/* --- Featured Companies --- */

/* --- Payment Information --- */

/* --- Recruiter Login & Jobseeker Login --- */

/* --- News --- */

/* --- Quick Search Form --- */

/* --- Job Browser --- */

/* --- Menu (User created menus) --- */


/*
===================================================================================
=== HOMEPAGE ======================================================================
===================================================================================
*/
#content #welcome{
	margin-bottom:		5px;
}
#content #welcome .top{
	height:				190px;
	border-bottom:		1px solid #FFF;
	background:			url(/images/backgrounds/welcome_top.jpg) no-repeat top left;
	position:			relative;
}
#content #welcome .top h2{
	color:				#FFF;
	font-weight:		normal;
	position:			absolute;
	bottom:				0;
	left:				18px;
}
#content #welcome .top h2 span{
	font-size:			1.3em;
}
#content #welcome .bottom{
	height:				131px;
	padding:			10px 10px;
	color:				#FFF;
	background:			url(/images/backgrounds/welcome_bot.gif) no-repeat bottom left;
	position:			relative;
}
#content #welcome .bottom h2{
	display:			none;
}
#content #welcome .bottom p{
	margin:				0 0 10px 0;
}
#content #welcome .bottom dl{
	width:				60%;
}
#content #welcome .bottom dt,
#content #welcome .bottom dd{
	margin-bottom:		10px;
	float:				left;
}
#content #welcome .bottom dt{
	width:				90px;
	clear:				left;
}
#content #welcome .bottom dt label{
	width:				95%;
	padding:			3px 5% 4px 0;
	text-align:			right;
	display:			inline-block;
}
#content #welcome .bottom dd select{
	width:				183px!important;
}
#content #welcome .bottom .searchButton{
	width:				209px!important;
	margin:				0!important;
	padding:			6px 0!important;
	text-align:			center;
	border:				0!important;
	background:			url(/images/backgrounds/button_special.png) no-repeat top left!important;
	position:			absolute;
	top:				-2px;
	right:				0;
}
#content #welcome .bottom .advSearch{
	width:				209px;
	margin:				0;
	text-align:			center;
	position:			absolute;
	top:				36px;
	right:				0;
}
#content #welcome .bottom .advSearch a{
	color:				#FFF;
}

/* --- Job Browser --- */
#content .browse{
	width:				245px;
	height:				305px;
	padding:			20px 5px;
	background:			url(/images/backgrounds/browse_bot.gif) no-repeat bottom left;
	float:				left;
}
#content .browse h2{
	margin:				-20px -5px 10px -5px;
	padding:			12px 20px;
	color:				#FFF;
	font-size:			1.1em;
	background:			url(/images/backgrounds/browse_top.gif) no-repeat top left;
}
#content .browse div h2{
	display:			none;
}
#content .browse li{
	margin:				4px 0;
	padding:			0;
	background:			transparent;
}	
#content .browse li a{
	color:				#27323E;
	text-decoration:	none;
}
#content .browse li a em{
	font-weight:		normal;
	font-style:			normal;
}
#content #sector.browse{
	width:				500px;
	height:				auto;
	margin-bottom:		5px;
	background:			url(/images/backgrounds/threecol_bot.gif) no-repeat bottom left;
	float:				none;
}
#content #sector.browse h2{
	background:			url(/images/backgrounds/threecol_top.gif) no-repeat top left;
}
#content #sector.browse li{
	width:				50%;
	float:				left;
}

/*
===================================================================================
=== 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:				#FFF;
	padding:			10px 10px 0px 10px;
	background:			url(/images/backgrounds/footer.gif) no-repeat bottom left #696969;
	position:			relative;
}
#footer li{
	float:				left;
	margin:				0!important;
	padding:			0 5px;
	border-right:		1px solid #FFF;
}
#footer li.lastItem{
	border:				none;
}
#footer p{
	margin:				0;
	padding:			0 5px;
	clear:				both;
}
#footer p.addThis{
	margin:				5px 0;
}
#footer a{
	color:				#FFF;
	font-weight:		normal;
	text-decoration:	none;
}

#footer .links{
	text-align:			center;
	position:			absolute;
	top:				14px;
	right:				5px;
}

/* --- */
#footer .CMSlogout{
	position:			absolute;
	bottom:				6px;
	right:				12px;
}
#footer .CMSlogout a{
	display:			block;
	padding:			3px 10px;
	font-weight:		bold;
	font-size:			1.1em;
	color:				#FFF;
	background:			#DA0F00;
}
#footer .CMSlogout a:hover{
	background:			#820000;
}

/*
===================================================================================
=== CUSTOM JOB BOARD STYLES =======================================================
===================================================================================
*/
/* --- Job Browser Nav --- */
#jobBrowseContainer .tabNav{
	background:			url(/images/backgrounds/col_top.gif) no-repeat top left;
}
#jobBrowseContainer .tabNav li{
	float:				left;
}
#jobBrowseContainer .tabNav li a{
	width:				115px;
	padding:			10px 0;
	color:				#FFF;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1.1em;
	text-decoration:	none;
	text-align:			center;
	display:			block;
}
#jobBrowseContainer .tabNav li.tabTwo a{
	color:				#1F3A50;
	background:			url(/images/backgrounds/jb_results_selected.gif) no-repeat right top;
}

/* --- Job Browser --- */
#jobBrowseContainer #jobBrowserResults{
	margin-bottom:		5px;
	padding:			20px;
	background:			url(/images/backgrounds/jb_results_browse.gif) no-repeat bottom left;
}
#jobBrowseContainer #jobBrowserResults h2{
	display:			none;
}
#jobBrowseContainer #jobBrowserResults h3{
	color:				#FFF;
}
#jobBrowseContainer #jobBrowserResults #CurrentSearch{
	margin-bottom:		10px;
	padding:			5px;
	border:				1px solid #8C9AA6;
}
#jobBrowseContainer #jobBrowserResults #CurrentSearch #CurrentSearchList li{
	color:				#FFF;
	margin-bottom:		5px;
}
#jobBrowseContainer #jobBrowserResults #CurrentSearch p{
	margin:				5px 0 0 0;
	padding:			5px 0 0 0;
	border-top:			1px solid #8C9AA6;
}
#jobBrowseContainer #jobBrowserResults a{
	color:				#FFF;
	font-size:			0.9em;
}
#jobBrowseContainer #jobBrowserResults .JobBrowseLinks{
	margin:				0 -20px 10px -20px;
	padding:			0 20px 10px 20px;
	border-bottom:		5px solid #FFF;
}
#jobBrowseContainer #jobBrowserResults #VicinityBrowseLinks.JobBrowseLinks{
	margin-bottom:		5px;
	padding-bottom:		0;
	border-bottom:		0;
}
#jobBrowseContainer #jobBrowserResults li a{
	font-size:			0.9em;
	display:			block;
}
#jobBrowseContainer #jobBrowserResults li a em{
	font-style:			normal;
}

#left #jobBrowseContainer #search h2{
	margin:				0 0 10px 0;
	padding:			0;
	color:				#27323E;
	background:			transparent;
}

/* --- More Options --- */
.extraBrowseOptions li.selectedTab{
	background:			#1F3A50!important;
}
.extraBrowseOptions li a{
	border-color:		#1F3A50!important;
	background:			#FFF;
}
.extraBrowseOptions .JobBrowseExtraCategoryLinks{
	border-color:		#1F3A50!important;
}

/* --- Action Buttons --- */
#JBcontent.jobResults .resultsActions,
#JBcontent.CVresults .resultsActions{
	width:				350px;
	height:				auto;
	margin:				10px 0;
	float:				right;
}
#JBcontent.jobResults .resultsTop{
	margin-top:			0;
}
#JBcontent.jobView .jobViewActions{
	margin:				0 0 10px 0;
}

#JBcontent.jobResults .resultsActions .buttonLink,
#JBcontent.CVresults .resultsActions .buttonLink,
#JBcontent.jobView .jobViewActions .buttonLink{
	margin:				0 5px 0 0!important;
	padding:			5px!important;
	color:				#FFF!important;
	font-weight:		normal!important;
	border:				1px solid #999!important;
	background:			url(/images/backgrounds/button_submit.gif) repeat-x top left #1A93D1!important;
}
#JBcontent.CVresults .resultsActions a.buttonLink{
	padding:			4px 5px!important;
}
#JBcontent.jobResults .resultsActions .buttonLink:hover,
#JBcontent.CVresults .resultsActions .buttonLink:hover,
#JBcontent.jobView .jobViewActions .buttonLink:hover{
	background:			url(/images/backgrounds/button_submit.gif) repeat-x top left #1A93D1!important;
}
#JBcontent.jobView .jobViewActions .buttonLink.ApplyNow:hover{
	background:			#000!important;
}

/* --- Page Numbers --- */
#JBcontent.jobResults .pageNumbTop,
#JBcontent.jobResults .pageNumbBot{
	margin:				3px 0;
}
#JBcontent.jobResults .pageNumbBot{
	margin-top:			13px;
}
#JBcontent.jobResults ul.pageNumbers,
#JBcontent.CVresults ul.pageNumbers{
	margin:				0!important;
	padding:			0;
	float:				left;
}
#JBcontent.jobResults ul.pageNumbers li,
#JBcontent.CVresults ul.pageNumbers li{
	margin:				0 2px;
	color:				inherit;
	border:				1px solid #FFF;
	float:				left;
}
#JBcontent.jobResults ul.pageNumbers li.titleBar,
#JBcontent.CVresults ul.pageNumbers li.titleBar{
	margin:				0 2px 0 0;
	text-transform:		capitalize;
}
#JBcontent.jobResults ul.pageNumbers li.pageSelected,
#JBcontent.CVresults ul.pageNumbers li.pageSelected{
	color:				#8C9AA6;
	font-weight:		bold;
	border-color:		#8C9AA6;
	background:			transparent;
}
#JBcontent.jobResults ul.pageNumbers li a,
#JBcontent.CVresults ul.pageNumbers li a{
	color:				#1F3A50;
	border:				0;
	background:			transparent;
	display:			block;
}

/* --- Send Me Jobs Like This --- */
#sendMeJobsLikeTheseBot{
	top:				-10px;
}
.sendMeJobsLikeThese label{
	width:				auto;
	padding:			2px 0;
	display:			inline-block;
}
.sendMeJobsLikeThese input.text{
	width:				40%!important;
	padding:			6px 2px 7px 2px!important;
}
.sendMeJobsLikeThese #strSendMeCandEmailTop,
.sendMeJobsLikeThese #strSendMeCandEmailBot{
	margin-left:		10px;
	padding:			3px 2px 4px 2px;
}
.sendMeJobsLikeThese .SendMeJobsButton{
	width:				auto!important;
	overflow:			visible;
	margin:				0!important;
	padding:			5px!important;
	font-weight:		bold!important;
	font-size:			1.1em!important;
	text-transform:		capitalize;
	color:				#fff!important;
	border:				1px solid #A0A0A0!important;
	background:			url(/images/backgrounds/button_submit.gif) repeat-x top left #1A93D1!important;
}

/* --- Job Results --- */
#JBcontent.jobResults .jobInfo,
#JBcontent.jobResults .featuredJob{	
	clear:				both;
	position:			relative;
	margin:				2px 0;
	padding:			0 0 3px 25px;
	border:				0;
	background:			url(/images/backgrounds/dottedUnderline2.png) repeat-x left bottom;
}
#JBcontent.jobResults .jobInfo h2,
#JBcontent.jobResults .featuredJob h2{
	margin:				0 125px 0 -24px;
	padding:			5px 0 2px 30px;
	text-decoration:	none;
	background:			transparent;
}
#JBcontent.jobResults .jobInfo h2 a{
	font-size:			1.1em;
	zoom:				1;
}
#JBcontent.jobResults .jobInfo.featuredJob h2 a{
	padding:			3px 0 3px 25px;
	text-decoration:	none;
	background:			url(/jobboard/images/backgrounds/featuredStar.png) no-repeat 0 1px!important;
}
#JBcontent.jobResults .jobInfo .checkBox{
	top:				7px!important;
}
#JBcontent.jobResults .jobInfo .jobLogo{
	margin:				-1em 0 -1.2em;
	display:			block!important;
	float:				right!important;
}
#JBcontent.jobResults .jobInfo ul.jobDetails{
	margin:				0;
	padding:			5px 0;
	color:				#000;
}
#JBcontent.jobResults .jobInfo ul.jobDetails li{
	float:				left!important;
	width:				auto!important;
	height:				auto;
	margin:				3px 0;
	padding:			0 8px;
	color:				#595959;
	font-style:			normal;
	font-weight:		bold;
	line-height:		1.4em;
	border-left:		2px solid #aaa;
	background:			transparent;
	overflow:			hidden;
}
#JBcontent.jobResults .jobInfo ul.jobDetails li.jobCompanyName,
#JBcontent.jobResults .jobInfo ul.jobDetails li.jobSalary{
	padding-left:		0;
	border:				0;
}
#JBcontent.jobResults .jobInfo ul.jobDetails li.jobSalary{
	clear:				left;
}
#JBcontent.jobResults .jobInfo p.jobDescription{
	clear:				both;
	margin:				0 0 8px 0;
	padding:			0;
	border-top:			0;
}
#JBcontent.jobResults .featuredJob p.jobDescription{
	border-color:		#EDB68D;
}

/*
===================================================================================
=== 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;
}
/**/