/* tables */

table.tablesorter thead tr .header {
	background-image: url(/images/table_sorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-align:left;
}
table.tablesorter tbody td {
	vertical-align: top;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/table_sorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/table_sorter/desc.gif);
}

