/* tables */

table.tablesorter thead tr .header {
	padding-left:25px;
	cursor: pointer;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
table.tablesorter thead tr .header .icon{
	background-image: url(../images/tablesorter.png);
	background-repeat: no-repeat;
	float:right;
	width:25px;
	height:25px;

}
table.tablesorter thead tr .header:hover{
	background-position:0px -25px;
}
table.tablesorter thead tr .headerSortUp .icon{
	background-position:0px -25px;
}
table.tablesorter thead tr .headerSortDown .icon{
	background-position:0px -50px;
}
table.tablesorter thead tr .headerSortUp, table.tablesorter thead tr .headerSortDown{
	background-position:0px -50px !important;
}
table.tablesorter thead tr .headerSortUp:hover, table.tablesorter thead tr .headerSortDown:hover{
	background-position:0px -75px !important;
}