/* tables */
table.tablesorter {
	font-size: 10px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #cbe875;
	font-size: 11px;
	font-weight:strong;
	padding: 4px;
	border-right:1px solid #ecece6;
}
table.tablesorter thead tr .header {
	background-image: url(graphics/sort_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
	border-top:1px solid #ecece6;
}
table.tablesorter tbody tr.odd td {
	background-color:#f2f8de;
	border-top:1px solid #ecece6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(graphics/sort_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(graphics/sort_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #99cc00;
}

.navPager{
	float:right;
	height:20px;
}