table.tablesorter {
	/*font-size: 12px;
	background-color: #4D4D4D;
	width: 1024px;
	border: 1px solid #000;*/
}
table.tablesorter th {
	/*text-align: left;
	padding: 5px;
	background-color: #6E6E6E;*/
	border:1px solid #fff;
}
table.tablesorter td {
	/*color: #FFF;
	padding: 5px;*/
}
table.tablesorter .even {
	background-color: #ffffff;
}
table.tablesorter .odd {
	background-color: #e6e6e6;
}
table.tablesorter .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter .headerSortUp {
	background-image: url(asc.gif);
	background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
	background-image: url(desc.gif);
	background-repeat: no-repeat;
}

table.tablesorter tr a {text-decoration:none; color:#666666;}
table.tablesorter tr a:hover {text-decoration:none; color:#46979e;}

