/* tables */
table.tablesorter {
	font-size: 12px;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border-bottom: 2px solid #002663;
	font-size: 12px;
	text-align: left;
	color: #002663;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td 
{
	border-bottom: 1px solid #002663;
	vertical-align: top;
	height: 55px;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif) ;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
