

#sort thead th,
tfoot th {
	padding: 5px;
	text-align: left;
	border: 1px solid #eeeeee;
	background-color: #cccccc;
	color:#000000;
}

tfoot td {
	border-top: 1px solid #eeeeee;
}

#sort tbody td {
	padding: 5px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

#sort tbody tr.odd {
	background-color: #eeeeee;
}

td.numeric,
th.numeric {
	text-align: right;
}
