﻿.listPages
{
    color: #0000FF;
    margin-top: 10px;
}

.listPages a
{
    padding: 4px 8px 5px 8px;
    line-height: 23px;
    /*border: 1px solid #CCCCCC;*/
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #000000;
    text-decoration: none;
    background-color: #edf0f4;
    margin-right: 1px;
    margin-top: -2px;
}

.listPages a:hover
{
    color: #ffffff;
    /*background-color: #3d85ba;*/
    background-color: #f09100;
}

.listPages a:hover.selected
{
    color: #22326d;
    background-color: #ffffff;
}

.listPages .selected
{
    background-color: white;
    color: #22326d;
    font-weight: bold;
}

.listPages .next
{
    color: #3d85ba;
}

.listPages span
{
    float: left;
    color: #22326D;
    font-weight: bold;
    padding-top: 10px;
}

.listPages .bottomPages
{
    height: 30px;
    background: url( '../images/pixel.png' ) repeat-x;
    background-position: 0 0;
    padding-left: 8px;
    margin-top: -11px;
}

.listPages .bottomPages .selected
{
    border-top: 2px solid white;
}
