table .sorter{
	font-size: 12px;
	width: 540px;
}
table.sorter th {
	border-right: 1px solid #d2d2d1;
	padding: 8px;
	text-align: left;
	color: #fff;
	background-color: #6E6E6E;
}
table.sorter td {
	color: #333;
	padding: 4px 0 4px 8px;
}
table.sorter tr:hover{
	background-color: #7dd059;
}
table.sortHover {
	background-color: #ff9999;
}
table.sorter .even {
	background-color: #fff;
}
table.sorter .odd {
	background-color: #f0f0f0;
}
table.sorter .header {
	background: #a9a9a9 url(../img/ascdesc.jpg) right no-repeat;
	padding-top: 8px;
	height: auto;
}
table.sorter .empty_header {
	background: #a9a9a9;
	padding-top: 8px;
	height: auto;
}
table.sorter .headerSortUp {
	background: #a9a9a9 url(../img/asc.jpg) right no-repeat;
}
table.sorter .headerSortDown {
	background: #a9a9a9 url(../img/desc.jpg) right no-repeat;
}
.pager {
	margin-left:130px;
	margin-top: 25px;
}
.pagedisplay {
	border:1px solid #d2d2d1;
	background:#fff;
}
