/* tables */
table.tablesorter {

    background-color:#d8d8d8;
    color:#0056a2;
    border:1px solid blue;
    border-collapse: collapse;
	font-size: 10pt;
	width: 100%;
    text-align:center;

}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {

   border:2px solid blue;
	font-size: 10pt;

}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
    border:1px solid blue;
	vertical-align: middle;
}
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: #8dbdd8;
}
