/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.sortable th {
	text-align: center;
	padding: 6px 8px 6px 8px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #444;
}
table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #444;
}

table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #ddd;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
A:link {text-decoration: none; color: #FFF;}
A:visited {text-decoration: none; color: #FFF;}
A:active {text-decoration: none; color: #FFF;}
A:hover {text-decoration: underline; color: #FFF;}

table.sortable {border: 1px solid #CCC;border-width: 0 0 1px 1px;cursor: default;font-family: Verdana, Verdana, Geneva, sans-serif; font-size: 12px;}
.sortable td {padding: 4px; margin: 3px; border: 1px solid #ccc;border-width: 1px 1px 0 0;}
.sortable th {background-color: #D45231; color: #FFF; font-weight: bold; padding: 9px; margin: 3px;}