BODY
{
    font-family: Arial, Sans-Serif;
    background-color: #E6E6FA;
}

#Cabecalho
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: white;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.TelaTitulo
{
    font-size: 15pt;
    margin: 0px;
    color: navy;
}

.Ass
{
    font-size: 10pt;
    color: navy;
    text-align: right;
}

.Cabecalho
{
    background: white;
    font-size: 15pt;
    color: navy;
    border-top: navy 1px solid;
    margin: 0px;
    border-bottom: navy 1px solid;
    height: 31px;
}

.Cadastro
{
    border-right: 1px solid;
    padding-right: 5px;
    border-top: 1px solid;
    margin-top: 0px;
    padding-left: 5px;
    background-image: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-left: 1px solid;
    padding-top: 5px;
    border-bottom: 1px solid;
    background-color: rgb(244,242,244);
}

.mt /* Antigo Campo Titulo */
{
    font-size: 10pt;
    text-transform: capitalize;
    width: 25%;
    color: navy;
    border-collapse: collapse;
    text-align: right;
    vertical-align: middle;
}
.me
{
    font-size: 10pt;
    vertical-align: bottom;
}

.edt
{
    font-size: 10pt;
    background-color: White;
}

.pes
{
    font-size: 10pt;
    background-color: #FFFFE0;
}

.ro
{
    font-size: 10pt;
    background-color: #A9A9A9;
}

.GAIS /* Grid Automatico */
{
    color: #4A3C8C;
    background-color: #F7F7F7;
}
.GIS /* Grid Automatico */
{
    color: #4A3C8C;
    background-color: #e7e7ff;
}

.cad
{
    margin-top: 5px;
    display: block;
    font-size: 12pt;
    width: 300px;
}

.bt
{
    display: inline;
    font-size: 12pt;
    margin-left: 5px;
    width: 200px;
}
div.pCad /* Divisões com Botões */
{
    /*  border: solid 1px green; */
    text-align: center;
}

.None /* Desaparece o componente */
{
    display: none;
}
.block
{
    display: block;
    width:100%;
}


/* Edição de Escala
*/
.TEN, .TENF, .TED
{
    font-weight: bold;
    font-size: xx-small;
    color: navy;
}

.TED
{
    color: Red;
}

.TENF
{
    width: 247px;
    height: 25px;
}

.TEN, .TED, .ED, .EN
{
    width: 109px; 
    text-align: center;
}

.EN
{
    font-size: xx-small;
    color: navy;
}
.ENL
{
    font-size: xx-small;
    color: black;
    width: 106px;
}

.ED
{
    font-size: xx-small;
    color: Red;
}

/* Barra de Progresso do Gauge */

#progressbar 
{
 background-color: rgb(152, 162, 160);
 border: 1px solid rgb(22, 62, 106);
 margin: 7px;
 height: 22px;
 max-width : 250px;
 min-width : 150px;
}

#barragauge
{
    background-color: rgb(15, 35, 59);
    background-repeat: repeat-x;
    display: block;
    height: 22px;
    background-image: url( 'figuras/progress_bg.gif' );
    float :left;
    display:inline;
    font-family:Arial; 
    font-weight: bold; 
    font-size:10pt; 
    color: White; 
}

#percentual
{
    padding: 2px; 
    
    font-family:Tahoma; 
    font-weight: bold; 
    font-size:11px; 
    z-index:101; 
    float: left; 
    position:relative; 
    left :-85;
    }
    
.MaskedEditFocus
{
    background-color: #FFFF99;
}


.MaskedEditError
{
    background-color: #FFCC99;
}