﻿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-color: inherit;
    background-position: center center;
    background: url(/Images/Themes/_Generic/Buttons/Std_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;
    white-space: nowrap;
    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;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
input.AdminButton
{
    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;
    white-space: nowrap;
    width: 44px;
}
input.AdminButton_Disabled
{
    background-color: inherit;
    background-position: center center;
    background: url(/Images/Themes/_Generic/Buttons/Admin_blank_Disabled.gif) no-repeat;
    border: none;
    color: #999999;
    cursor: pointer;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    height: 26px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 44px;
}
input.Wide
{
    background-color: inherit;
    background-position: center center;
    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;
}
input.Mini
{
    background-color: inherit;
    background-position: center center;
    background: url(/Images/Themes/Halsted/Buttons/Std_Mini_blank.gif) no-repeat;
    border: none;
    color: #002277;
    cursor: pointer;
    font-family: Verdana;
    font-size: 7pt;
    font-weight: bold;
    height: 19px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 44px;
}
