

.tituloDentroCadastro {
    font-size :14px ;  
    padding: 30px;
    text-align:center;
}

body {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 
    background-color:#F8F8FF;    
    color:#000000; 

}

img { border:0}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: double;
    
}

.titulo {
    font-size:13px; 
    font-weight:bold;    
    color: #000000;
    text-align: center;   
    margin-top: 0px;    
    margin-bottom: 20px;
    width: 100%;    
}

.titulo2 {
    font-size:12px; 
    font-weight:bold;  
    text-align: center;   
    margin-top: 0px;    
    margin-bottom: 30px;   
}

h1 {
    font-size:15px; 
    font-weight:bold; 
    background-color: #6699CC;
    color: #FFFFFF;
    text-align: center;    
    margin-top: 10px;  
    margin-bottom: 20px;
    width: 100%;
}

.subTitulo {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #6699FF;	
    border-bottom:thin solid #6699CC;
    width: 100%;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 3px; 
    text-align: left;
}

.subTitulo2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    /*text-align: center;*/
    font-weight: bold;
    font-style: oblique;
    color: gray;  
    margin-top: 10; 
}



.aba {
    background-color: #FFFFFF; 
    display: none;  
    padding: 10px;
}



.obrigatorio {
    color: red;
    font-size: 10;
}

.validaoCampo{   
    font-size: 10px;  
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    background-color: #FFFFFF;     
}

.campo{   
    font-size: 10px;  
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    background-color: #FFFFFF;     
}

.somenteLeitura{   
    font-size: 10px;  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: silver; 
    color: #5F5F5F;
    
}

.botao {
    
    font-size:8pt;
    font-weight:bold;
    text-align:center;
    color: #333333;
    background-color: #DDDDDD;
    border: thin solid gray;
    border-width: 1px;
    border-style: solid;	
    margin-left: 10px;
}

.botaoGeral {
    font-size: 11px; 
    font-weight: bold;  
    margin-left: 10px;
}

.letraMaiuscula {
    font-size: 10px;
}

.label {
    font-weight: bold;
    color: #000000;	
}



legend {
    background-color:#E4E4E4; 
}


table {    
    font-size: 11px;
    border : 1px;
    text-align: left;   
    
    
}

td {  
    padding: 0px 3px 0px 3px;  
}


.tabela { 
    
    text-align: center; 
    font-size: 11px;   
    border: #F2F2F2;
    margin-top: 20px;
    background-color:#FFFFEB; 
     
}



.tabela2 {  
    border-left: solid 1px gray; 
    border-top: solid 1px gray;
    border-bottom:solid 2px black;
    border-right:solid 2px black;  
    background-color:#FFFFFF;     
    text-align: center; 
    font-size: 11px; 
    border: thin solid gray;
    border-width: 1px;
    background-color:#F8F8FF;
    
}

.celula { 
    vertical-align:middle;     
    padding: 2px 10px 2px 10px; 
    background-color:#CAE1FF;
   
    
} 


.cabecalho {       
    font-weight: bold;
    background-color: #6699CC;
    font-size: 12px;
    color: #ffffff;
    
}

th {
    background-color: #6699CC;
    text-align: center;
    font-weight: bold;
    color: #FFFFEB;
}

.linha {
    font-size: 11px;
    background-color:#E4E4E4; 
    
}

.nenhumRegistro {
    text-align:center;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
    color:red;
}

.mensagemSucesso {color: blue; font-size:13; font-weight: bold; }
.mensagemErro {color: red; font-size:13; font-weight: bold; }



a, .linkImagem {
    cursor: pointer;
    
}

a:link {
    text-decoration: none;
    color: #666666;
}

a:visited {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #666666;
}










