/* tables */
 
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	 
	 
 
}
table.tablesorter thead tr .header {
 
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
 
	vertical-align: top;
}
 
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
 
}
