/* Page Numbers */
.pages {
 font: 83%/1.4 arial, helvetica, sans-serif;
    padding: 1em;
    /*margin: 1em 0; */
    clear: left;
    font-size: 100%;
    /* width:500px; 
	height:10px */ 
}

.pages a {
	color:#003366;
    display: block;
    float: right;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    /* border: 1px solid #fff; */
    background: #fff;
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

.pages a.current, a.current:hover 
{
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #1874CD;
    color: white;
}

.pages a.current:hover 
{
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #1874CD;
    color: white;
}

.pages a:hover {
    border-color: darkblue;
    background: #FABE00;
    color: darkblue;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.pagesizedll {
    float: left;
}
.pages span {
	color:#003366;
    display: block;
    float: right;
    padding: 0.2em 0.1em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current, span.current:hover {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}
.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev-next {
    float: right;
}