/*Muted*/
table {
	border-collapse: collapse;
	/*font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;*/
	font-size: 12px;
	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: 1px solid #fff;
	padding: 0.6em;
	vertical-align: 4px;
}
th {
	text-align: left;
	/*text-transform: uppercase;*/
}
thead th, tfoot th, tfoot td {
	/*background-color: #ebebec;*/
	background: -webkit-linear-gradient(#fbfbfb, #e1e1e3);
    background: -moz-linear-gradient(#fbfbfb, #e1e1e3);
    background: -o-linear-gradient(#fbfbfb, #e1e1e3);
 
	font-size: 13px;
}
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:#fff;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #e1edff;
}
tr.odd td, tr.odd th {
	background-color: #eff6ff;
}
tbody a {
	color: #333;
}
tbody a:visited {
	color: #999999;
}
tbody a:hover {
	color: #33c;
}
tbody a:active {
	color: #33c;
}
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: ":";
}