/* Copyright 2006 Joost de Valk WITH MODS BY LOTIS*/
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #ffffff;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 500px;
	border-style: solid;
	border-color: #ffffff;
}
table.sortable th {
	border-width: 1px 1px 1px 1px;
	background-color: transparent;
}
table.sortable td {
	border-width: 1px 1px 1px 1px;
}
table.sortable tr.odd td {
	background-color: #0000ee;
}
table.sortable tr.even td {
	background-color: transparent;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #0000cc;
	font-weight: bold;
}