/* tables */
table.tablesorter
{
	font-size: 0.8em;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
	background-color: #e6eeee;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

table.tablesorter thead tr .header
{
	background-image: url("../img/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td
{
	color: #3d3d3d;
	vertical-align: top;
}

table.tablesorter tbody tr:nth-child(even)
{
	background-color: #f0f0f6;
}

table.tablesorter tbody tr:hover
{
	background-color: #cdcdcd;
}

table.tablesorter thead tr .headerSortUp
{
	background-image: url("../img/asc.gif");
}

table.tablesorter thead tr .headerSortDown
{
	background-image: url("../img/desc.gif");
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
	background-color: #8dbdd8;
}