
td.adminInputLabel, .adminForm th
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: black;
    
}

input.admin, select.admin
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    font-size: 11px;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    font-family: Verdana, Helvetica;
    background-color: whitesmoke;
}

legend
{
    font-size: 12px;
    font-family: Arial;
}

.popupMenu
{
    position: absolute;
    visibility: hidden;
    background-color: #F5F7F8;
    opacity: .9;
    filter: alpha(opacity=90);
}
.popupHover
{
}

.adminHeading
{
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.adminForm
{
    width: 100%;
}

input.AdminButton, AdminButton
{
    font-weight: bold;
    font-size: 8pt;
    color: black;
    font-family: Arial, Verdana, Helvetica;
    height: 18px;
    background-color: white;
    cursor: hand;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

.UserAdminErro
{
    font-family: Arial, Verdana, Helvetica;
font-size:9pt;
font-weight:bold;
color:red;
}