/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #3a75c4;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px;
	border-style: solid;
	border-color: #999;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #3366CC;
	font-weight: bold;
}
table.sortable th a {
	color: #3366CC;
}
table.sortable th a:visited {
	color: #3366CC;
}
table.sortable td {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
table.sortable tr.odd td {
	background-color: #F5DEB3;
}
table.sortable tr.even td {
	background-color: #FAEED9;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
