/* tables */
table.tablesorter thead tr .tablesorter-headerAsc {
	background-image: url(../images/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

table.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url(../images/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.sortedLaod {
	background-image: url(../images/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
/* table.tablesorter thead tr .tablesorter-headerUnSorted {
	background-image: url(../images/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
.tablesorter .tablesorter-header.sorter-false {
    background-image: url();
} */