
td.adminInputLabel
{
    font-size: 11px;
    font-family: Arial;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
}

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
{
}

table.adminHeading
{
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    border-collapse: collapse;
    color: #C64934;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

table.adminForm
{
    background-color: #f9f9f9;
    border: solid 1px #d5d5d5;
    width: 100%;
    border-collapse: collapse;
}
table.adminForm th
{
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
    height: 25px;
    background-image: url(../../Interface/Global/Recursos/Img/Admin/adminform_top.jpg);
    color: #000;
    background-repeat: repeat;
}

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;
}
