.client_Background{
	background-color:#666666;
}
	

.client_FirstColor{
	color:#666666;
}

/* requerido para cambiar el color de resalte de campos con foco*/
.textFieldTextBoxFocus, textarea.textFieldTextBoxFocus{
	border:1px solid #979797 !important; 
}

/* requerido para la fuente del sistema */
* {
	font-family: Verdana, Helvetica, Arial;
}

/*ESTILOS PARA EL MENU*/
.sve7-level1{
        border: solid 1px #979797;
        color: #Eeeeee;
background-color: #77c043;
}

.sve7-level1:hover{
        background-color: #000000;
}

.sve7-level2{
        border-left: solid 1px #979797;
        border-bottom: solid 1px #979797;
        border-right: solid 1px #979797;
        background-color: #666666;
        color: #Eeeeee;
}

.sve7-level2:hover{
        background-color: #979797;
}


.sve7-level3{
        border-left: solid 1px #979797;
        border-bottom: solid 1px #979797;
        border-right: solid 1px #979797;
        background-color: #Eeeeee;
        color: #666666;
}
.sve7-level3:hover{
        background-color: #77c043;
}
.sve7-selectedItem{
        font-weight: bold !important;
        border-left-color: #666666 !important;
        border-left-width: 3px !important;
}
.sve7-selectedItem a{
        color: #979797 !important;
}

.sve7-common-section{
        background-color: #77c043;
        height: 22px;
        line-height: 22px;
        vertical-align: middle;
        padding-left: 5px;
        border-bottom: dotted 1px #AAA;
}

.sve7-common-section:hover{
        border-bottom: dotted 1px #888;
        background-color: #666666;
}

/*FIN ESTILOS PARA EL MENU*/

