/* tables */
table.tablesorter {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 11.3px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	color: Black;
	text-align: center;
}

table.tablesorter thead tr .header {
	/*background-image: url(bg.gif);*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	background-color: #FFF;
	vertical-align: top;
	text-align: center;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
/*
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: #C38703;
}

table.tablesorter td.hover
{
	background-color: #f0f0f0;
	cursor: pointer;
}

table.tablesorter td.click
{
	background-color: LemonChiffon;
}
	#adTable td.hovercell, th.hovercell
	{
		background-color: #abc;
	}