/* Implements All Control Buttons */
.controlButton {

}

h1,h2,h3,h4,h5,h6,p,em ,input,select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}

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

/* 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-image: url("@path/img/error.gif");
	background-color: #FFBBBB;
  	color: #B30000;
  	border: 1px solid #B30000;
  	margin: 2px;
}

.notice_message {
	background: url("@path/img/user.gif") #CCDEFF;
  	color: #004A6F;
  	border: 1px solid #004A6F;
}

.sucess_message {
	color: #008000;
	border: 1px solid #008000;
	background-color: #000;
	background-image: url(@path/img/ok.gif);
}

.warning_message {
	background: url("@path/img/warning.gif") #FFFFC6;
  	color: #000000;
  	border: 1px solid #DDDD00;
}

.interactive_message {
	background: url("@path/img/warning.gif") #DDDDEE;
	border: 1px solid #8080C0;
	color: #000000;
	padding: 5px;
}

.highlight {
	background: #FFFFDF;
	padding: 3px;
}


/* Cambia los colores del Browse en StandardForm */
.browse_primary {
	background-color: #CC9;
	margin: 3px;
	padding: 3px;
}

.browse_primary_active {
	background-color: #999;
}

.browse_secondary {
	background-color: #FFF;
}

.browse_secondary_active {
	background: #F2F2F2;
}

div.autocomplete {
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 3px;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
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: 11px;
	margin-top:1;
	margin-bottom:1;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
table     , td, tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-style: normal;
	font-variant: normal;
	margin: 0px;
	border: 0px solid #999;
	line-height: normal;
	padding-left: 3px;
	height: 20px;
}
