﻿.pager_select
{
    margin: 0 0 0 2px;
    border: 1px solid #C9C9C9;
    padding: 1px 1px 1px 3px;
    font-size: 8pt;
    background-color: #FFFFFF;
    color: #484e53;
    text-align: center;
}

.PB_Selected
{
    color: #e55c19;
    font-weight: bold;
}
.PB_Selected a:link
{
    color: #e55c19;
    text-decoration: none;
}
.PB_Item a:hover
{
    color: #e55c19;
    text-decoration: underline;
}
.PB_Item
{   
     color: #484e53;
     font-weight: bold;     
}
.PB_Item a:link
{   
    color:  #484e53;
    text-decoration: none;
   }

.PB_Item a:hover
{
    color: #60B4D2;
    text-decoration: underline;
}




.Previous_Next
{
    border: 0px solid #C9C9C9;
    padding: 1px 1px 1px 4px;
    color: #e55c19;
    white-space: nowrap;
}
a.Previous_Next { color: #e55c19;text-decoration: none;white-space: nowrap;}
a.Previous_Next:hover
{
    color: #e55c19;
    text-decoration: underline;
    white-space: nowrap;
}


