/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 0px solid #000;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding:5px;
	
	border-style: solid;
	border-color: #444;
}
table.sortable th {
	border-width: 0px 0px 0px 0px;
	background-color: #B8C6CE;
}
table.sortable td {
	border-width: 0px 0px 0px 0px;
	border-bottom:1px solid #CCCCCC;
}
table.sortable tr.odd td {
	background-color:#fff;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}


.sortheader {
text-decoration:none;
color:#333333;
}