/* tables */
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	font-size: 10px;
	padding: 5px;
	padding-right: 17px;
	padding-left: 3px;
	font-weight: normal;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #eee;
box-shadow: 0px 0px 3px #999;
color: #000;
border-bottom: 1px solid #fff;
font-weight: bold;

}

table.tablesorter thead tr span {
	transform: rotate(-45deg);
}