/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 800px;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 8px 2px 8px;
	border-style: solid;
	border-color: #999999;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #e8e8e8;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #efefef;
}
table.sortable tr.even td {
	background-color: #ffffff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #999999;
	background-color: #e8e8e8;
	font-weight: bold;
}