/* Copyright 2006 Joost de Valk */
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	border: 1px solid #000000; 
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #a9a9a9;
	color: white;
}

table.sortable th a {
	color: black;
	text-decoration: none;
}

table.sortable th a {
	text-decoration: none;
)

table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}