/*COPY REST.CSS INTO HERE*/
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,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,legend{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th,legend {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;}

/*COPY LAYOUT.CSS TO HERE*/
body {	
	margin:0px;
	padding:0px;
}

#container {	
	margin: 0 auto;	
	text-align:left;
}

#content {
	clear:both;
	display:block;
	margin:0;
	height:auto;
	overflow:auto;
	padding-left:15px;	
}

#content #main {
float:none;
margin:0;
clear:both;			
}
 

dl.vacancyDetails, 
dl.vacancyDetails dd, 
.simlarJobs dl, 
.simlarJobs dl dd 
{
margin-left:0;
}

dl.vacancyDetails dd span, 
dl.vacancyDetailsCol2 dd span, 
div.salaryDetail span, .simlarJobs dt 
{
font-weight:bold;
font-size:13px;    
}

dl.vacancyDetails dd span 
{
clear:left;
width:110px;    
}

dl.vacancyDetails dd span, 
dl.vacancyDetails dd .fLeft 
{
display:block;
float:left;
margin-right:10px;    
}

dl.vacancyDetails dd .fLeft 
{
clear:right;    
}

.vacancyDetailsShortDescription 
{
clear:both;
margin:6px 0;    
}

.simlarJobs dt 
{
padding-bottom:10px;    
}

.accessibility, #mainNav, #content #sideNav, #content #sideBar, 
.mainNav, .JoinLoginContainer, #hypBannerRotatorPause, #hypBannerRotatorPlay, 
object, embed, .BrowseSearchInactive, .breadCrumb, .pagingLeft, .pagingRight, .rssIcon, 
.jobResultsButtons, #openCloseLink, #ctl00_CPHContent_pnlResults, #pager, .vacancyDetailsFooter, 
.banner, .vacancyDetailsDescription a, .employersDetails dd a,
#footer, .accessibility, #mainNav, #signIn, #searchHeader, 
#PanelJobsBySector, a.returnSearch, 
.nextPrevBlock, #pager, .vacancyDetailsFooter, 
.employersDetails  
{
display:none;
}

.UserContent img 
{
max-width:500px;
display:block;
clear:both;
float:none;
margin:1em 0;    
}

/* content form styles */
fieldset {
	width:370px;
}

fieldset label, fieldset input, 
fieldset select, fieldset .radioButtonList,
fieldset textarea,
fieldset span.formSummaryText {
	float:left;
	margin: 4px 0;
}

fieldset label {
	overflow: hidden ;
	width: 170px;
	white-space:normal;
}

fieldset input,fieldset .radioButtonList,
fieldset span.formSummaryText, fieldset textarea  {
width: 190px;	
}

.consultantDetails ul 
{
margin-left:0;    
}

.consultantDetails ul li 
{
list-style-type:none;    
}

fieldset select {
	width: 194px;
}

/*COPY BASE.CSS TO HERE*/
/* base.css, part of YUI's CSS Foundation */
#vacancyDetails h1, h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3,  dl.employersDetails dt {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th, dl.employersDetails dt {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
}

caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}

p,fieldset,table {
	/*so things don't run into each other*/
margin-bottom:1em;
}

body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

#container {
background:#fff;
}

#ctl00_CPHContent_divConsultantDetails
{
clear:both;
margin:1em 0;    
}

.vacancyDetails, .vacancyDetailsDescription 
{
clear:both;
float:none;
margin:1em 0;    
}

dl.employersDetails 
{
margin-left:0;
margin:1em 0;    
}

#header 
{
border:none;
margin:0;
padding:0;
height:50px;
clear:both;
float:none;    
}

/* HEADER */
#header .logo {
float:none;
clear:both;
margin:1em 0;
padding-left:15px;		
}

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

.block {display:block;}

#main a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#main a[href^="/"]:after {
   content: " (http://www.domainname.com" attr(href) ") ";
   }



