/* tables */
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	color: #e5e5e5;
	background-color: #000000;
	border: 1px solid #ddd;
	padding: 0 10px;
	line-height: 24px;
	height: 24px;
	font-weight: normal;
	text-align: center;
	
	
}
table.tablesorter thead tr .header {
        padding-right: 20px;
	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: #666666;
color: #e5e5e5;
}
