﻿
.Pages {
    padding: 6px 5px 5px 5px;
    text-align: center;
    clear: both;
    font-size: 12px;
}

    .Pages a.PageLink:link {
        border: solid 1px #cccccc;
        line-height: 90%;
        background: #fff;
        color: #8798b6;
        margin-left: 4px;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        padding: 4px 8px 4px 8px;
    }

    .Pages A.PageLink:visited {
        border: solid 1px #cccccc;
        line-height: 90%;
        background: #fff;
        color: #8798b6;
        margin-left: 4px;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        padding: 4px 8px 4px 8px;
    }
     
    .Pages A.PageLink:hover {
        border: solid 1px #cccccc;
        padding: 4px 8px 4px 8px;
        background: #fd1a2b;
        line-height: 90%;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    

    .Pages .PageSel { 
        background: #fd1a2b;
        color: #fff;
        margin-left: 4px;
        font-weight: bold;
        padding: 5px 9px 5px 9px;
    }
     