table.tablesorter {
	font-family:arial;
	background-color: #C0E4E8;
	margin:1px 0pt 1px;
	font-size: 10pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-family:arial;
	background-color: #37B1C9;
	border: 1px solid #C0C0C0;
	font-size: 10pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/jQuery/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	font-family:arial;
	font-size: 10pt;
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#C0E4E8;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/jQuery/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/jQuery/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #37B1C9;
}

div.tablesorterPager {
	padding: 8px 0 8px 0;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input {
	font-size: 8px;
	width: 30px;
	border: 1px solid #330000;
	text-align: center;
}

a.first {float:left;background:url(../images/jQuery/pb1.gif);width:28px;height:22px;margin-right:3px;}
a.first:hover {float:left;background:url(../images/jQuery/pb1_1.gif);width:28px;height:22px;margin-right:3px;}

a.prev {float:left;background:url(../images/jQuery/pb2.gif);width:22px;height:22px;margin-right:3px;}
a.prev:hover {float:left;background:url(../images/jQuery/pb2_1.gif);width:22px;height:22px;margin-right:3px;}

a.next {float:left;background:url(../images/jQuery/pb3.gif);width:22px;height:22px;margin-right:3px;}
a.next:hover {float:left;background:url(../images/jQuery/pb3_1.gif);width:22px;height:22px;margin-right:3px;}

a.last {float:left;background:url(../images/jQuery/pb4.gif);width:28px;height:22px;margin-right:3px;}
a.last:hover {float:left;background:url(../images/jQuery/pb4_1.gif);width:28px;height:22px;margin-right:3px;}