/* [%-# @(#)search_apply.css	1.15 15:09:29,11/03/29 (yy/mm/dd) -%] */

@import url(global.css);

form fieldset.top {
	border: none;
	margin:.2em 0;
	font-size:95%;
}

form fieldset p.email input {
	font-weight:bold;
	border:1px solid #289A2F;
	background-color:#FEA814;
	-moz-border-radius:1em;
	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;
	border:1px solid #289A2F;
	background-color:#FEA814;
	-moz-border-radius:1em;
	padding:0 10px;
	cursor:pointer;
	display:inline;
	float:right;
	vertical-align:middle;
	margin:.5em 0;
	width:auto;
}

/***************************************************************
	Sortby used on searchresult-desc
***************************************************************/
div.sortby p {
	padding: 1em 0 0 0;
	border-top: 1px solid #289A2F;
	text-align:center;
}

div.sortby p label {
	padding: 0 0 0 1.5em;
}

/***************************************************************
	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: 300px;
	padding: 1em 0 1em 0;
}

div.summary form {
	background-color:#fff;
	float: left;
	width: 298px;
	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;
}

/***************************************************************
	=Lucky Dip
***************************************************************/

div.luckyDip{
	padding:  0 5px 5px 5px;
}
div.luckyDip div.luckyDipNav{
	border-bottom: 1px dotted #7a7a7a;
	margin: .5em 0;
	padding: 7px 5px;
}
div.luckyDip h4{
	font-size: 1.2em !important;
font-weight: bold;
}

div.luckyDip div.luckyDipNav span{	
	margin: 0 3em 0 0;
}

div.luckyDip div.luckyDipNav div{
	float: right;
}


/*************************************************************************
	Vacancy Display Template
	includes standard Semi Display and OVP Semi Display template styles.
	
	Styles for default semi-display (#semi_display) and OVP semi-display (#semi_display.quickpost) template. 
	
	Changing any of the default layout styles on #semi_display will directly affect the quickpost template.
	Justin Perry - 23/09/08
*************************************************************************/	
	
	
/************elements************/	
	
html body#vacDetails legend{
	display:none;
}

body#vacDetails form fieldset{
	border:none;
}	

body#vacDetails hr{
	display:none;
}

body#vacDetails address{
	font-style:normal;
}	
h3#extendedInfo{
	display:none;
}	




/********** Containers ************/
	
	
div#candidateOptions{
	float: left;
	margin: 0 10px 0 0;
	width: 160px;	
}
body#semi_display div#candidateOptions{
	width: 185px;
}
div#vacancyDetails{	
	float: right;
	position: relative;
	width: 625px;
}
dl#extendedInfo{
	margin:0;
	padding:0;
}	
		
dl#extendedInfo dt{
	background:#fff;
	border-bottom:1px solid #ebebeb;
	clear:both;
	float:left;
	font-weight:bold;
	margin:0;
	padding:0.3em 10px 0.3em 0;
	text-align:right;
	width:280px;
}

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

dl#extendedInfo dd{
	background:#ebebeb;
	border-bottom:1px solid #fff;
	color:#000;
	float:left;
	margin:0;
	padding:0.3em 0 0.3em 10px;
	text-align:left;
	width:300px;
}
body#semi_display div#vacancyDetails{
	width: 450px;				
}
body#semi_display div#vacancyContainer{
	width: 730px;
	overflow:hidden;
	margin:0 auto;
	border:2px solid #ccc;
}
body#semi_display.quickpost div#vacancyContainer{
	border: 2px solid #ccc;
}
body#semi_display.quickpost div#vacancyHeader {	background:#EBEBEB;}

body#semi_display div#vacancyHeader {
	clear: both;
	padding: 35px;
	margin:0;
	position:relative;
	overflow:hidden;
	width:660px;
	background:#EBEBEB;
}
body#semi_display dl#extendedInfo{margin:20px 0 0 0 !important;}
body#semi_display dl#extendedInfo dt{
	background:none !important;
	border:none !important;
	clear:both;
	float:left;
	font-weight:bold;
	margin:0;
	padding:0.3em 10px 0.3em 0;
	width:100px !important; 
	text-align:left;
}
body#semi_display dl#extendedInfo dd {
	margin:0;
	padding:0.3em 0 0.3em 10px;
	text-align:left;
	width:300px;
	background:none !important;
	border-bottom:none !important;
}
*html body#semi_display dl#extendedInfo dd {float:none;}
*:first-child+html body#semi_display dl#extendedInfo dd {float:none;}
body#semi_display div#vacancyHeader img#semiLogo{
	bottom: 35px;
	position: absolute;
	right: 35px;

}
body#semi_display div#vacancyMain{
	clear: both;
	padding: 35px;
	overflow:hidden;
	float:left;
	width:660px;
}			
body#semi_display h1{
	background: 0;
	border: 0;
	color: #000;
	margin: 0;
}
body#semi_display.quickpost h1{
	color: #000;
}

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

body#semi_display #vacPlacedBy img.logoBtn{
	margin: .5em auto 0 auto;
}
body#vacDetails  div.vacancyNav{margin:40px 0 1em 0;}
div.vacancyNav{
	border: solid #0C2D83;
	border-width:  0 0 1px 0;	
	clear:both;
	margin:0 0 1em 0;
	padding: 5px;
}
div.vacancyNav div{
	float: right;
}
body#semi_display div.vacancyNav{
	border: 0;
	padding: 0;
	width:730px;
	margin:4em auto 1em !important;
}

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{
	background: url(/images/general/icon_backtosearch.gif) 0% 50% no-repeat;
	padding: 0 0 0 15px;	
}
div.vacancyNav a.next{
	background: url(/images/general/icon_arrownext.gif) right 50% no-repeat;
	margin:  0 5px;
	padding: 0 15px 0 0;	
	display:block;
}
div.vacancyNav a.previous{
	background: url(/images/general/icon_arrowprev.gif) 0% 50% no-repeat;
	margin:  0 5px;
	padding: 0 0 0 15px;	
}

/* Format left-hand options menu and remove borders and backgrounds from links wiht a.button classes */

div.box7Wrap div {
	border-top: solid 1px #b2b2d1;
	padding: 5px 0;
}
body#vacDetails div.box7Wrap a{
	display:block;
	text-align:center;
}
body#vacDetails div.box7Wrap label{padding-right:0;}

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

html body#vacDetails a.button, html body#vacDetails form input.submit,html body#vacDetails form input.button, html body#vacDetails a.shortlist{
	background:#E54725;
	color: #fff;		
	font-weight: bold;
	margin: 0 auto 1em auto !important;		
	padding: 0.2em 0 !important;	
	text-decoration:none;
	width: 140px !important;
}
html body#vacDetails div#vacancyDetails div.infoBox1 p.right a.button{	
	padding:0.3em 10px !important;
	width:120px !important;
}
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;
}
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;
}
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;
}

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

/***************************************************************
	More Options
***************************************************************/
div.moreoptions {
	float:left;
}

div.any {
	float:left;	
}

/* *****************************************************************************
	Overrides job contact info formatting on vac details page
***************************************************************************** */

body#vacdetails .jobContactInfo strong{
	display: block;
	margin: 0 0 .2em 0;
}
body#vacdetails .jobContactInfo .button{
	margin: 0;
}


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

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

body#vacDetails div.box7 a {
	display:block;
}
div#vacancyDetails{						
	float: right;
	position: relative;
	width: 560px;
}	



/***************************************************************
	Info boxes
***************************************************************/

div.infoBox1{	
	background: #ebebeb ;
	border: 1px solid #7A7A7A;
	margin: 1em 0 .8em 0;
	padding: 8px;
	position: relative;
	width: auto;
}

body#semi_display.quickpost div.infoBox1{
	background: #ebebeb;
	border: 1px solid #7A7A7A;
}
	
/********** Buttons ************/


html body#vacDetails form input.button, html body#vacDetails a.shortlist{			
	float: none !important;	
	margin: 0 auto !important;	
	width: 140px !important;
}

html body#vacDetails a.shortlist{
	padding-top:6px;
	padding-bottom:6px;		
}

html body#vacDetails div#vacancyDetails div.infoBox1 p.right{
	margin-top:1em;
	}

html body#vacDetails div#vacancyDetails div.infoBox1 p.right a.button{	
	padding:0.3em 10px !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;
	text-align: center;
}

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 .recruiterInfo{	
	background:#fff;
	color: #898989;
}
body#vacDetails div.box7 div.box7Wrap form fieldset{
	border-top:1px solid #7A7A7A;
	margin: .8em 0;
	padding: .5em 0;
}

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

body#vacDetails div.infoBox1 .smaller{
	border-top: 1px dotted #D6D6D6;
	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;
	height: 100%;
}

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

/***forms****/	
	
body#vacDetails legend{
	display:none;
}

div#automatch{
	border:solid #7A7A7A;
	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: solid #7A7A7A;
	border-width:  0 0 1px 0;	
	clear:both;
	margin:3em 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{
	background: url(/images/general/icon_backtosearch.gif) 0% 50% no-repeat;
	padding: 0 0 0 15px;	
}
div.vacancyNav a.next{
	background: url(/images/general/icon_arrownext.gif) right 50% no-repeat;
	margin:  0 5px;
	padding: 0 15px 0 0;	
}
div.vacancyNav a.previous{
	background: url(/images/general/icon_arrowprev.gif) 0% 50% no-repeat;
	margin:  0 5px;
	padding: 0 0 0 15px;	
}

div.box7Wrap div {
	border-top: solid 1px #7A7A7A;
	padding: 5px 0;
}

p.left{
	text-align:center;
}	
	
legend{
	display:none;
}
	
address{
	font-style:normal;
}		
	
input#email{
	float:none;
	margin:0;
	width: 130px;
}	
	
/*dl#extendedInfo{
	margin:0;
	padding:0;
}	
		
dl#extendedInfo dt{
	background:#fff;
	border-bottom:1px solid #ebebeb;
	clear:both;
	float:left;
	font-weight:bold;
	margin:0;
	padding:0.3em 10px 0.3em 0;
	text-align:right;
	width:260px;
}

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

dl#extendedInfo dd{
	background:#ebebeb;
	border-bottom:1px solid #fff;
	color:#000;
	float:left;
	margin:0;
	padding:0.3em 0 0.3em 10px;
	text-align:left;
	width:280px;
}*/

hr{
	display:none;
}
	
	


