/* tables */

table.tablesorter {
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #AB040C;
	color: #FFF;
}
table.tablesorter thead tr .header {
	background-image: url(../../images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	vertical-align: top;
}
table.tablesorter tbody tr.odd {
	background-color:#E8E8E8;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../../images/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../../images/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	text-decoration: underline;
}