/* tables */
table.tablesorter {
	font-family: Arial;
	background-color: #ABABAB;
	font-size: 0.8em;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size: 1.1em;
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	padding: 0.3em;
}
table.tablesorter thead tr .header {
	font-size: 1.1em;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tfoot tr {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #BBCCD0;
	border: 1px solid #FFF;
	padding: 0.3em;
}
table.tablesorter tbody td {
	font-size: 1.1em;
	color: #3D3D3D;
	background-color: #FFF;
	vertical-align: top;
	padding: 0.1em;
}
table.tablesorter tbody tr.odd td {
	background-color: #F4F4F4;
}
table.tablesorter thead tr .headerSortUp {
	font-size: 1.1em;
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	font-size: 1.1em;
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	font-size: 1.1em;
	background-color: #BBCCD0;
}
