/* tables */

	
table.tablesorter thead tr .header {
	background-image: url("images/tablesorter/bg.gif");
	background-repeat: no-repeat;
	background-position: 85% center;
	cursor: pointer;
}
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 {
    font-family: Arial;
    font-size: 0.8em;
	font-weight: normal;
}



