﻿.PagerHiddenButton
{
    border: solid 0px white;
    background-color: #d3e0f1;
}

.PagerTexbox
{
    height: 14px;
    border: 1px solid #B5B8C8;
    padding: 2px 2px 0px 2px;
    font: normal 11px verdana;
    background: #ffffff url(../Images/text-bg.gif) repeat-x 0px 0px;
    margin: 0px;
    vertical-align: middle;
}

/*************************************************************************************/
.FirstButton
{
    display: block;
    background: url(../Images/Grid/page-first.gif) no-repeat;
    background-position: center center;
    height: 16px;
    width: 16px;
    margin-top: 1px;
}

.FirstButton:link, .FirstButton:visited, .FirstButton:active
{
}

.FirstButton:hover
{
    background: url(../Images/Grid/page-first-hover.gif) no-repeat;
    background-position: center center;
    height: 21px;
    width: 22px;
}
/*************************************************************************************/

/*************************************************************************************/
.PrevButton
{
    display: block;
    background: url(../Images/Grid/page-prev.gif) no-repeat;
    background-position: center center;
    height: 16px;
    width: 16px;
    margin-top: 1px;
}

.PrevButton:link, .PrevButton:visited, .PrevButton:active
{
}

.PrevButton:hover
{
    background: url(../Images/Grid/page-prev-hover.gif) no-repeat;
    background-position: center center;
    height: 21px;
    width: 22px;
}
/*************************************************************************************/


/*************************************************************************************/
.NextButton
{
    display: block;
    background: url(../Images/Grid/page-next.gif) no-repeat;
    background-position: center center;
    height: 16px;
    width: 16px;
    margin-top: 1px;
}

.NextButton:link, .NextButton:visited, .NextButton:active
{
}

.NextButton:hover
{
    background: url(../Images/Grid/page-next-hover.gif) no-repeat;
    background-position: center center;
    height: 21px;
    width: 22px;
}
/*************************************************************************************/



/*************************************************************************************/
.LastButton
{
    display: inline-table;
    display: inline-block;
    background: url(../Images/Grid/page-last.gif) no-repeat;
    background-position: center center;
    height: 14px;
    width: 16px;
    margin-top: 1px;
}

.LastButton:link, .LastButton:visited, .LastButton:active
{
}

.LastButton:hover
{
    background: url(../Images/Grid/page-last-hover.gif) no-repeat;
    background-position: center center;
    height: 21px;
    width: 22px;
}
/*************************************************************************************/


.CurrentPage
{
    display: inline-table;
    display: inline-block;
    height: 14px;
    padding-left: 3px;
    padding-right: 3px;
    border-style: solid;
    border-width: 0px;
    border-color: #999999;
    background-color: #ffffff;
    color: #ff0000;
    font-family: Tahoma, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}

/*************************************************************************************/

.LinkButtonPager
{
    display: inline-table;
    display: inline-block;
    height: 14px;
    padding-left: 3px;
    padding-right: 3px; 
    /*background-color: #eeeeee; border-style: solid;     border-width: 1px;     border-color: #999999;     border-top-color: #cccccc;     border-left-color: #cccccc;     background-color: #eeeeee;     color: #ffffff;*/
    font-family: Tahoma, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    
}

.LinkButtonPager:LINK, LinkButtonPager:VISITED, LinkButtonPager:ACTIVE
{
    text-decoration: none;
    color: #333333;
    font-size: 11px;
    text-decoration:underline;
}


.LinkButtonPager:HOVER
{
    text-decoration: underline;
    color: #ff0000;
    background-color: #ffffff;
    font-size: 11px;
}
/*************************************************************************************/
