/* tables */
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #206099;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

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: #b6cae2;
}

.tablesorter
{
border-collapse:separate;
border-spacing:0px; 
}

*html .tablesorter
{
border-collapse:collapse;
border-spacing:0px; 
}
