/* tables */
table.tablesorter {
	width: 100%;
	font-size: 11px;
	text-align: center;
	margin: 0 0 10px 0;
	border: 1px solid #8cc0dc;
	border-collapse: separate;
	border-spacing: 1px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	color: #002c5b;
	background-color: #ddf2fc;
	border: 1px solid #8cc0dc;
	padding: 4px;
}
table.tablesorter thead tr .header {
	cursor: pointer;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter tbody td {
	color: #424242;
	background-color: #fff;
	border: 1px #ddf2fc solid;
	vertical-align: middle;
	padding: 2px;
}
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: #b6e0f8; }