/* CSS Document */

.menu_aba {
    background: #EFE7C9 url(../imagens/bg_header_formext.gif) repeat-x top left;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 5px;
    cursor: hand;
    font-size: 9pt;
    font-weight: bold;
}

.menu_sel {
 background: #EFE7C9 url(../imagens/bg_header_formext_select.gif) repeat-x bottom left;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 border-top: 1px solid #000000;
 padding: 5px;
 cursor: hand;
 font-size: 9pt;
 font-weight: bold;
}

.conteudo {
 background-color: #fff;
 padding: 5px;
 width: 90%;
 height: 100%;
}

.selecao11 {
 border: 1px solid #003366;
 padding: 0; 
 overflow: auto;
 height: 120px;
 width: 100%;
 scrollbar-arrow-color: #000000;
 scrollbar-base-color: #DFE9FE;
 scrollbar-3dlight-color: #000000; 
 scrollbar-highlight-color: #EFEFEF; 
 scrollbar-face-color: #DFE9FE; 
 scrollbar-shadow-color: #DFE9FE; 
 scrollbar-darkshadow-color:#000000; 
 scrollbar-track-color: #000066; 
}