/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	border-color: #cccccc;
}
table.sortable th {
	border-width: 1px 1px 1px 1px;
	background-color:#a3a4a5;
	border-collapse:collapse;
	color:#ffffff;
	text-align:center;
	padding:10px;
	border-bottom:2px solid #747474;
	cursor:hand;
}
table.sortable th a
{
	color:#ffffff;
}
table.sortable th a:hover
{
	color:#ececf0;
	text-decoration:none;
}

table.sortable td {
	border-width: 0px 1px 0px 1px;
	background-color: #ffffff;
}
table.sortable tr.odd td {
	background-color: #ececf0;
}
table.sortable tr.even td 
{
	background-color: #ffffff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #cccccc;
	background-color: #ccc;
}

table.sortable .sorttable_nosort 
{
	cursor:default;	
}