/* This file is for both a) the public access to the associate vacancies and b) the one called from within the secure associate area */

/* for debugging purposes, borders all cells */
/*td { border:black solid 1px;
}*/

.vactable {
	width:100%;
}

.contentBox {
	padding-left:0px;
}

/* Job Title */
#banner{
	margin-left:0px;
	margin: 10px 0px 10px 0px;
}

/* vacancy dates */
.vacdates{
	font-size:8pt;
	text-align:left;
	padding-bottom:5px;
	width:70%
}

.pubdate{
	font-size:8pt;
	text-align:left;
	padding-bottom:5px;
	margin: 3px 0px 3px 0px;
}

/* controls the press release title underneath the date field  */
#bannerContentTitle {
	font-size:9pt;
	font-weight:bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* controls the 'detail' button on job vacancies */
.detaillink{
	font-size:8pt;
	text-align:left;
	padding-bottom:5px;
	padding-left:10px;
	color: #26598D;
}

.vacpdlabel{
	color: #000000;
	font-weight:;
	padding-left:40px;
}

/* controls the date posted and deadline dates on the job summary page */
.vacpdlabel{
	color: #000000;
	font-weight:;
	padding-left:25px;
}

/* controls the field names in the third coliumn on the individual jobs page */
.vacdlabel{
	color: #000000;
	font-weight;
	padding-left:0px;
}

/* controls the field names in the third coliumn on the individual jobs page */
.vacdvalue{
	color: #9E6209;
	padding-left:4px;
}

.vacpdvalue{
	color: #9E6209;
}

/* controls the job title field on the individual job page*/
.vactitle{
	text-align:left;
	font-weight:;
	color: #000000;
	font-size:9pt;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 6px 0px;
}

/* controls the second line of fields #336394 */
.vacth {
	font-size:8pt;
	font-weight:bold;
	color: #000000;
	text-align:center;
	border-left: #336394 solid 1px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:50px;
}

/* controls the job_summary field */
.vacsummary{
	font-weight:;
	color: #000000;
	font-size:8pt;
	padding-bottom:5px;
	padding-top:1px;
	margin: 0px 0px 0px 0px;
}


/* controls the underline on the job details page */
.titleunderline {
    border-bottom:1px solid #999999;
    padding: 4px 3px 3px 0px;
    margin: 0px 10px 4px 0px;
    color: #000000;
    font-size: 8pt;
    line-height:1.1;
}

.vacdeadlinelabel{
	color: #000000;
	font-weight:;
}

.vacdeadlinevalue{
	color: #9E6209;
}

/* controls the background colour of search box */
#vsearch{
	background-color:#E5EBF1;
	padding:3px 3px 3px 3px;
	width: 155px;
}

/* controls the colour horizontal rule between each vacancy */
.vachr{
	border-top:#99B1C9 solid 1px;
	border-bottom:none;
	border-left:white none 0px;
	border-right:none;
	margin: 0px 0px 12px 0px;
	width: 570px;
}

/* controls the fields in right hand column for each associate vacancy  */
.vacdetail{
	font-size:8pt;
	text-align:left;
	line-height:1.4;
}

/* controls the width of the right hand column */
.details{
	width:290px;
	padding-left:20px;
}

/* controls the column which has the job description in it  */
#vacanciestable {
	width:584px;
}

