table.tablesorter thead tr .header, table.tablesorter thead tr .header2 {
    /* .header2 used for styling other columns that are sorted server-side */
	background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	background-position: 2px;
	cursor: pointer;
}
table.tablesorter thead .header:hover, table.tablesorter thead .header2:hover {
    background-color: #203D44;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('images/desc.gif');
}
table.tablesorter thead tr .header.headerSortDown, table.tablesorter thead tr .header.headerSortUp,
table.tablesorter thead tr .header2.headerSortDown, table.tablesorter thead tr .header2.headerSortUp {
    background-color: #3C5960;
}