/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	width:90%;
	border-spacing: 0;
	border: 1px solid #888888;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 8px 2px 8px;
	border-style: solid;
	border-color: #444;
	height:38px;
	text-align:center;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color:#19468e;
	color:#eeeeee;
	font: bold 12px Verdana;
}
table.sortable th a {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
	text-decoration:none;
	background-color:#19468e;
	color:#eeeeee;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
	font: bold 12px Verdana;
}
table.sortable tr.odd td {
	background-color: #c1d9ff;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}

