/*
	Madgex WhiteLabel JobSite
	Author: James Wragg, Madgex Ltd. 2007
	CMPi changes - bd4jobs: Eva Vartmann
*/

/*
	Yahoo! Reset & Fonts - included here to save extra stylesheet requests
	=======================================================================
*/

	/*
	Copyright (c) 2007, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.3.0
	*/

	/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

	/*fonts.css*/body {}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


html {
	border-bottom: 1px solid #fff; /* force the scrollbar to show in FF */ 
}


/* type */

body {
	font: 62.5%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background:#fff;
	min-width:547px;
	}

	body.alt {
		min-width: 691px;
	}
	body img {
		position:absolute;
		left:-1000px;				
	}
	
	body #frame img {
		position:static;
		left:auto;					
	}


p {
	margin: 0.2em 0 0.8em;
}

a {
	text-decoration: none;
	color: #000;
	}

	a:hover {
		text-decoration: underline;
	}

h1 { font-size: 1.9em; margin-bottom: 0.8em; color:#747071;} h1.alt {width:70%;float:left;margin:0 0 0 8px;} h1.twoTone {color:#000;} h1 em {color:#333;font-style:normal;}

h2 { font-size: 1.3em; font-weight:bold;} h2.intro { text-transform:none;font-size: 1.2em; margin: 0.5em 0; }

h3 { font-size: 1.3em; font-weight: bold; margin-bottom:.8em; color:#A79B8F;}
#col1 h3 {color:#c1272d;margin:0;padding:0.3em 10px;}
#extra h3 {margin:0;padding:.3em 0;text-transform:none;color:#c1272d;}

h4 { font-family:Arial, Helvetica, sans-serif; font-size: 1.4em; font-weight: bold; }

h5 { font-family:Arial, Helvetica, sans-serif; font-size:1.1em;color:#c1272d;margin: 0 0 0.2em;font-weight:bold;}

#skipnav {
	left:0pt;
	margin:0pt;
	position:absolute;
	top:0pt;
	z-index:5;
	}

	#skipnav a {
		background-color:#FFF;
		border:5px solid #CB312F;
		font-size:120%;
		font-weight:700;
		left:-10000px;
		padding:10px 15px;
		position:absolute;
		text-align:center;
		width:10em;
		opacity:0.8;
	}

	#skipnav a:focus {
		left:0;
	}	

/* Page errors and confirmations */	

	p.pageError, .pageError {
		font-weight:bold;
		color:red;
		display:block;
	}

	.confirm {
		font-weight:bold;
		color:black;
		padding: 5px;
		background-color: #FBF2F3;
	}

	.alreadyApplied {
		width:729px;
		background:#F5F4F0;
		margin-bottom:1.2em;
	}

		.alreadyApplied p {
			display:block;
			line-height:1;
			margin:0;
			padding:.4em 0 .4em .4em;
		}

			#content .alreadyApplied p a {
				display:block;
				padding:.1em 0;
			}	

/* Page layout */	

#frame {
	width:991px;
	background:#fff;
	margin:0 auto;
	font-size:1.05em;
}
#banner {
	background: #C1272D;
	height:148px;
	}

	#banner #logo {
		display:block;
		width:223px;
		position:relative;
		top: 55px;
		float: left;
		z-index: 4;
		}

		#logo img {
			height:57px;
			width: 233px;
		} 

	#banner ul {
        bottom:10px;
        margin:0;
        overflow:hidden;
        padding:0;
        position:absolute;
        right:0px;
        z-index:3;}

	#banner ul li {
        background-color:#FBF2F3;
		float: right;
		list-style:none;
		margin:0 10px 0 0;
		padding: 3px 5px;
	}

	#banner ul li a {
		text-decoration: none;
		text-transform:capitalize;
		display:block;
		font-weight: bold;		
	}

	#banner ul li a:hover {
		text-decoration: underline;
	}
		#banner .jobseekers {
            background: #FBF2F3 url(../images/arrowRed.gif) no-repeat scroll 5px center;
            margin-right:0;
            padding:3px 5px 3px 25px;}


#nav {
    background:#C1272D;
    overflow: hidden;
    zoom:1;}

	#nav ul {
        background: #747071;
        zoom:1;    
        margin: 0 0 10px 0;
        padding: 0;
        overflow: hidden;      
        max-width: 991px;
        width:991px;}
        
	#nav li, #nav li.active {
		float: left;
		width:auto;
		list-style:none;
		font-size:1em;
		background: #747071;
		}

		#nav li.active {
			background:#edc1b6;
		}
		
		

	#nav li a{
		color: #fff;
		padding: 0.5em 0.7em;
		border-right: 2px solid #C1272D;
		display:block;
		font-weight:bold;
		}

		#nav li.last a{
			border-right: none;
		}
		
		#nav li.active a {
		    color: #000;}

#content {
	padding-top: 1em;
	min-height:55em;
	clear:both;
	overflow:hidden;
	zoom:1;
	}

	#content a {
		font-weight: bold;
	}

#main-content {
	width: 792px;
	float: left;
	max-width: 100%;
	margin-top: .7em;
	}

#col1 {
	width: 547px;
	float: right;
}

#col2 {
	width: 225px;
	float: left;
}
	.seoImg {
	border-top:1px solid #E5E3DD;
	padding:1em 0 0 0;
	margin: 0 0 1.5em;
	}

	.seoImgInner {
	border-bottom:1px solid #E5E3DD;
	padding:0 0 1em 0;
	}

#extra {
	float:right;
	margin-left:1em;
	margin-top:.7em;
	width:162px;
}
		#extra .feature-c span {
		width:140px;
		padding:10px 0;
		background:#fff;
		border:1px solid #ccc;
		float:left;
		margin:10px 0 10px 10px;
	}
	
		#extra .feature-c a img {
			margin:0 auto 0 auto;
			border:none;
		}
		#extra .feature-c .advertise {
			padding:10px 10px 5px 10px;
			background: #faf9f9;
		}
		#content #extra .feature-c .advertise h3 {
			font-size:1.5em;			
			line-height:1.2;
			background:url(../images/arrowRedLg.gif) no-repeat scroll 0pt 0.2em;
			padding:0 0 0 25px;
		}
		#content #extra .feature-c .advertise h3 a {
			color:#747071;
			font-weight:normal !important;
		}
		#content #extra .feature-c .advertise p {
			padding-left:25px;
		}

		.buttonAds {
			border-top:1px solid #F5F4F0;
			padding-top:1.2em;
			float:left;
		}	
	
		.buttonAds img, .buttonAds object, .buttonAds embed{
			display:block;
			margin:0pt 0pt 17px;
		}
						

#footer {
	clear: both;
	background: #c1272d;
	margin-top: 8em;
	overflow: hidden;
	padding-bottom:.5em;
	}
	
	#footer .wrapper {
	    width: 991px;}

	#footer ul {
        background:#747071;
        font-size:1.1em;
        overflow:hidden;
        zoom: 1;
        margin: 1em 0;
        padding:0;}

	#footer li {
		float: left;
		padding:0.4em 1em;
		list-style:none;
		border-right: 2px solid #c1272d;
		}

		#footer li.first {
			border-left:none;
		}

		#footer li {
			margin-right: 0;
		}

		#footer li a {
			color: #fff;
			font-weight:bold;
			
		}
	#footer #footerLogo {
		float:right;
		margin:0 10px 0 25px;
	}
	#footer p {
		text-align: right;
		font-size:1em;
		color: #cccccc;
		margin:5.85em 0 1em;
	}
	#footer p a {
		color:#fff;
		font-weight: bold;
	}
	#footer .sleeve {
        padding-left: 2.5em;
        margin-bottom: 2em;
	}

		#footer .sleeve ul {
			text-align:left;
			margin:0 10px;
			font-size:.9em;
			background:none;
		}

			#footer .sleeve ul li {
				margin:0;
				color: #cccccc;
				padding:0 4px 0 0;
				border:0;
				white-space:nowrap;
		}
				#footer .sleeve ul li a {
					color:#fff;
				}	

	/* alternate page layout */

	body.alt #main-content {
		width: 100%;
	}

	body.alt #col1 {
		width: 731px;
	}

	body.rz .feature-b h1 {
		margin:-10px -20px .4em;
		padding:0.3em 20px 0;
	}
	
	body.rz .feature-b 	{
	 background-color: #FBF2F3;}

	body.rz .feature-b img {
		float: right;
		margin: 0 0 2em 2em;
	}
	body.rz h2.intro {
		color:#666;
		margin:0;
		text-transform:none;
		font-weight:normal;
		font-size:1.2em;
	}

	body.rz #col1 ul {
		margin:1.5em 0 .5em 0;
		padding:0 0 0 2em;
		padding-bottom:1.5em;
		color:#666;
	}
	
		body.rz #col1 p {
		color:#666;
	}
		body.rz #col1 p label, body.rz #col1 p span, body.rz #col1 p.end {
		color:#333;
	}

	body.rz #col1 ul li {
		list-style: square outside;
	}	

/* puffs/features */

.inner {
	display: block;
	padding: 20px 10px 10px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
	.inner.none {
		background:none;
	}

.feature-a h2.header, .feature-b h2.header {
	margin:-20px -10px 15px -20px;
	padding:0.3em 20px;
	color: #fff;
	background:url(../images/corner.gif) no-repeat scroll right top;}
	
	#col1 .feature-a h2.header {
		margin-bottom: 5px;}
		
	#col2 .feature-a h2.header {
	    background: #c1272d;
	}	
	
	#col1 .feature-a {
	margin-bottom: 0;}

	#col1 .feature-a .inner {
		padding: 20px 10px 10px;
		margin-bottom: 10px;}

	#col1 .feature-a . ul.last {
		margin: 0;}
		
.feature-a, .feature-b, .feature-c, .feature-d {
	margin-bottom: 1em;	
}

.feature-a {
	background-color: #fbf2f3;
	}
	#col2 .feature-a {
		background-color:#edc1b6;
	}

	.feature-a h2.header {
		background-color:#747071;
	}	

.feature-b {
	background-color: #edc1b6;
	}

	.feature-b h2.header {
		background-color:#c1272d;
	}		

.feature-c {
	background-color: #fff;
	}
	.feature-c .inner{
		background:none;
	}
#extra .feature-c {
	background:#faf9f9;
}
	#extra .feature-c .inner{
		padding:0;
	}


.feature-d {
	padding-bottom:3.4em;
	overflow: hidden;
	zoom: 1;
	background: #EDC1B6;}

	.feature-d h3 {
		margin-bottom:.8em;
		background:#C1272D;
		color:#fff;
		padding:.3em 0 .3em 10px;
	}
	.feature-d ul.cta, .feature-d p.more {
		margin:0 10px;
	}	

.advice {
	margin-top:4.5em;
	padding-bottom:4.5em;
}

	.advice h3 {
		font-weight: normal;
		margin: 0;
		padding:.3em 10px;
		color:#000;
		font-size:1.5em;
	}

	.advice h4 {
		padding:.5em 10px .1em 10px;
		font-size:1.1em;
    	background:url(../images/dotted-horiz.gif) repeat-x bottom;
	}
	.advice h5 {
		padding-left:10px;
	}
	.advice p {
		padding:0 0 .5em 0;
		margin:0 10px;
	}


/* forms */

fieldset {
	padding-bottom: 1em;
	margin-bottom:1em;
}

fieldset.noBorder {
	background:none;
	border:none;
	float:left;
	width:98%;
	padding-bottom:0;
}
form input.text, form textarea, form select {
		border:1px solid #dcdbd8;
		padding: 1px 2px;
	}

.feature-b form#search fieldset, .feature-b form#searchHme fieldset{
	float:left;
	width:99%;
	background:url(../images/dotted-horiz.gif) repeat-x bottom;
}
.feature-b form#search fieldset{
	border:none;
}

form .submit-area {
	text-align: right;
	float:left;
	margin: 0.8em 0 0 0;
	width:100%;
	}

	form .submit-area input.submit {
		float: left;
		font-size: 1.2em;
		padding: 0.2em 0.5em;
		background:#c1272d;
		color:#fff;
		border:none;
		font-weight:bold;
	}

	form p.accept {
		padding-top:1em;
		float:left;
		width:100%;
	}

form .field {
	clear:both;
	float:left;
	position:relative;
	margin-bottom: 0.8em;
	width:100%;
	display: inline;
	}

	form .field input {
		width: 98%;
	}

	form .field select {
		width: 100%;
	}

	form .field label, form .field span.label {
		display: block;
		font-weight:bold;	
		padding-bottom: 0.2em;
		color:#333;
	}

form .field-alt {
	clear:both;
	float:left;
	position:relative;
	width: 100%;
	margin-bottom:0.8em;
	}

	form .field-alt select {
		width:78%;
		float:right;
	}

	form .field-alt input {
		width: 75%;
		float:right;
	}	

	form .field-alt span.helptxt {
		width: 77%;
		clear: both;
		display: block;
		float:right;
	}

	form .field-alt label, form .field-alt span.label {
		float:left;
		width:17%;
		text-align:right;
		color:#333;
	}


form .field-radio {
	clear:both;
	margin-bottom:0.4em;
	position:relative;
	width:100%;
}

form.midCol {
	margin:0 auto;
	width:100%;
}

	.required {
		background:url(../images/required.gif) no-repeat right 5px;
	}

	img.required {
		margin:0 0 2px 1px;
	}

	em.required {
		text-indent:-9000px;
		position:absolute;
		background:transparent;
		overflow:auto;
	}

	form.midCol fieldset {
		background:none;
	}

	form.midCol fieldset h2{
		color:#000;
		font-size:1.5em;
		margin-bottom:1em;
		margin-top:0.5em;
		font-weight:normal;
	}

	form.midCol fieldset p{
		padding-bottom:.7em;
		width:99.9%;
		float:left;
	}

	form.midCol label, form.midCol p.label, form.midCol p.radio label {
		width: 30%;
		display:block;
		float:left;
		font-weight:bold;
		color:#333;
	}

	form.midCol p.label {
		clear:both;
	}

	form.midCol p.check {
		float:left;
		width:99%;
		padding:0;
	}

		form.midCol p.narrow {
			float:right;
			width:66%;
			margin-top:0;
		}

			form.midCol p.narrow label.check {
				width:65%;
				float:left;
			}

	form.midCol p.radio {
		float:left;
		width:90%;
	}

	form.midCol p.button {
		width:99.9%;
		float:left;
		border:.001em solid #edc1b6; /* for opera */
	}
	
	    .rz form.midCol p.button {
	        border:.001em solid #FBF2F3; /* for opera */}

	form.midCol p.button input {
		background:#c1272d;
		border:medium none;
		color:#FFFFFF;
		float:left;
		font-weight:bold;
		font-size: 1.2em;
		padding:0.2em 0.5em;
	}

		form.midCol p.button input.buttonlist {
			margin-left:1.5em;
			background:#b2b2b2;
		}
		p.button input#btnSend {
			background:#900;
			border:none;
			color:#FFF;
			float:left;
			font-weight:bold;
			padding:0.2em 0.5em;
		}

	form.midCol p.radio label.radio {
		width: 24%;
		display:block;
		float:left;
		font-weight:normal;
		font-size:1.2em;
		margin:0 0 0 .4em;
	}	

	form.midCol label.check {
		float:left;
		width:94%;
		font-weight:normal;
		padding:0 0 1em .4em;
	}

	form.midCol input.text, form.midCol textarea, form.midCol select {
		width: 63%;
	}
	form.midCol select {
		width: 64%;
	}

	form.midCol textarea {
		height:10em;
	}

	form.midCol input.radio {
		margin:0 0 0 1em;
	}

	form.midCol input.check {
		float:left;
	}

/* Misc. layout classes */

.wrapper, #content {
	width: 974px;
	margin: 0 auto;
	position: relative;
}

.wrapper {
	height: 100%;
}

#ad {
	margin: 0 auto;
	max-width: 991px;
	position:absolute;
	top:40px;
	width:991px;
}

	.bannerAd {
			width:991px;	
		}

		.bannerAd span{
			width: 728px;
			height:90px;
			float:right;	
			margin-right:8px;
			padding:0;
		}

.cv, .email, .rss, .track, .advertise {
	background: url(../images/arrowRedLg.gif) no-repeat 0 .5em;
	padding-left:25px;
}

	/*#content .advertise h3 {
		padding:0;
		margin-bottom:0;
	}
	#content .advertise h3 a{
		font-weight:normal;
		font-size:1.3em;
	}
	#content .advertise p{
		padding:0 0 5px 0;
	}*/


ul.square {
	padding:0 0 0 3em;
	font-weight: bold;
	margin: 1.5em 0;
	}

	ul.square li {
		list-style: square outside;
	}

.sub-col {
	clear: both;
	overflow: hidden;
	zoom: 1;
	margin: 2.5em 0 1em 0;
	}

	.sub-col .col {
		float: left;
		width: 47.5%;
		margin: 0 0 0 10px;
		display: inline;
		zoom: 1;
		}

		.sub-col .col h4 {
			font-size: 1.1em;
			border-bottom:1px solid #666;
			margin: 2em 0 0.5em;
			padding:.3em 0 .3em 10px;
		}
		.sub-col .col img {
			margin-top:5px;	
		}

.prev-search li {
	margin: 0.7em 0 .5em 0;
	list-style:none;
	overflow:hidden;
	zoom:1;
}

.date {
	margin-top:.5em;
	text-align:right;
	float:right;
	width:25%;
}

span.more {
	background:url(../images/ArrowRed.gif) no-repeat center left;
	padding-left:13px;
	clear:left;
	float:right;
	width:auto;
	display:block;
}
	#content span.more a.more {		
		margin:0pt;
		padding:0 2px 0 6px;
		font-size:1em;
		display:block;
		}

#content p.more {
	text-align:right;
}

#content p.more a{
	background:url(../images/arrowRed.gif) no-repeat center left;
	padding:0 0 0 19px;
	font-weight:normal;
}

#content p.more a.apply{
	width:auto;
	font-weight: bold;
	display:block;
	background:none;
	color: #c1272d;
}

h2.more {
	background:url(../images/arrowRedLg.gif) no-repeat center left;
	font-size:1.5em;
	line-height:1.3;
	padding-left:25px;
	font-weight:normal;
	width:auto;
	float:right;
	margin:.9em 0 .7em 0;
}

	#content h2.more a{
		color:#000;
		font-weight:normal;
	}

ul.col {
	float: left;
	font-size: 1.2em;
	width: 48%;
	margin:0 1% 0 0;
	padding:0;
}

	ul.col li{
		list-style:none;
	}

	ul.col ul{
		margin:0;
		padding:0;
	}

ul.last {
	margin: 0 0 0.8em;
}
		li.bold {
			padding:1.5em 0 .5em 0;
		}

			li.bold li {
				margin-left:1em;		
			}

		li.bold a{
			font-size:1.2em;
		}

			li.bold li a{
			font-size:1em;	
		}



/* call to action lists */

ul.cta, ul.joblist, ul.prev-search {
	margin:0;
	padding:0;
}

ul.cta {
	zoom:1;
}

ul.cta li, ul.joblist li, .mpu, .jobdesc, .empdesc {
	margin:0pt 0pt 0.8em;
	background:url(../images/dotted-horiz.gif) repeat-x bottom;
	padding-bottom:0.8em;
	zoom: 1;
	list-style:none;
	}
	ul.joblist li {
		background:url(../images/dotted-horiz.gif) repeat-x bottom;
	}
	ul.joblist ul li {
		border:none;
	}

	ul.cta li h3, #col1 ul.cta li h3 {
		font-size: 1.5em;
		line-height:1.3;
		padding-left: 0;
		margin-bottom:0;
		text-transform:none;
		}
			#col1 ul.cta li h3 {
				padding:0;
				background-color:#fff;
			}

		ul.cta li h3 a {
			font-weight: normal !important;
			color:#747071;
		}
		ul.cta li h3 a:hover {
			font-weight: normal !important;

		}

	ul.cta p {
		padding-left: 0;
	}

	ul.cta li.last {
		background: none;
		padding-bottom: 0;
	}

ul.joblist li {
	margin-bottom:0;
	padding-top:1em;
}	

ul.joblist h4 {
	font-size: 1.2em;
	}

	ul.joblist p{
		margin: 0.2em 0 0.3em;
	}

	ul.joblist p.date {
		position: static;
		width: auto;
		text-align: left;
		margin: 0;
		color: #999;
		font-size: 0.9167em;
	}

	ul.joblist li.featured {
		overflow:hidden;
		margin-bottom:0;
		width:100%;
		float:left;
	}

	ul.joblist li img {
		float: left;
		display: inline;
		margin: .3em 0 0 10px;
		border: 1px solid #CCC;
	}

	ul.joblist .featured div {
		float: right;
		width: 393px;
		margin:0;
		padding-right:10px;
	}

	ul.joblist .editorial div {
		float: left;
		width: 450px;
	}

.mpu {
	overflow:hidden;
	float:left;
	width:547px;
	zoom:1;
	padding-bottom:1.7em;
	margin-top:3.5em;
}	
	.mpu h3 {
		margin-bottom: 0.5em !important;
	}
	.mpu h4 {
			margin-bottom: 0.2em;
			margin-left:10px;
			font-size:1.2em;
		}
	.mpu p {
		width:160px;
		margin-left:10px;
	}
	span.mpuImg  {
		float: right;
		margin: .5em 0 .5em 1em;
		width:336px;
		height:280px;
	}
	.mpu img.mpuImg, .mpu span.mpuImg  {
		float: right;
		margin: 2.8em 0 .5em 1em;
	}
	

img.rec-logo {
	display: block;
	border: 1px solid #CCC;
	margin: 0 0 1em;
	width:120px;
}

img.rec-ad {
	display: block;
	margin: 0 0 10px 0;
}

dl.jobdetails {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 1.5em;
	line-height:1.5;
	}

	dl.jobdetails dt {
		font-weight: bold;
		float: left;
		clear: left;
		width: 17%;
	}

	dl.jobdetails dd {
		float: left;
		width: 75%;
	}

img.jobdetails-logo {
	float: right;
}

ul.actions {
	overflow: hidden;
	margin:0 0 0.8em 0;
	padding:0;
	zoom: 1;
	}

	ul.actions li, .empdesc ul.actions li {
		float: left;
		margin-right: 2em;
		list-style:none;		
		font-size:1em;	
		background:url('../images/arrowGrey.gif') no-repeat left .2em;
	    margin-right:2em;
	    line-height: 2em;
        padding-left:25px;
	}
		.empdesc ul.actions li 
		{
			font-size:.8em;				
		}
	ul.actions li a{
        font-weight: bold;
	}
	ul.actions li a:hover{

	}

p.buttonLink {

	width:auto;
	padding:0;
	margin:25px 0;
}

	p.buttonLink a, p.buttonLink a:hover {
		background: #c1272d;
		border:none;
		color:#FFF;
		font-weight:bold;
		padding:.3em .6em .5em .6em;
		text-decoration:none;
}

.contact-details {
	display: block;
}

.actions .email, .actions .rss, .shortlist, .shortlist2, .contact-details {
	display: block;
	background:none !important;
	padding-left:0 !important;}

.applybtn {
	margin: 2em 0;
}

.jobdesc {
	background-position: top left;
	padding-top: 1em;
	padding-bottom: 2em;
}

.empdesc {
	padding-top: 1em;
	clear:both;
}
	#col1 .empdesc h3 {
		margin:0;
		padding:15px 0;
		background:none;
		color:#000;
		font-size:.9em;
	}

ul.prev-search p {
	margin: 0;
	word-wrap: break-word;
	text-transform: uppercase;
}

.list-options {
	margin: 1em 0;
	padding:0;
	}

	.list-options li {
		margin: 0.2em 0;
		list-style:none;
	}
		.list-options li strong {
			color:#666;
		}

p.pagination{
	text-align: right;
	margin: 1em 0.83em;
}

	p.pagination span{
		text-align: right;
		padding-left:1em;
	}

/* job search results list */

ul.searchresults {
	margin:0;
	padding:0;
}
	.searchresults li {
    	background:url(../images/dotted-horiz.gif) repeat-x bottom;
		list-style:none;
		clear: both;
		margin-bottom: 0.2em;
		padding-bottom:.2em;
		overflow: hidden;
		zoom: 1;
	}

	.searchresults li.featured {
    	background: #fbf2f3 url(../images/dotted-horiz.gif) repeat-x bottom;}

		ul.searchresults li ul, ul.joblist li ul, ul.prev-search li ul{
			clear:right;
			float:left;
			display:block;
			margin:0pt;
			padding:0;
			width:70%;
		}

			ul.searchresults li ul {
				position:relative;
				left:0.83em;
				color:#333;
			}

			ul.joblist li ul, ul.prev-search li ul{
				width:100%;
				color:#333;
			}

		ul.searchresults ul li, ul.joblist ul li, ul.prev-search ul li{
			background: none;
			padding:0 .1em 0 0;
			font-weight:bold;
			clear: none;
			margin:0 0 0 .2em;
			overflow:auto;
			display:inline;			
		}

		ul.prev-search ul li{
			font-weight:normal;
		}

			ul.searchresults ul li.first, ul.joblist ul li.first, ul.prev-search ul li.first {
				margin-left:0;
				padding-left:0;		
			}

				ul.joblist ul li.first {
					margin-left:0.05em;
				}

	.searchresults img {
		border:1px solid #CCCCCC;
		float:right;
		margin:0.83em 0.83em 0.83em 0.5em;
	}

	.searchresults h4 {
		margin: 0.5em 0.7143em 0.3em;
		font-size: 1.2em;
		}

	.searchresults p {
		margin: 0.4em 0.8333em;
	}

	.searchresults .more{
		width:auto;
		float:right;
		background:url(../images/arrowRed.gif) no-repeat center left;
		padding-left:20px;
	}
	.searchresults .more a{
		font-size:1.1em;
		padding:0 2px 1px 3px !important;
	}

ul.narrow {
	width:47%;
	float:left;
	margin:0 1% 1em 0;
}	

	ul.narrow li{
	padding-left:1em;
	padding-right:1em;
	}


/* jobs from employer puff */

.job-puff {
	background:#faf9f9;	
	padding:1em 0;
	width:100%;
	float:left;
	margin:0 0 1em 0;
	}

	.job-puff p {
		margin: 0.2em auto;
		width:10em;
	}
	.job-puff img {
		border:1px solid #ccc;
		margin:1em auto 1em auto;
	}

	.job-puff .more {
		float: none;
		text-align:left!important;
		margin-top:.8em;
	}
	.job-puff .more a{
		display:block;
		background:url(../images/arrowRed.gif) no-repeat 0 .2em !important;
	}

/* facets */

.facetsearch {
	background-color: #edc1b6;
	}

	.facetsearch .inner {
		padding: 15px 10px 25px;
	}

	.facetsearch .tabs {
        background-color:#FFFFFF;
        border-bottom:3px solid #C1272D;
        zoom: 1;
        margin:0 0 10px;
        overflow:hidden;
        padding:0;}

		.facetsearch .tabs li {
			float: left;
			list-style:none;
		}

		.facetsearch .tabs .first a {
			border-left: none !important;
			border-top:3px solid #fff;
			border-right:2px solid #a3a2a2;
		}

		.facetsearch .tabs .last a {
			border-right: none !important;
		}		

		.facetsearch .tabs a {
			color: #fff;
			font-weight: normal !important;
			display: block;
			padding: 3px 1em 2px;
			background-color: #b2b2b2;
			border-top: 3px solid #fff;
			border-bottom: 2px solid #a3a2a2;
			border-left: 2px solid #a3a2a2;
		}

		.facetsearch .tabs li.active a {
            background-color:#C1272D;
            border:medium none;
            color:#FFFFFF;
            font-weight:bold !important;
            padding:5px 1em;}
            
		.facetsearch .tabs li.active a:hover {
			text-decoration:none;
		}

		.facetsearch .tabs li.last.active a {
			border-left:none;
		}			

	.facetsearch .highlight {
		padding: 3px 8px 0 8px;
		color: #fff;
		background-color: #c1272d;
		margin-bottom: 0.8em;
		}

		ul.refine {
			width:100%;
			margin:0;
			padding:0;
			color:#fff;
		}

			ul.refine li {
				list-style:none;
			}

		.facetsearch .highlight li.remove {
			text-align: right;
			line-height:remove;
		}

		.facetsearch .highlight .again {
			text-align: right;
			border-top:1px solid #e5e3dd;
			padding:1em 0 1.5em 0;
			margin-top:1em;
			width:100%;
		}

			#content .facetsearch .highlight li.remove a, #content .facetsearch .highlight .again a {
				background: url(../images/greyArrowSm.gif) no-repeat center left;
				padding:0 0 0 16px;
				color: #FBF2F3;
				font-weight:normal;
			}

	.facetsearch h3 {
		margin: 0.5em 0;
		color:#000;
	}

   	.facetsearch .highlight h3 {
		margin: 0.5em 0;
		color:#fff;}


	.facetsearch h3 em{
		font-style: normal;
		color:#747071;
	}

ul.facets, ul.facets ul {
	margin:0;
	padding:0;
}

	.facets li {
		clear: both;
    	background:url(../images/dotted-horiz.gif) repeat-x bottom;
		list-style:none;
		padding-bottom: 1em;
		overflow: hidden;
		zoom: 1;
		}

		.facets li li {
			margin: 0.2em 0;
			padding: 0;
			border:none;
			background: none; /* ie6 fix as can't do .facets > li */
		}


/* employer a-z */

.az {
	overflow: hidden;
	zoom: 1;
	padding:0;
	margin:0;
	}

	.az li {
		float: left;
		line-height: 1.8em;
		list-style:none;
	}

	.az a {
        background:#FBF2F3;
        border-bottom:1px solid #fff;
        color:#747071;
        display:block;
        padding:0 0.42em;
        text-align:center;
        width:auto;
		}

		.az a.active {
			background:#666;
			color:#fff;
		}

		.az a:hover {
			text-decoration: none;
			background:#666;
			color:#fff;
		}
		

/* subnav */

ul.subnav {
	margin:0 0 2em 0;
	padding:0;
	}

	ul.subnav li {
        border-bottom:1px solid #E5E3DD;
        display:block;
        line-height:1.5em;
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        padding:7px 0 7px 10px;
	}
	
	ul.subnav li.active strong{
		zoom: 1;
		display: block;
		background:url('../images/arrowGrey.gif') no-repeat left 1px;
		color:#666;
		padding:0 0 0 25px;
	}
	ul.subnav li a{
        background:transparent url(../images/arrowRed.gif) no-repeat scroll left 1px;
        display:block;
        font-weight:normal;
        padding:0 0 0 25px}

		ul.subnav li a:hover {
			text-decoration: none;
			background:url('../images/arrowGrey.gif') no-repeat left 1px;
			color:#666;
		}

	ul.subnav li ul {
		padding:0;
		margin:0.3em 0 1em .15em;
		font-size:.9em;
		}

		ul.subnav li li{
			margin-left: 1px;
			border:none;
			background:none;
			padding-left:0;
			}	

			ul.subnav li li a, ul.subnav li li a:hover, ul.subnav li li a.active{
				display: inline;
				padding: 0;
				background:none;
				}
		

/* Tables ----------------------------------------------------- */

.table {
	width:504px;
	font-size:1em;
	margin-bottom:1.5em;
}

.table td p {
	font-size:1em;
}

.table td {
	padding:.5em .8em .5em 0;
   	background:url(../images/dotted-horiz.gif) repeat-x bottom;
	vertical-align:top;
}
.table td strong {
	color:#5d5c5c;
}

.table .actions {
	width:18%
}

.table .nowrap {
	white-space:nowrap;
}

.table .last {
	padding-right:0;
	white-space:nowrap;
}

.table th {
	padding:0 .8em .2em 0;
	font-weight:bold;
	text-align:left;
   	background:url(../images/dotted-horiz.gif) repeat-x bottom;
	vertical-align:top;
	color: #c1272d;
}


/* ----static content styles----- */

address 
{
	font-size:1.2em;
}
.vcard .email {
	background-image:none;	
}

ul.noBullet 
{	margin-left:0;
	padding:0;
}
li.vcard
{
	padding-bottom:5px;
	list-style:none;
}
span.noIcon a.email 
{
	background:none;
}

/* ---- no tags around cms content bug fix --- */

.jobdesc, .empdesc 
{
	font-size: 1.2em;
}
.jobdesc *, .empdesc *
{
	font-size: 1em;
}

/* ---- MISC ----- */
.help {font-size:0.75em;color:#666;display:block;margin-bottom:5px}

div.alert {padding:10px;background:#FFC;border:1px #CC3 solid; margin-bottom:10px;}
div.alert p {padding:0;margin:0}

tr.newjbe {background:#EEE}

.pwdtip {font-size:0.85em; display:block;}

#col1regconf {padding-top: 25px;}

/* Email confirmation cta's */

div.registercta h1 {margin-top:15px}

.box4a {
background:transparent url(../images/lineEndL.gif) no-repeat scroll left bottom;
float:left;
margin:0 0 1.5em;
width:60%;
}


.box4b {
background:transparent url(../images/lineEndR.gif) no-repeat scroll right bottom;
float:left;
padding:0 0 1.2em;
width:100%;
}


.box4c {
background:transparent url(../images/lineTopL.gif) no-repeat scroll left top;
float:left;
position:relative;
width:100%;
}


.box4d.sJobs h2, .box4d.gJbe h2, .box4d.pCv h2 
{
background:transparent url(../images/lineTopR.gif) no-repeat right top;
margin:0;
padding:0.7em 0.7em 0 47px;
}

.box4d p {padding:0 45px}

.box4d.sJobs {
background:transparent url(../images/confSearch.jpg) no-repeat scroll 10px 15px;
}


.box4d.gJbe {
background:transparent url(../images/JBEmail.jpg) no-repeat scroll 10px 15px;
}

.box4d.pCv {
background:transparent url(../images/pubCV.jpg) no-repeat scroll 10px 15px;
}

/* Login error box */

div.login-pageerror {

border:2px #BF4946 solid;
background:#ffe8e8 url(../images/error-bg.gif) repeat-x left bottom;
padding:20px;
margin-bottom:25px;

}

div.login-pageerror ul li {margin-right:25px}
.subject
{
  display:none;
}





.login-out {
	color: #82aed3;
	display: inline;
	float: left;
	width: 974px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	line-height: 3;
}
.login-out p {
	text-align: right;
	line-height:30px;
}
.login-out a {
	color: #fff;
}


.login-out .publish,
.login-out .recruiters {
	display: inline;
	padding: 6px 10px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
.login-out .publish {
	background-color: #47085d;
	margin-left: 10px;
	margin-right: 2px;
}
.login-out .recruiters {
	background-color: #FBF2F3;
	color: #333;
}


