﻿/* tables */
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding-right: 15px;
	font-size:12px;
}
table.tablesorter thead tr .header {
	background-image: url(../../img/ui/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../../img/ui/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../../img/ui/desc.gif);
}
