/* tables */
table.tablesorter {
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    text-align: left;
}
table.tablesorter thead tr .header {
    vertical-align: center;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position:top right;
	cursor: pointer;
}
table.tablesorter tbody td {

	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#1C1C1C;
}
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 {
vertical-align: center;
}

