/* Implements All Control Buttons */
.controlButton {

}

/* Cambia el Estilo las opciones de reportes en StandardForm */
.report_options {
	background: #F2F2F2;
	border: 1px solid #969696;
}

/* Formatea los mensajes de Kumbia */
#kumbiaDisplay {
	width: 95%;
	font-style: italic;
	font-weight: bold;
	margin: 0 auto;
	padding: 2px 25px;
	background-repeat: no-repeat;
	background-position: 5px center;
}

.error_message {
	background: #FFBBBB url("../img/error.gif") no-repeat;
  	color: #B30000;
  	border: 1px solid #B30000;
}

.notice_message {
	background: #CCDEFF url("../img/user.gif") no-repeat;
  	color: #004A6F;
  	border: 1px solid #004A6F;
}

.sucess_message {
	background: #CCFF99 url("../img/ok.gif") no-repeat;
  	color: #008000;
  	border: 1px solid #008000;
}

.warning_message {
	background: #FFFFC6 url("../img/warning.gif") no-repeat;
  	color: #000000;
  	border: 1px solid #DDDD00;
}

.interactive_message {
	background: #DDDDEE url("../img/warning.gif") no-repeat;
    border: 1px solid #8080C0;
	color: #000000;
}

.highlight {
	background: #FFFFDF;
}


/* Cambia los colores del Browse en StandardForm */
.browse_primary {
	background: #FFFFFF;
}
.browse_primary_active {
	background: #FFDEAD;
}
.browse_secondary {
	background: #FFFFFF;
}
.browse_secondary_active {
	background: #FFDEAD;
}

div.autocomplete {
	position: relative;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete ul li {
     list-style-type: none;
     display: block;
	  margin: 0;
     padding: 1px;
     cursor: pointer;
     font-size: 10px;
	  margin-top:1;
	  margin-bottom:1;
}

td, div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	}
	
a {
color:#4682B4;
text-decoration:none;
}

a:hover {
color:#FF6600;
text-decoration:none;
}

.formulario input, select, textarea {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#003300;
	border: 1px solid #00008B;	
}

.formulario input:focus, select:focus, textarea:focus {
   background: #FFFFE0;
	border: 1px solid #00008B;
}
.rojo {
	color: #B30000;
}
.naranja {
	color: #FF6600;
}
.azul {
	color: #4682B4;
}
.azulgrande {
	color: #4682B4;
	font-size: 14px;
	font-weight: bold;
}
.buscar {
	background: White;
}
.browse tbody tr:hover {
	color: #FFFFFF;
	background: #FFEEDD;
	
}