.tablesorter td{
	border: 1px solid #000;
}

.tablesorter th{
	background: none repeat scroll 0 0 #134492;
	color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #000;
	border-right: 1px solid #fff;
}
.tablesorter th:last-child{
	border: 1px solid #000;
	border-right: 1px solid #000;
}
.tablesorter tr:nth-child(2n){
	background: #E6EAF1;
}
.tablesorter tr:nth-child(2n+1){
	background: #FEF8F2;
}
div.tablesorterPager {
	padding: 10px 0 10px 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: 50px;
	border: 1px solid #330000;
	text-align: center;
}


  