/* [%-# %W% %T%,%D% (yy/mm/dd) -%] */
/***************************************************************
	Imports
***************************************************************/

	@import url(global.css);

/***************************************************************
	General Forms
***************************************************************/

	form fieldset.top {
		border: none;
		margin: .2em 0;
		font-size: 95%;
	}
	
	form fieldset p.email input {
		font-weight: bold;
		padding: 0 10px;
		cursor: pointer;
		float: none;
		vertical-align: middle;
		margin: .5em 0;
		width: auto;
	}
	
	form fieldset p.hint {
		font-size: 90%;
		float: right;
		clear: both;
	}
	
	form fieldset p.hint2 {
		font-size: 90%;
	}
	
	form fieldset div.column {
		float: left;		
	}

	
	form td p input.submit {
		font-weight: bold;
		padding: 2px 10px;
		cursor: pointer;
		display: inline;
		float: right;
		vertical-align: middle;
		margin: .5em 0;
		width: auto;
		font-size:95%;
	}

	div.moreoptions, div.any {
		float:left;
		margin: 0 10px 0 0;
	}

/***************************************************************
	center aligned summary text at bottom of page
***************************************************************/
	
	div.summary p {
		padding: 1em 0 .5em 0;
		text-align: center;
	}
	
	div.summary div p {
		text-align: left;
		float: left;
		width: 49%;
		padding: 1em 0 1em 0;
	}
	
	div.summary form {
		float: left;
		width: 49%;
		text-align: right;
		padding: 0 0 1em 0;
	}
	
	div.summary form input {
		padding: 0;
		cursor: pointer;
		margin: 0;
		float: none;
	}
	
	div.summary form fieldset {
		border: none;
		padding: 0;
	}
	
	div.summary form label input {
		margin: 0;
	}
	
	div.summary p.left {
		float: left;
	}
	
	div.summary p.right {
		float: right;
	}
	
/***************************************************************
	Page Specifics
***************************************************************/

	/***********************************************************
		Sortby used on searchresult-desc
	***********************************************************/
	
		div.sortby p {
			padding: 1em 0 0 0;
			text-align: center;
		}
		
		div.sortby p label {
			padding: 0 0 0 1.5em;
		}		

/***********************************************************
	Vacancy Display Template
***********************************************************/	
		
/********** Elements ************/
				
				
address{
	font-style:normal;
}	

hr{
	display:none;
}
	

legend{
	display:none;
}
	
fieldset{
	border:none;
}		
	
	
p.left{
	text-align:center;
}	
	
	
/********** Containers ************/
	
div#candidateOptions{
	float: left;
	margin: 0 ;
	width: 160px;	
}

div#vacancyDetails{	
	float: right;
	overflow:hidden;
	position: relative;
	width: 580px;
	clear:both;
}

/********** Navigation ************/
	
div.vacancyNav{
	border-width: 0 0 1px 0;
	margin: 0 0 1em 0;
	padding: 5px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

div.vacancyNav ul{
	float: right;
	list-style-type:none;
	margin:0;
	padding:0;
}

div.vacancyNav ul li{
	float:left;
	margin: 0;
	padding:0;
	}

div.vacancyNav ul li a span{
	display: none;
}	

div.vacancyNav span.backToSearch a{
	padding: 0 0 0 15px;
	margin: 0;
}

div.vacancyNav a.next{
	margin: 0 5px;
	padding: 0 15px 0 0;	
}

div.vacancyNav a.previous{
	margin: 0 5px;
	padding: 0 0 0 15px;
}

/*Tes OVP vacancy page*/

body#semi_display div#candidateOptions{
	width: 185px;
}
body#semi_display div#vacancyDetails{
	width:470px;				
}

body#semi_display div#vacancyContainer{
	border: 2px solid #006B6E;
	overflow:hidden;
	width:766px;
}
body#semi_display.quickpost div#vacancyContainer{
	border: 2px solid #006B6E;
}
body#semi_display div#vacancyHeader{
	background: #E5F0F0 url(/images/templates/quickpost_header_bg.jpg) top right no-repeat;
	clear: both;
	overflow:hidden;
	padding: 35px;
	position: relative;
	width:696px;
}
body#semi_display.quickpost div#vacancyHeader{
	background: #E5F0F0 url(/images/templates/quickpost_header_bg.jpg) top right no-repeat;
}
body#semi_display div#vacancyHeader img#semiLogo{
	bottom: 35px;
	position: absolute;
	right: 35px;
}
body#semi_display div#vacancyMain{
	clear: both;
	padding: 35px;
	overflow:hidden;
	width:696px;
}			
body#semi_display h1{
	background: 0;
	border: 0;
	color: #000;
	border:none !important;
	margin: 0;
}
body#semi_display.quickpost h1{
	color: #000;
	border:none !important;
}
body#semi_display div.vacancyNav{
	border: 0;
	margin: .5em 0;
	padding: 0;
}

body#semi_display div.infoBox1{
	background:#E5F0F0;
	border:2px solid #006B6E;
	margin: 2em 0 0 0;
}
body#semi_display.quickpost div.infoBox1 {
	background:#E5F0F0;
	border:2px solid #006B6E;
}
body#semi_display dl#extendedInfo{
	overflow: auto;
	margin: 20px 0 0 0;
	width: 370px;
}
body#semi_display dl#extendedInfo dt{
	background: 0;
	border: 0;				
	margin: 0;
	padding: 0.1em 0;
	text-align: left;
	width: 100px;
}	
body#semi_display dl#extendedInfo dd{
	background: 0;
	border: 0;
	padding: 0.1em 0;
	width: 270px;				
}

html body#semi_display a.button, 
html body#semi_display form input.submit, 
html body#semi_display form input.button, 
html body#semi_display a.shortlist{
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	cursor: hand;
	display: block;
	font-weight: bold;
	margin: 0 auto .7em auto !important;
	padding: .4em 0 !important;
	text-align: center;
	text-decoration: none;				
}
html body#semi_display a.button, 
html body#semi_display form input.submit, 
html body#semi_display form input.button, 
html body#semi_display a.shortlist{
	background: #fff url(/images/templates/sd_btn_bg.gif) repeat-x scroll 0 top;
	border: 1px solid #ccc;
	color: #000 !important;
}
html body#semi_display form input.submit, 
html body#semi_display form input.button{
	width: 185px !important;
}
body#semi_display div#candidateOptions form fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
body#semi_display div#candidateOptions form legend{
	display: none;
}
body#semi_display div#candidateOptions span a.button{
	background: #aaa;
	color: #000 !important;
}
body#semi_display div#candidateOptions span a.button{
	background: #e8e8ea url(/images/templates/sd_prominent_btn_bg.gif) bottom left 
repeat-x;
	border: 1px solid #bababa;
}

body#semi_display #vacPlacedBy img{

display: block;
margin: 0 auto .5em auto;

}

body#semi_display #vacPlacedBy img.logoBtn{

margin: .5em auto 0 auto;

}




/* Start vacPlacedBy*/
body#semi_display div#vacPlacedBy{
	text-align: center;
	border: 1px solid #ccc;
	width: 185px;
}
body#semi_display div#vacPlacedBy p{
	margin: 0;
	padding: .4em 3px;
}
body#semi_display div#vacPlacedBy p.toprow{
	background: #fff url(/images/templates/vacplacedbox_top_graphic.png) repeat-x 
scroll left top;
}

body#semi_display div#vacPlacedBy p.btmrow{
	 background: #e3e3e3 url(/images/templates/vacplacedbox_btm_graphic.png) 
repeat-x scroll left bottom;
}

/*End vacPlacedBy*/

/************************************/
/********** Buttons ************/

html body#vacDetails a.button, html body#vacDetails form input.button, html body#vacDetails form submit.button,
html body#vacDetails a.shortlist{
	cursor: pointer;
	font-weight: bold;
	margin: 0 auto 1em auto !important;			
	padding: 2px 0 !important;		
	text-decoration: none;
	vertical-align: middle;
	width:140px;
	font-size:95%;

}

html body#vacDetails div#vacancyDetails div.infoBox1 p.right a.button{	
	padding:0.3em 10px !important;
	width:120px !important;
	}

/* *************************************************************************
	Box Styles
************************************************************************* */	

div.infoBox1{	
	clear:both;
	margin: 1em 0 .8em 0;
	padding: 8px;
	width: auto;
}			
	
body#vacDetails div.box{	
	margin: 0 0 1em 0;
}

div.box form fieldset select {
	width: 285px !important;
}

body#vacDetails div.box6 h3 span, body#applyNowConfirm div.box6 h3 span {
	font-size: 120%;
}

body#vacDetails div.box7 a{	
	display: block;
	margin: .3em 0;
}

body#vacDetails div.box7 p{	
	margin: 0;
	padding: 0;
}

body#vacDetails div.box7 a img, body#vacDetails div.box7 input{
	margin:0.5em 0 1em 0;
}

body#vacDetails div.box7Wrap div{	
	margin: 0 0 .7em 0;
}

body#vacDetails div.box7Wrap{	
	text-align: center;
}

html body#vacDetails div.box7 div.box7Wrap form fieldset{
	margin-top:1.2em;
	padding-top:1em;
}

div#candidateOptions span a.button, body#vacDetails div.infoBox1 p.right a.button{
	font-size: 120%;
}

body#vacDetails div.infoBox1 .smaller{
	font-size: 90%;
	clear: both;
}

body#vacDetails div.infoBox1 .smaller h4{
	margin: .5em 0 .1em 0;
	padding: 0;
}

body#vacDetails div.infoBox1 .smaller p{
	margin: 0;
}

body#vacDetails div.infoBox1 p.right{
	margin: 0 0 0.7em 0;
	overflow: hidden;
	padding: 0;
}

body#vacDetails div.infoBox1 p.right a.button{
	display: block;
	float: right !important;
	margin: 0 !important;
	text-align: center;
}

div#automatch{
	border-width:1px 0;
	margin:1em 0;
}
	
div#automatch ul{
	list-style-type:none;
	margin:1em 0 !important;
	padding:0;
}
	
div#automatch ul li{
	margin:0;
	padding:0;
}
		
div#automatch ul li a{
	margin:0;
	padding:0;
}			
	
body#vacDetails	 p.right{
	margin:1em;
}	
	
dl#extendedInfo{
	overflow:hidden;
	width:560px
}	
	
dl#extendedInfo dt{
	clear:both;
	float:left;
	font-weight:bold;
	margin:0;
	padding:0.3em 10px 0.3em 0;
	text-align:right;
	width:190px
}

dl#extendedInfo dt.noBorder{
	border:0 !important;
}

dl#extendedInfo dd{
	float:left;
	margin:0;
	padding:0.3em 0 0.3em 10px;
	text-align:left;
	width:350px;
}

/***************************************************************
	Patches
***************************************************************/

	/* Hide from Mac IE5 - submit button*/
	/* \*/
	div form fieldset p.apply input.submit {
		float:  none;
	}
	/* */

	/**posting confirmed styled box****/
	body#ins_vac dl.dlList1{
		margin: 0 0 1em 0;
		padding: .3em;
		position: relative;
	}

	body#ins_vac dl.dlList1 dt{
		padding: 3px;
		clear:both;
		width: 20%;
	}

	body#ins_vac dl.dlList1 dd{
		position: relative;
		margin: -1.65em 1em .3em 150px;
		padding: 2px 2px 2px 5px;
		width:50%;

	}

/* *****************************************************************************
	Apply now
**************************************************************************** \*/

	body.applynow form {
		margin: 0;
		padding: 0;
		overflow:hidden;
	}
	
	body.applynow p.terms {
		text-align: center;
	}
	
	body.applynow fieldset {
		margin: 0;
		padding: 0;
		border: 0;
		overflow:hidden;
	}

	body.applynow #registered {
		overflow:hidden;
		width:100%;
		padding-bottom:15px;
	}
	body.applynow #notRegistered {
		width:100%;
		padding-bottom:15px;
		overflow:hidden;
	}
	
	/* *************************************************************************
		Not logged in
	************************************************************************ \*/
	
		body.applynow form#registered label {
			margin: 0;
			width:82px;
			float:left;
			text-align:right;
		}
	
		body.applynow form#registered input.text,
		body.applynow form#registered input.password {
			width: 195px;
			margin: 0 10px 0 0;
			float:left;
		}

		body.applynow form#registered input.submit {
			font-size:90% !important;
			float:left;
			padding:2px 0 !important;
		}
				
		body.applynow fieldset#notRegistered label {
			width: 340px;
			margin: 5px 0 0 0;
			overflow:hidden;
			padding:3px 0;
		}
		
		body.applynow fieldset#notRegistered label.firstColumn {
			width: 330px;
			clear:both;
			float:left;
			padding:3px 0;
			margin-right:15px;
		}
		
		body.applynow fieldset#notRegistered label input {
			margin:0 !important;
			width: 220px;
		}
		
		body.applynow fieldset#notRegistered input.text,
		body.applynow fieldset#notRegistered input.password,
		body.applynow fieldset#notRegistered select {
			width: 220px;
			margin-top: -17px !important;
			float:right;
		}

