/* [%-# @(#)search_apply.css	1.8 11:41:31,11/11/09 (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: 0 10px;
		cursor: pointer;
		display: inline;
		float: right;
		vertical-align: middle;
		margin: .5em 0;
		width: auto;
	}

/***************************************************************
	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;
		}

	/***********************************************************
		Search results table with star ratings
	***********************************************************/
	
		table.sResult {
			border: none;
			border-collapse: collapse;
			font-size: 100%;
		}
		
		table.sResult th,
		table.sResult td {
			border: none;
			border-collapse: collapse;
			padding-left: 3px;
		}
		
		table.sResult thead {
			display: none;
		}
		
		table.sResult tbody tr.oddJob td, table.sResult tbody tr.evenJob td {
			padding: .4em 0;
		}
		
		table.sResult tbody tr td span {
			font-weight: bold;
		}
		
		table.sResult tbody tr td.star {
			background-repeat: no-repeat;
		}
		
		table.sResult tbody tr td.lineage {
			background-repeat: no-repeat;
		}
		
		table.sResult tbody tr td.semi {
			background-position: -48px 0;
			background-repeat:  no-repeat;
			padding-left: 16px;
		}
		
		table.sResult tbody tr td.feature {
			background-position: -36px 0;
			background-repeat:  no-repeat;
			padding-left: 28px;
		}
		
		table.sResult tbody tr td.sResultJT {
			width: 170px;
		}
		
		table.sResult tbody tr td.sResultSAL {
			width: 75px;
		}
		
		table.sResult tbody tr td.sResultLOC {
			width: 210px;
		}
		
		table.sResult tbody tr td.sResultT {
			width: 40px;
		}
		
		table.sResult tbody tr td.sResultPD {
			width: 115px;
		}
		
	/***********************************************************
		Vacancy Display Template
	***********************************************************/	
			/***elements*****/					
				
address{
	font-style:normal;
}	

hr{
	display:none;
	}
	
	
h3#extendedInfo{
	display:none;
	}	
	
	
legend{
	display:none;
	}
	
fieldset{
	border:none;
	}	
	
.caption{
		height:0;
		text-indent:-5000em;
		}	
	
	
	/*Tes OVP vacancy page*/

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

body#semi_display div#vacancyDetails{
	width: 480px;				
}

body#semi_display div#vacancyContainer{
	overflow:hidden;
	border-color:#022A5F;
	width:766px;
}

body#semi_display div#vacancyHeader{
	clear: both;
	overflow:hidden;
	padding: 35px;
	position: relative;
	width: 696px;
	background:#F3F3F3;
}

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;
	background:#fff;
}			
body#semi_display h1{
	background: 0;
	border: 0;
	margin: 0;
}

body#semi_display div.vacancyNav{
	border: 0;
	margin: .5em 0;
	padding: 0;
}

body#semi_display div.infoBox1 {
	margin:2em 0 0 0;
}

body#semi_display div#vacancyDetails, 
body#semi_display div.infoBox1 p, 
body#semi_display div.infoBox1 h4, 
body#semi_display div.infoBox1 a, 
body#semi_display div.infoBox1 strong, 
body#semi_display p.bmi-link a {
	color:#333333;
}

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{
	cursor: pointer;
	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 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;
}

/* Start vacPlacedBy*/
body#semi_display div#vacPlacedBy{
	text-align: center;
	color:#333 !important;
	width: 185px;
}
body#semi_display div#vacPlacedBy p{
	margin: 0;
	padding: .4em 3px;
}

body#semi_display #vacPlacedBy img{
	display: block;
	margin: 0 auto .5em auto;
}

body#semi_display #vacPlacedBy img.logoBtn{
	margin: .5em auto 0 auto;
}

/*End vacPlacedBy*/

/************************************/
	
/**containers**/

div#candidateOptions{					
	float: left;
	margin: 0 0 0 0;
	width: 160px;	
}			


div#vacancyDetails{						
		float: right;
		position: relative;
		width: 560px;
}	

div#vacancyDetails p.right {
		margin:1em 0 0 0;
}
		
html body#vacDetails a.button, html body#vacDetails form input.submit, 
html body#vacDetails form input.button, html body#vacDetails a.shortlist{
		float:none !important;	
		padding: .2em 10px;
		margin: 0.5em 0 !important;				
		font-weight: bold;
		font-size: .9em;
		text-decoration:none;
		width: 120px;
		cursor: pointer;
		cursor: hand;
}

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

body#vacDetails div.box{	
	margin: 0 0 1em 0;
}

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 form {
	margin:2em 0 0 0;
}	
	
body#vacDetails div.box7Wrap form fieldset {
		padding:1em 0 0 0;
}	

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

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

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;
}			
		
/***************************************************************
	Vacancy details
***************************************************************/

	div.vacancyNav {
		border-width:  0 0 1px 0;	
		clear:both;
		margin:0 0 1em 0;
		padding: 5px;
	}

	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;	
	}

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

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

	div.box7Wrap div {
		padding: 5px 0;
	}

	p.left {
		text-align:center;
	}	
		
	body#vacDetails legend {
		display:none;
	}
			
	address {
		font-style:normal;
	}		
		
	input#email {
		float:none;
		margin:0;
		padding:0;
	}	
					
	dl#extendedInfo dt {
		clear:both;
		float:left;
		font-weight:bold;
		margin:0;
		padding:0.3em 10px 0.3em 0;
		text-align:right;
		width:208px
	}

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

	body#vacDetails hr {
		display:none;
	}
		
	h3#extendedInfo {
		display:none;
	}				
		
/* *****************************************************************************
	posting confirmed styled box
***************************************************************************** */

	body#ins_vac dl.dlList1 {
		margin: 0 0 1em 0;
		padding: 5px;
		float:left;
		width:758px;
		line-height:160%;
	}

	body#ins_vac dl.dlList1 dt {
		padding:0;
		margin:0;
		width: 210px;
		float:left;
	}

	body#ins_vac dl.dlList1 dd {
		margin:0;
		overflow:hidden;
		padding:0;
	}

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

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

	/*dl dt
	{
	padding:0px;
	margin:0px;
	float:left;
	width:50%;
	}

	dd
	{
	font-weight:bold;
	line-height:150%;
	}
	*/

	form p	{
	margin-top:20px;
	}
	div.box form select {
	width:auto !important;
	}

