/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border: none;
}
table.sortable th {
	border: none;
	padding: 5px;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;	
	background-color: #89a587;
}
table.sortable td {
	border: none;
}
table.sortable a {
	text-decoration: none;
	color: #fff;
}
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;
}