﻿div.seoPager
{
    width:100%;
    float:none;
    text-align:center;
    margin-top:10px;
    clear:both;
    }
    
.seoPager ul.pages {
display:block;
border:none;
text-transform:uppercase;
font-size:16px;
margin:10px 0 10px;
padding:0;
}

.seoPager ul.pages li {
list-style:none;
float:left;
border:1px solid #ccc;
background-color:white;
text-decoration:none;
margin:0 5px 0 0;
padding:0px;
cursor:  hand;
}

.seoPager ul.pages li:hover {
border:1px solid #003f7e;
}

.seoPager ul.pages li.pgEmpty {
border:1px solid #eee;
color:#eee;

}

.seoPager ul.pages li.pgCurrent {
border:1px solid #ccc;
color:white !important;
font-weight:700;
background-color:black;
}

.seoPager ul.pages li a span
{
    color:black;
    }
.seoPager ul.pages li.pgCurrent a span {
color:white !important;
font-weight:700;
}

.seoPager ul.pages li a 
{
color:#000;    
text-decoration:none;
}

.seoPager ul.pages li a:hover
{
text-decoration:none;
}


.seoPager ul.pages li.pgCurrent a
{
color:white !important;
font-weight:700;
}

.seoPager ul.pages li a span 
{
    width:100%;
    height:100%;
    padding:3px;
    }