/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border-width: 1px;
	border-color: #a9c6c9;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	font-size:14px;
	font-weight: bold;
	color:#000000;
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #444;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #a9c6c9;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #CCCCCC;
}
table.sortable tr.even td {
	background-color: #EEEECC;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
A:visited  {text-decoration: none}
A:link  {text-decoration: none}
A:active  {text-decoration: none}
A:hover   {text-decoration: none}