﻿body
{
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
}

.LabelIdentificacao
{
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
    color: #ffffff;
    /*filter: DropShadow(Color=#845002, OffX=1, OffY=1, Positive=1); verificar*/
}

.CabecalhoCadastro
{
    border: solid 1px #E1E1E1;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #0D4673;
    background-color: #F4F4F4;
    padding: 2px 2px 2px 4px;
}

.TextBoxOn
{
    border-color: #ED8804;
    border-width: 1px;
    height: 20px;
    border-style: solid;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    padding-left: 2px;
    padding-top: 2px;
}

.TextBoxOff
{
    border-color: #E0E0E2;
    border-width: 1px;
    height: 20px;
    border-style: solid;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    padding-left: 2px;
}

.Grid
{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #999999;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}
.Grid a
{
    color: #000000;
}
.HeadingRow
{
    background-color: #FFFFD1;
    color: #333333;
}
.HeadingRow th
{
    border: 1px solid #999999;
    padding: 2px;
    font-weight: bold;
}
.HeadingRow th a
{
    text-decoration: none;
}
.DataRow
{
    background-color: #FFFFFF;
    height: 20px;
}
.DataRow td
{
    border-top: none;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: none;
    padding-left: 2px;
}
.AlternateDataRow
{
    background-color: #F6F6F6;
    height: 20px;
}
.AlternateDataRow td
{
    border-top: none;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: none;
    padding-left: 2px;
}
.EditDataCell
{
    padding: 0px !important;
    background-color: #E2E2E2;
    border-width: 0px !important;
}
.EditDataField
{
    padding: 0px;
    padding-left: 1px;
    height: 13px;
    width: 98% !important;
}
.SelectedRow
{
    background-color: #E0EFFC;
    height: 20px;
}
.SelectedRow td
{
    padding-left: 2px;
    border-top: none;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: none;
}
.PagerRow
{
    cursor: default;
    background-color: #F1F1F1;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    text-align: center;
}
.PagerRow td
{
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}
A
{
    text-decoration: none;
}
A.preto:link
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
A.preto:visited
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
A.preto:hover
{
    font-family: Arial;
    font-size: 12px;
    color: #E77105;
    text-decoration: underline;
}

/**** ModalPopup ****/

.Popup
{
    border-left: solid 1px #404040;
    border-right: solid 1px #404040;
    border-bottom: solid 1px #404040;
    clear: both;
    height: auto;
    max-height: 120px;
    overflow: auto;
}

.Popup .titulo
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 6px;
    text-align: left;
    line-height: 32px;
    height: 32px;
    /*background: url(../Imagens/imgFundoBarra1.jpg) #FFFFFF repeat-x;*/
    /*none repeat-x scroll 0 #0b3d64*/
    background: #0b3d64 repeat-x scroll 0;
}

.Popup .titulo a
{
    float: right;
    margin-right: 3px;
}

/*.Popup .titulo a img
{
position:relative\9;
top:4px\9;
}*/

.Popup .botoes
{
    background-image: url(bgTopo.gif);
    text-align: center; /* padding: 3px 1px;*/
}
.Popup .botoes input
{
    /* margin: 0px 2px; */
}

.Popup .conteudo
{
    background-color: #FFFFFF;
    width: 100%;
}

.Popup tr td.conteudo /* Zera o padding lateral do Popup */
{
    padding: 0px;
}

.Popup .conteudo .dvContPopup
{
    height: 100%;
}

.Popup Label
{
    font: 11px arial;
}
/**** Fim -ModalPopup ****/

.RadioBtn
{
    font-size: 12px;
}
