/* tables */
table.tablesorter
{
	font-size: small;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
	font-size: 8pt;
	color: White;
}
table.tablesorter thead tr .header
{
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: top right;
}

table.tablesorter tbody tr.odd td
{
	background-color: Gray;
}

.over
{
	background-color: #60ff09;
}

table.tablesorter thead tr .headerSortUp
{
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown
{
	background-image: url(desc.gif);
}

/*pager*/
table.pagercommands tr td.first
{
	background-image: url(first.png);
	background-repeat: no-repeat;
	width: 25px;
	cursor: pointer;
}

table.pagercommands tr td.prev
{
	background-image: url(prev2.png);
	background-repeat: no-repeat;
	width: 25px;
	cursor: pointer;
}

table.pagercommands tr td.next
{
	background-image: url(next2.png);
	background-repeat: no-repeat;
	width: 25px;
	cursor: pointer;
}

table.pagercommands tr td.last
{
	background-image: url(last.png);
	background-repeat: no-repeat;
	width: 25px;
	cursor: pointer;
}

table.pagercommands tr td input.pagedisplay
{
	width : 35px;
	background-color: Transparent;
	color: White;
	border: 0px;
	font-family: Arial;
	text-align: center;
}

