.listpager 
{
    width: 100%;
    padding:2px;
	margin-top:25px;
}
.listpager .pagerinfo,
.listpager .pager_first,
.listpager .pager_prev,
.listpager .pager_next,
.listpager .pager_last,
.listpager .pager_number
{
	color: #2E6AB1;
	line-height: 22px;
	padding: 3px 4px;
	margin:auto 2px;
	background-image: none;
	border: 1px solid #9AAFE5;
}
.listpager .pager_first a,
.listpager .pager_prev a,
.listpager .pager_next a,
.listpager .pager_last a,
.listpager .pager_number a
{
    color: #2E6AB1;
    text-decoration: none;
}
.listpager .pager_current
{
	color: #FFF;
	background-color: #2E6AB1;
	font-weight: 600;
}
.listpager .pager_select 
{
	height: 23px;
	padding: 3px 4px;
	margin:auto 2px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}