﻿ 
table.tablesorter {
	
	width: 100%;
	
}

table.tablesorter thead tr .header {

	background-image: url(http://localhost:50864///images/bg1.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer !important;
    padding-right:15px !important;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(http://localhost:50864///images/asc.gif);
    background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer !important;
    padding-right:15px !important;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://localhost:50864///images/desc.gif);
    background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer !important;
    padding-right:15px !important;

}
