/* Copyright 2006 Joost de Valk */


a img {
	border: 1;
}

table.sortable {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #800040;
	border-collapse: separate;
	background-color: transparent;
}

table.sortable th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #800040;
	background-color: transparent;
	-moz-border-radius: ;
}

table.sortable td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #800040;
	background-color: transparent;
	-moz-border-radius: ;
}

table.sortable tr.odd td {
	background-color: transparent;
}

table.sortable tr.even td {
	background-color: transparent;
}

table.sortable tr.sortbottom td {
	border-top: 1px solid #800040;
	background-color: transparent;
	font-weight: bold;
}
