/* tables */
table.tablesorter {
	background-color: #e7e7e7;
	font-size: 11px;
	text-align: left;
	color: #666666;
	border-bottom: 1px solid #999999 !important;
	width: 100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #f0f0f0;
	border: 1px solid #FFF;
	border-bottom: 1px solid #999999;
	font-size: 11px;
	padding: 4px 16px 4px 4px;
	font-weight: normal;
	color: #000000;
}

table.tablesorter thead tr th:hover, table.tablesorter tfoot tr th:hover {
	background-color: #e1e1e1;
}

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: #666666;
	padding: 4px;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #FFF;
}
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: #e1e1e1;
}
