/* tables */
table.tablesorter thead tr .header {
	background-image: url("/resources/scripts/jquery.Tablesorter/blue/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url("/resources/scripts/jquery.Tablesorter/blue/asc.gif");	
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("/resources/scripts/jquery.Tablesorter/blue/desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
table.tablesorter tbody tr.odd td {
	background-color:#eee;
}
