.client_Background{
	background-color:#3B78BB;
}

.client_FirstColor{
	color:#3B78BB;
}

/* requerido para cambiar el color de resalte de campos con foco*/
.textFieldTextBoxFocus, textarea.textFieldTextBoxFocus{
	border:1px solid #3B78BB !important; 
	box-shadow: 1px 1px 1px #3B78BB;
	-moz-box-shadow: 1px 1px 1px #3B78BB;
	-webkit-box-shadow: 1px 1px 1px #3B78BB;
}

/* requerido para la fuente del sistema */
* {
	font-family: Verdana, Helvetica, Arial;
}

/*ESTILOS PARA EL MENU*/
.sve7-level1{
        border: solid 1px #ffffff;
        color: #ffffff;
background-color: #3B78BB;
}

.sve7-level1:hover{
        background-color: #e2e2e2;
        color: #3B78BB;
}

.sve7-level2{
        border-left: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        background-color: #0066cb;
        color: #ffffff;
}

.sve7-level2:hover{
        background-color: #e2e2e2;
        color: #0066cb;
}


.sve7-level3{
        border-left: solid 1px #ffffff;
        border-bottom: solid 1px #d1d1d1;
        border-right: solid 1px #ffffff;
        background-color: #ffffff;
        color: #000000;
}
.sve7-level3:hover{
        background-color: #e2e2e2;
}
.sve7-selectedItem{
        font-weight: bold !important;
        border-left-color: #3B78BB !important;
        border-left-width: 3px !important;
}
.sve7-selectedItem a{
        color: #3B78BB !important;
}

.sve7-common-section{
        background-color: #f8f8f8;
        height: 22px;
        line-height: 22px;
        vertical-align: middle;
        padding-left: 5px;
        border-bottom: dotted 1px #AAA;
	color: #0f4284;
}

.sve7-common-section:hover{
        border-bottom: dotted 1px #888;
        background-color: #e2e2e2;
}

/*FIN ESTILOS PARA EL MENU*/

