/* Copyright 2006 Joost de Valk */
table { empty-cells: show }         /* vr 120109 */
a.nodec { text-decoration: none }   /* vr 120109 */
a img {	border: 0 }
table.sortable {
	border-spacing: 0;
	border: 2px solid #000;
	border-collapse: collapse;
	text-align: center;
	font-weight: normal;
}
table.sortable th, table.sortable td {
	padding: 2px 4px;
	border-style: solid;
	border-color: #666;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #CCC;
}
/*
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
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;
}