@charset "utf-8";
/* CSS Document */
table {
	position: relative;
	left: 0px;
	border-collapse: collapse;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}
caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
th, td {
	border-bottom: 0px solids #B4CBDF;
	border-top: 0px solid #B4CBDF;
	padding: .1em 1.1em;
	vertical-align: 4px;
}
th {
	text-align: left;
	text-transform: none;
}
thead th, tfoot th, tfoot td {
	background-color: #151519;
	font-size: 1.0em;
}
/*tbody th {
	background: url(http://www.clacksweb.org.uk/images/bullet_vacancy.gif) no-repeat 6px 0.8em;
	padding-left: 24px;
}*/
tbody th, td {
	background-color:#151519;
}
/*tbody tr:hover td, tbody tr:hover th {
	background-color: #2d2d2f;
}*/
tr.odd td, tr.odd th {
	background-color: #151519;
}
tbody a {
	color: #B4CBDF;
}
tbody a:visited {
	color: #999999;
}
tbody a:hover {
	color: #ebecf0;
}
tbody a:active {
	color: #ebecf0;
}
tbody td+td+td+td a {
	background: url(http://www.clacksweb.org.uk/images/external.gif) no-repeat right 0.4em;
	padding-right: 12px;
}
tfoot th {
	text-align: right;
}
tfoot th:after {
	content: ":";
}
#highlight {
background-color: #2d2d2f;
}
