
table.tablesorter thead tr .headerSortUp {
	background-image: url("../images/asc.gif") !important;
    
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("../images/desc.gif") !important;
 }

table.tablesorter thead tr .header {
	background-image: url("../images/bg.gif");
	background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
	/*width:76px;*/
	width:96px;
	position:inherit !important;
}
table.tablesorter thead tr .terms {
    /*width:65px;*/
	width:55px;
}
table.tablesorter thead tr .period {
    width:75px;
}
table.tablesorter thead tr .last {
   /* width:60px;*/
	width:50px;
}

