.tablesorter {
	font-size: .65em;
	text-align: left;
}
.tablesorter thead tr th, .tablesorter tfoot tr th {
	border: 1px solid black;
	padding: 4px;
        padding-right: 15px;
}
.tablesorter thead tr .chartHeader {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
