@import "vacancy_form.css";

h2.subhead {
	font-size: 17px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

div#searchcon {
	float: left;
	width: 220px;
	background-color: #ccc;
	padding: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
}

ul#vsearch {
	margin: 10px 0 0;
	padding: 0 0 10px;
	width: 200px;
}

ul#vsearch li {
	margin: 0 0 10px;
	padding: 0;
	width: 200px;
	list-style: none outside none;
}

ul#vsearch li.end { margin-bottom: 0; }

ul#vsearch li label {
	diplay: block;
	float: none !important;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
}

ul#vsearch li select {
	float: none;
	display: block;
	width: 200px;
	margin: 0;
}

input#search {
	float: none;
	font-weight: bold;
	color: #fff;
	width: auto;
	background-color: #ce4e1d;
	border: none;
}

/* Vacancy List */

div#vacancylist {}

div#ovacancycon {
	float: left;
	width: 710px;
	margin-right: 20px;
}

ul#vlist {
	margin: 0;
	padding: 0;
	width: 710px;
}

ul#vlist li {
	margin: 0 0 15px;
	padding: 0 0 20px;
	width: 710px;
	list-style: none outside none;
	border-bottom: 1px solid #c9c9c9;
}

ul#vlist li p.vpostdate { font-size: 10px; margin: 0 !important; line-height: 16px; padding: 0; }

ul#vlist li h2 {
	font-size: 12px;
	margin: 0 0 8px;
	padding: 0;
}

ul#vlist li h2 a:hover {
	text-decoration: underline;
}

ul#vlist li p.snippet {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

ul#vlist li div.speccon {
	margin: 10px 0;
}

ul#vlist li div.speccon span {
	padding-right: 20px;
	font-size: 11px;
	display: block;
}

div.vtab {
	background: url(images/vacancyinner.png) no-repeat left top;
	margin: 20px 0 10px;
	width: 950px;
	padding: 0 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 930px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

div.vtab span {
	padding-right: 50px;
	color: #000;
}

div.vtab2 {
	background: url(images/vacancy.png) no-repeat left top;
	margin: 0;
	width: 700px;
	padding: 0 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 780px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
}

div.vtab2 span {
	padding-right: 40px;
}

/* Vacancy Detail */

h2#vacancy_title {
	margin: 0 0 20px;
	font-size: 16px;
}

ul#vdetailtab {
	margin: 0;
	padding: 0 0 0 3px;
	height: 30px;
	border-bottom: 1px solid #c9c9c9;
}

ul#vdetailtab li {
	margin: 0 2px 0 0;
	padding: 0;
	list-style: none outside none;
	float: left;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	height: 30px;
	width: auto;
}

ul#vdetailtab li#downloadapp {
	float: right;
	margin-right: 0;
	border: none;
}

ul#vdetailtab li#downloadapp a {
	color: #ce4e1d;
	border-bottom: none;
	height: 29px;
	padding: 0 0 0 20px;
	font-weight: bold;
	background: url(../../../images/icons/word.png) no-repeat left center;
}

ul#vdetailtab li#downloadapp a:hover {
	color: #000;
}

ul#vdetailtab li a {
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	float: left;
	padding: 0 15px;
	background-color: #d8d8d8;
	border-bottom: 1px solid #c9c9c9;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 29px;
	color: #999;
	font-weight: bold;
}

ul#vdetailtab li a:hover {
	background-color: #f5f5f5;
}

ul#vdetailtab li.sel a {
	background-color: #e3e3e3;
	color: #ce4e1d;
	border-bottom: none;
	height: 30px;
}

ul#vdetailtab li.sel a:hover {
	background-color: none;
}

div#d_dates {
	margin: 10px 0 20px;
}

span.d_startdate {
	padding-right: 25px;
}

a.apply {
	color: #c34e1d;
	font-weight: bold;
}

a.apply:hover {
	color: #000;
}

/* Location Information */

div#location_desc {
	margin-bottom: 20px;
}

img#location_logo {
	margin-bottom: 20px;
}

div#location_map {
	width: 680px;
	height: 350px;
	margin-bottom: 20px;
}

div.backtovacancies {
	border-top: 1px solid #c9c9c9;
	padding-top: 10px;
	margin-top: 20px;
}