﻿.Page
{
    color: Black;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
}

.CurrentPage
{
    text-decoration: underline;
    font-weight: bold;
}

.NextPreviousPage
{
    font-weight: bold;
    color: Orange;
}

.FirstLastPage
{
    color: Black;
}

.Pager
{
    overflow: auto;
}

.Pager.Top
{
    margin-bottom: 5px;
    border-bottom: 1px solid #DCDCDC;
}

.Pager.Bottom
{
    border-top: 1px solid #DCDCDC;
}
