/*
 *  Versão      :   10
 *  Data_versão :   03/01/2014
 */

body {
    margin:0px;
    padding:0px;
    text-align: left;
    background-repeat: repeat-y; 
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight:700;
    color: #010101;
}

p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #262626;
}

tr,td,table{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

a:link,a:visited{
    text-decoration:none;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #18189a;
    text-align: center;
}

a:hover,a:active,a:focus{
    text-decoration:underline;    
}
 
img{border:0}
 
select,input,textarea {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:lighter;
    color: #3C3C3C;
    background-color: #FFFFD4;
    background-repeat: repeat-y;
}
input[disabled='disabled'],select[disabled='disabled'],option[disabled='disabled'] {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:lighter;
    color: #000000;
    background-color: #C0C0C0;
    background-repeat: repeat-y;
}

.inputImage {
    color: #000000;
    background-color: transparent;
}

.flutuante{
    display: none;
    padding: 10px;
    border: 1px solid gray;
    background-color: #FFFFFF;
}

.BGcabecalho{
    color: #FFFFFF;
    background-color: #3399FF;
}

.BGlinhaAzulClaro{
    background-color: #AAD4FF;
}

.BGlinhaItem{
    background-color: #D7E2E8;
}

.BGlinhaMP{
    background-color: #99FF99;
}

.BGlinhaErro{
    background-color: #CCCC99;
}

.BGlinhaAmarela{
    background-color: #FFFF66;
}

.BGlinhaInativo{
    background-color: #BAB9B9;
}

.BGlinhaItem2{
    background-color: #CAE4FF;
}
.BGlinhaItem3{
    background-color: #DAEAFF;
}
input[disabled='disabled'],select[disabled='disabled'],option[disabled='disabled'],
input.inativo,select.inativo,option.inativo,input.desabilitado
{
    font-weight:lighter;
    color: #000000;
    background-color: #C0C0C0;
}