/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}


table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
	text-transform:capitalize;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #444;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
	text-transform:capitalize;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
	white-space: nowrap;
	font-size: 10px;
	text-transform:capitalize;
}
table.sortable tr.odd td {
	background-color: #ddd;
	white-space: nowrap;
	font-size: 10px;
	text-transform:capitalize;
}
table.sortable tr.even td {
	background-color: #fff;
	white-space: nowrap;
	font-size: 10px;
	text-transform:capitalize;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
.sortheader
{
	white-space: nowrap;
}
