/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
}

table.sortable th, table.sortable td {
	text-align: left;
}

table.sortable th {
	background-color: #797979;
}

table.sortable td {
}

table.sortable tr.odd td {
	background-color: #303030;
}

table.sortable tr.even td {
	background-color: #0f0f0f;
}

table.sortable tr.sortbottom td {
	background-color: #ccc;
}