﻿.pagination
{
    text-align: right;
    height: 30px;
    float: right;
    display: inline;
    line-height: 22px;    
}

.pagination a.paginationPage {
    display: inline-block;
    margin-right: 2px;
    padding: 0px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    color: #0362CE;
    font-weight: bold;
    font-size: 10pt;    
}

.pagination .actionButton a span
{
    display: inline-block;
}

.pagination .actionButton.prev a span
{
    font-weight: normal;
    padding-left: 12px;
    background: url("/Skins/Base/Images/icon_previous.gif") left center no-repeat;    
}

.pagination .actionButton.next a span
{
    font-weight: normal;
    padding-right: 12px;
    background: url("/Skins/Base/Images/icon_next.gif") right center no-repeat;
}

.pagination .current
{
    text-decoration: none;
    color: Black;
    font-weight: bold;
    font-size: 1em;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}

.pagination .current.prev, .pagination .current.next
{
    color: Black;
}

.pagination .dots
{
    color: #2c7dd5;
    padding-left: 3px;
    padding-right: 3px;
}

.pagination a
{
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
}

.pagination a:hover 
{
    text-decoration:none;
}

