/* layer scroll do menu */
.menuLayerScroll{
    scrollbar-highlight-color:EEEEEE;
    scrollbar-shadow-color:#555555;
	scrollbar-face-color:#cccccc;
	scrollbar-track-color:#eeeeee;
}
/*tabela de opcoes dos modulos */
.moduloTabela{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;	
}
/*linha de opcoes dos modulos */
.moduloOption{
	height: 18px;
	background-color: #EEEEEE;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*linha de opcoes dos modulos ativa */
.moduloOption-o{
	height: 18px;
	background-color: #EEEEAA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*caixa de opcoes de modulos */
.moduloText{
	font-weight: bold;
	height: 16px;
	background-color: #FFFFFF;
	border: 1px solid #555555;
	cursor:default;
}
/* item do menu principal*/
.menuTextPrinc{
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
}
/* item do menu*/
.menuText{
	vertical-align: top;
	padding-bottom: 5px;	
}
/* caixa de menu */
.caixaMenu{
	background-image:url(../imagens/degradeMenu.gif);
	color: 12254A;
	height: 19px;
}
/* caixa de menu ativada */
.caixaMenu-o{
	background-image:url(../imagens/degradeMenuAtiv.gif);
	color: #FFFFFF;
	height: 19px;
	font-weight: bold;
	font-size: 11px;
}

/* caixa de menu ativada */
.caixaMenu-ativada{
	background-image: url(../imagens/degradeMenuAtiv.gif);
	color: #000000;
	height: 19px;
	font-weight: bold;
	font-size: 11px;
}

/*
    Sobrescrever o fundo e borda que o SPW passou a colocar nos itens de menu selecionados.
*/
.menuText-selecionado {
	border: none;
	background-color: transparent;
}