.jobadvert { /*background-color: lightgrey;*/  padding: 2px; width:600px;} 
.job { text-align:left;border: 1px solid gray; margin-bottom:8px;padding:0px;box-shadow: 3px 3px 1px #888888;}

.job a:link, .job a:visited  { color: #4555A2; }

.jobDescDetails { color:navy; font-style:italic; }

.vacdetails {float:right; text-align:right; }
.vacdetails a:link, .vacdetails span {text-decoration:none; color:#4555A2; font-weight:normal;}
.vacdetails img {vertical-align: middle}
.vacdetails .vacref {font-size: xx-small; color:Gray;}

.vactype { padding:3px;float:right; color: #4555A2; }

.jobtitle { 
	color: #565656; 
	width: 100%;  
	font: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; font-size: 110%;
	display: inline;
	cursor: pointer; 
}
.jobtitle span:hover { color: #000000; }
span.toggleswitch { cursor: pointer; }

.actiondiv {cursor: pointer;font-weight:bold;}
.location {
	color: #4555A2;
	font-weight:normal;
	vertical-align: bottom;
}
/* .location a:link, .location a:visited  { color: #4555A2; } */

.joborg { font-weight: bold; color:#000000;  padding-right:10px; margin-right:10px; }
/* .joborg a:link, .joborg a:visited  { color: #4555A2 }; */
.closingdate { display: inline; width: 45%; } 
.paymenttype { display: inline; width: 45%; } 

.description {} 
.contactdetails { border-top: 1px solid gray; padding: 3px; }
.summary {padding: 3px;}

div.showMe, div.showhide {
	/*display: block;*/
	display: none;
	postion:relative;
	background-color:#EAFCB3; /* #DDFE82; */
	xmargin: 0px auto 0px auto;
	border: solid 1px silver;
	text-align: left;
	padding:3px;
} 

div.hideMe {display: none;}

.whatrollover
{
	background-color:#e3e3e3;
	margin: 0px auto 0px auto;
	border: solid 1px silver;
	text-align: left;
	display:none;
}

.jobEnquire {
	float: right;
	font-weight: bold;
}

/* handle arrangement of search fields */
div.searchfields {
	margin-top: 10px;
	border: 1px solid silver;
	background-color: #E3E3E3;
	padding:5px 0;
	/*line-height: 20px;
	display:block;
	height:70px;*/
}
div.searchfields span {
	vertical-align:middle;
	float:left;
	padding: 5px;
}
div.searchfields span.submit {
	float:right;
}
span.description hr {
	color: #4555A2;
	align: center;
}
