/* Search Engine CSS Document */

div.search_main {
	float: left;
	background-color: #fff;
}

div.pre_search_text { }

div.post_search_text { clear: both; }

div.search_form {
	margin-top: 10px;
	border-top: none;
	padding-top: 5px;
	background-color: #fff;   
}

div.and_or_row { }

div.pre_submit_text { }

div.submit_button {
	background-color: #fff;
	color: rgb(67,80,88);
}

div.submit_button input {
	background-color: #e0dfe3;
	color: #000;
	margin-left: 2px;
	margin-right: 2px;
	border-right: ridge 1px #ccc;
	border-bottom: outset 1px #ccc;
	border-left: ridge 1px #ddd;
	border-top: ridge 1px #ddd;
}

div.post_submit_text { }

div.map { float: right; }

div.search_form_label {
	float: left;
	width: 120px;
	_width: 150px;
	margin-top: 3px;
	margin-right: 30px;
}

div.search_form_field {
	width: 300px;
	float: left;
}

div.clear_q_row {
	width: 10px;
	height: 2px;
	background-color: #fff;
}

/* search results */

div.results_main { clear: both; }

div.results_main h2 {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.searched_for_text { font-style: italic; }

div.searched_for_list { border: solid 1px #ccc; }

div.searched_for_field {
	float: left;
	margin: 0px 50px 0px 4px;
	width: 10em;
	font-weight: bold;
}

div.searched_for_value {
	border: solid 1px white;
	float: left;
}

div.pre_result_text { margin-top: 10px; }
div.post_result_text { margin-top: 10px;}

div.results_table table {
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	width: 100%;
}

/* table elements */

div.results_table table {
	border-right: #000 1px inset; 
	border-left: #ccc 1px inset; 
	width: 100%; 
	text-align: left;
}
div.results_table tr { text-align: left; }
div.results_table td {
	padding-right: 2px; 
	margin: 0px; 
	vertical-align: top; 
	border-bottom: #000 1px inset; 
	text-align: left;
}
.table_row_hover td {
	color: #000; 
	background-color: #b3d3f5;
}
div.results_table th {
	padding-left: 2px; 
	font-weight: bold; 
	vertical-align: top; 
	color: #fff;
	background-color: rgb(30,123,192); 
	text-align: left;
	width:22%; /* to six the wrapping date */
}
div.results_table a:link { color: black; text-decoration:none; }
div.results_table a:visited { color: black; text-decoration:none; }
div.results_table a:hover { color: #000;text-decoration:none;  }
div.results_table a:active { color: #000;text-decoration:none;  }

div.results_table td a span{ display:none; }

/* view vac */

div.vac_desc {
	border: 1px solid black;
        border-bottom: 1px solid #cccccc;
	width: 100%;
}
.field_title {
	font-weight: bold;
	width:38%;
	float: left;
	padding: 4px 20px 4px 2px;
}
.field_value { 
	padding: 4px 2px 4px 00px; 
	width:57%;
	float:right;
}
.view_vac_text_only_field{
	float:left;
	padding: 4px 20px 4px 2px;
}
/* ADDED BY A.A 20.05.09 */
/* Fixes */
DIV.vac_desc{
	float:left;
	*float:none;
	clear:both;
	float:left;
}
div.vac_docs{
	float:left;
	*float:none;
	clear:both;
        width: 100%;
	float:left;
        border-left: 1px solid black;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
}

.Textodd,.Blobodd {
	border-bottom: 1px solid #ccc;
	clear: both;
	height: 100%;
}
.Texteven,.Blobeven {
	border-bottom: 1px solid #ccc;
	clear: both;
	height: 100%;
}

div.vac_ref { }

div.vac_desc_top{ font-style: none; }
 
div.vac_desc_top h2 {
	display: block;
	font-style: normal;
	margin: 2px 0px 2px 0px;
}

div.vac_desc_foot{}


/* links for apply, email to friend etc... */
div.links_bottom {
	padding-top:5px;
	padding-bottom:5px;
	height: 3em;
	clear:both;
	float:left;
}

div.links_bottom ul {
	margin-left: 0px;
	display: inline;
}
div.links_bottom li { display: inline; }

div.links_bottom a, div.links_bottom a:visited {
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
	text-decoration: none;
	
	background-color: #e0dfe3;
	color: #000;
	border-right: ridge 1px #ccc;
	border-bottom: outset 1px #ccc;
	border-left: ridge 1px #ddd;
	border-top: ridge 1px #ddd;
}

div.links_bottom a:hover, div.links_bottom a:active {
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
	text-decoration: none;
	
	background-color: #e0dfe3;
	color: #000;
	border-right: ridge 1px #ccc;
	border-bottom: outset 1px #ccc;
	border-left: ridge 1px #ddd;
	border-top: ridge 1px #ddd;
}

div.links_box {
	width: 16%;
	position: relative;
	float: right;
	display: none;
}

div.links_box ul {
	margin-left: 0px;
	display: inline;
}

div.links_box li { display: inline; }

div.links_box a, div.links_box a:visited {
	background-color: #fff;
	color: rgb(67,70,88);
	margin-left: 2px;
	margin-right: 2px;
	border-right: solid 1px #0C192F;
	border-bottom: solid 1px #0C192F;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
}

div.links_box a:hover, div.links_box a:active {
	background-color: rgb(67,70,88);
	color: rgb(240,140,0);
	margin-left: 2px;
	margin-right: 2px;
	border-left: solid 1px #930;
	border-top: solid 1px #930;
	border-right: solid 1px #fc9;
	border-bottom: solid 1px #fc9;
}

.unfinished_top {
	position: relative; 
	top: 20px;
}
.grid {
        width: 100%;
}