﻿TD.Button, A.Button, A.Button:link, A.Button:active, A.Button:visited, A.Button:hover, A.Button:active
{
    font-weight: bold;
    cursor: pointer;
    color: #002277;
    font-family: Verdana;
    font-size: 8pt;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
input.Button
{
    background: inherit url(/Images/Themes/_Generic/Buttons/Std_blank.gif) no-repeat inherit center center;
    border: none;
    color: #002277;
    cursor: pointer;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    height: 27px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 74px;
}

TD.AdminButton, A.AdminButton, A.AdminButton:link, A.AdminButton:active, A.AdminButton:visited, A.AdminButton:hover, A.AdminButton:active
{
    cursor: pointer;
    color: #000000;
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
input.Admin
{
    background-color: inherit;
    background-position: center center;
    background: url(/Images/Themes/_Generic/Buttons/Admin_blank.gif) no-repeat;
    border: none;
    color: #000000;
    cursor: pointer;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    height: 26px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 42px;
}
input.Wide
{
    background-color: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(/Images/Themes/_Generic/Buttons/std_wide_blank.gif) no-repeat;
    border: none;
    color: #002277;
    cursor: pointer;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    height: 27px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 148px;
}

