/* tables */
table.tablesorter {
	background-color: #fff;
	text-align: left;
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #FED79F; /* 60% Harvest Gold */
	border: 1px solid #999;
	padding: 5px;
}
table.tablesorter thead tr .header {
	background-image: url(/includes/scripts/jquery/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #000;
	padding: 5px;
	background-color: #FFF;
	vertical-align: top;
	border: 1px solid #999999;
}
table.tablesorter tbody tr.odd td {
	background-color:#F7EDD4; /* Cream colored stripes */
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/includes/scripts/jquery/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/includes/scripts/jquery/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #FDBC5F; /* Harvest Gold */
}
