/* Implements All Control Buttons */
.controlButton {

}
.requerido{
	color: #F00;
}

/* Cambia el Estilo las opciones de reportes en StandardForm */
.report_options {
	background: #F2F2F2;
	border: 1px solid #969696;
}

/* Formatea los mensajes de Kumbia */
.notice_message, .success_message, .warning_message, .error_message, .validation_message {
	border: 1px solid;
	margin: 1px 0;
	padding:3px 10px 3px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.error_message {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/nomicorp/img/default/error.png');
}

.notice_message {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/nomicorp/img/default/info.png');
}

.success_message {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/nomicorp/img/default/valid.png');
}

.warning_message {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/nomicorp/img/default/warning.png');
}

.validation_message {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('/nomicorp/img/default/error.png');
}

.highlight {
	background: #FFFFDF;
}


/* Cambia los colores del Browse en StandardForm */
.browse_primary {
	background: #AEB9FF;
}

.browse_primary_active {
	background: #AEB9FF;
}

.browse_secondary {
	background: #FFF;
}

.browse_secondary_active {
	background: #F2F2F2;
}

div.autocomplete {
	position: relative;
	background-color: white;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete ul li {
      list-style-type: none;
      display: block;
	  margin: 1px 0;
      padding: 1px;
      cursor: pointer;
      font-size: 10px;
}

td, div {
	font-family: "Verdana";
}

body.template {
	background-color: #676767;
}
