/* tables */
table.tablesorter {
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
/*	background-color: #e6EEEE;*/
}

table.tablesorter thead tr .header {
	background-image: url(/jquery/external/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	padding-right: 20px;
}

table.tablesorter tbody td {
}
table.tablesorter tbody tr.odd td {
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/jquery/external/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/jquery/external/tablesorter/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}
