﻿
#PAGING 
{
    text-align: right;
    font-size: 8pt;
    font-family: Tahoma;
}

#PAGING SPAN.Sep 
{
    color: Silver;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

#PAGING SPAN.OffPage
{
    color: Silver;
    font-weight:bold;
}
#PAGING SPAN.OffPage1
{
	vertical-align:top;
    font-family:Segoe UI;
    font-size:12px;
    color: Black;
    font-style:normal;
}

#PAGING SPAN.OffPrev, SPAN.OffNext 
{
    color: Silver;
    padding-left: 5px;
    padding-right: 5px;
}

#PAGING SPAN.OnPrev, SPAN.OnNext
{
    
    padding-right: 5px;
    text-align:right;
}

#PAGING A.OnPage, A.OnNext, A.OnPrev
{
    color: #028df3;
    text-decoration: none;
}

#PAGING A.OnPage:Hover, A.OnNext:Hover, A.OnPrev:Hover
{
    text-decoration: underline;
}