@CHARSET "UTF-8";	

table.tablesorter {
	border-collapse: separate;
}	
table.tablesorter thead tr .header {
	padding-right: 10px;
	background-image: url(../img/jquery.tablesorter.2.0/bg.gif);	
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	border-bottom: 1px solid #b3e9f6;
}
table.tablesorter tfoot tr {
	border-top: 1px solid #b3e9f6;
}
table.tablesorter tbody td {
	padding: 2px;
	border: none;
}
table.tablesorter tbody tr:hover td, table.tablesorter tbody .highlight tr:hover td {
	background-color: #D0D0D0;
}
table.tablesorter tbody .highlight td {
	background-color: #F0F0F0;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/jquery.tablesorter.2.0/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/jquery.tablesorter.2.0/desc.gif);
}