﻿.PageHeight
{
    height:32px;
}

.PNPage
{
    /*border-right: #B5C7DE 1px solid;
    border-top: #B5C7DE 1px solid;
    border-left: #B5C7DE 1px solid;
    border-bottom: #B5C7DE 1px solid;*/
    padding: 6px;
    font-size:10pt;
    line-height:150%;
}

.NumericButton
{
    font-size: 10pt;
    padding: 6px;
    border-right: #B5C7DE 1px solid;
    border-top: #B5C7DE 1px solid;
    border-left: #B5C7DE 1px solid;
    border-bottom: #B5C7DE 1px solid;
    color: Gray;
}

.CurrentPageButton
{
    border-right: #B5C7DE 1px solid;
    border-top: #B5C7DE 1px solid;
    border-left: #B5C7DE 1px solid;
    border-bottom: #B5C7DE 1px solid;
    font-size: 10pt;
    background-color: #FF9933;
    color: #FFFFFF;
    padding: 6px;
    font-weight: bold;
}

