/* Timothy Framework - www.timothywebdesign.com */
/* This work is licensed under a Creative Commons Attribution 3.0 Unported License. */


/* Color Legend */



table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

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

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