﻿
                
#PagesDisplayArea
{
    height:25px;
    width:30%;
    float:left;
    line-height: 23px;
    text-align:center;
}
                
                #PreviousPageButton
                {
                    height:25px;
                    width:30%;
                    float:left;
                }
                
                #NextPageButton
                {
                    height:25px;
                    width:30%;
                    float:right;
                }
                
                #CurrentPageNumber
                {
                    padding-right:10px;
                }
                
                #TotalNumberOfPages
                {
                    padding-left:10px;
                }
                
                
.PageSelectArea span a {
    display: block;
    height: 23px;
    width: 25px;
}
                
.PageSelectAreaSpanA {
    display: block;
    height: 23px;
    width: 25px;
    float: left;
    line-height: 23px;
    color: #464646;
    border: 1px solid #CCC;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 5px;
}

.PageSelectAreaSpanB {
    display: block;
    height: 23px;
    width: 25px;
    float: right;
    line-height: 23px;
    color: #464646;
    border: 1px solid #CCC;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
} 


.PageSelectArea
{
    padding-top:100px;
    padding-bottom:30px;
}