/* CSS Stylesheet - Pedro Meza - RedNaranja RAD tools */
/* ========= db-wiz Formated Form Stylesheet ======== */
/* (c) rednaranja.com 2007 */

.formatedForm {
	padding:0em;
	margin:0;
	border:1px solid #386496;
	border-top:1px solid #BDCCA3;
	font-family:Arial, helvetica;
	background:white;
	position:relative;
	}
.formatedForm div div div{
	background:none;
	}
.formatedForm p {
	padding:5px;
}
.formatedForm fieldset {
	background:#6292C6 url('../images/back_top.gif') 0px -335px repeat-x;
	border:0;
	margin:0;
	padding:0 0 00.7em 0;
	display:block;
	}

 /*html legend{   margin-left: -7px; width:100%; }*/

.formatedForm legend{   margin-left: -9px; width:100%; }

.formatedForm h3 {
	background:#98AE6D url('../images/back_verde.jpg') no-repeat;
	padding:0.3em 10px;
	font-size:1.2em;
	font-style: italic;
	color:white;
	border-top:1px solid #BDCCA3;
	border-bottom:1px solid #386496;
	height:1.3em;
	margin:0 0 0.3em 0;
	}

.formatedForm label,
.formatedForm .formQuestion {
	padding:0.2em 0.2em 0 0.4em;
	font-size:1em;
	float:left;
	width:15em;
	clear:left;
	height:1.7em;
	margin-top:0.1em;
	}
.formatedForm .row {
	clear:both;
	margin:2px 5px;
	}
.transaction_view .formatedForm label,
.transaction_view .formatedForm p {
	height:1em;
	margin:0.2em;
	padding:0.1em;
	color:black;
	}
.transaction_view .formatedForm label {
	width:13em;
	}
.formatedForm input,
.formatedForm textarea,
.formatedForm select {
	font-size:1em;
	color:#07499B;
	background:white url('../images/input-bg.png') no-repeat top left;
	border:1px solid #aaa;
	border-top:0;
	border-bottom:1px solid #ddd;
	padding:0.1em;
	margin:0.1em 0.1em 0em 0em;
	height:1.3em;
	}
.formatedForm option {
	background:white;
	border:none;
	border-top:0.5px dotted #c3c3c3;
}
.formatedForm .readonly {
	background:lightgray;
	}
.formatedForm .icon {
	margin:0 0 0 20px;
	}
.formatedForm .icon img {
	margin:0;
	border:none;
	position:absolute;
	margin-left:-20px;
	}
.formatedForm select {
	width:10.2em;
	height:1.5em;
	}




.formatedForm .button {
	height:22px;
	background: #4384BE url('../images/button-bg.png') no-repeat top left;
	color:white;
	font-weight: bold;
	font-size:1em;
	padding:2px 15px 0px 9px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	}
.formatedForm .button:hover {
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	border-left:1px solid #333;
	border-top:1px solid #333;
}

.formatedForm .small {
	width: 2.5em;
	}
.formatedForm .medium {
	width: 10em;
	}
.formatedForm .long {
	width: 20em;
	}
.formatedForm textarea,
.formatedForm .text {
	width:25em;
	height:10em;
	background: white url('../images/input-bg.png') no-repeat top left;
	}

.formatedForm small {
}

.formatedForm .filelist {
	margin-left:17em;
	margin-bottom:5px;

}

.formatedForm .filelist .item,
.formatedForm .checkboxes .item{
	padding:0.2em 0.2em 0 0.2em;
	font-size:1em;
	color:#2C5079;
	float:left;
	width:17em;
	height:auto;
}

.formatedForm .checkboxes .item * {
	width:auto;
	height:auto;
}

.formatedForm .formactionsrow {
	clear:both;
	text-align:center;
	margin:10px;
}


/* CSS Stylesheet - Pedro Meza - RedNaranja RADD tools    */
/* ================ db-wiz lists Stylesheet ============= */
/* (c) rednaranja.com 2007 */

.lista {
	margin:0;
	width:600px;
	border:1px solid darkgray;
	font-family:arial,helvetica;
	/*cellborder:0;*/
	color:#001;
	background:white;
	}
.lista a{
	text-decoration:underline !important;
	}

.lista a:hover {
	color:black !important;
	}
.lista tr {
	border-bottom:1px solid gray;
	}

.lista .odd {
	background:#d0d5f0;
	}

.lista thead  a {
	text-decoration: none !important;
	color:white;
	}

.lista thead {
	background:#78c;
	color:white;
	}
.lista td {
	padding:2px 5px;
	}
.lista tfoot .formatedForm {
	text-align:center;
	border:none;
	}

/* CSS Stylesheet - Pedro Meza - RedNaranja RADD tools    */
/* ================ debug lib Stylesheet =============== */
/* (c) rednaranja.com 2006 */


.errorlog {
	width:10px;
	right:0;
	position:absolute;
	font: 10px lucida console;
	z-index:1000;
	margin:10px;
	left:50%;
	margin-left:-400px;
	}
.errorlog * {
	font: 10px lucida console;
	}

.errorlog b {
	font-weight:bold;
	}

.errorlog>a {
	color:white;
	background:blue;
	padding:1px;
	text-decoration:none;
	}
.errorlog>a:hover {
	background:darkblue;
	text-decoration:blink;
	}

.errorlog div {
	text-align:left;
	width:800px;
	margin:0;
	}
.errorlog .label,
.errorlog .e_level  {
	color:black;font-weight:bold;
	}

.errorlog .number {color:blue;}
.errorlog .float {color:magenta;}
.errorlog .string {color:green;}
.errorlog .bool {color:blue;}


.errorlog div div {
	position:relative;
	border:1px solid black;
	background:#ddf;
	margin:1px;
	padding:1px;
	clear:both;
	width:auto;
	}

.errorlog .error {background:pink;}
.errorlog .warning {background:lightyellow;}
.errorlog .notice {background:lightgray;}
.errorlog .other {background:#eeeeff;
	display:none}

.errorlog div div div {
	margin:3px;
	padding:1px;
	border:1px solid yellow;
	background:lightyellow;
	}

.errorlog div div div div {
	background:none;
	border:none;
	}

.errorlog pre{display:inline;}


/* CSS Stylesheet - Pedro Meza - RedNaranja RADD tools    */
/* ================ PopupCalendar Stylesheet ============ */
/* (c) rednaranja.com 2007 */

#calendar {
	width: 141px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}


#xcalendar a {
	color: #DF9496;
}

#calendar .nav,
#calendar .nav a {
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #A2ADBC;
	text-align: center;

}


#calendar caption{
	font: bold 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #A2ADBC;
	text-align: center;

}

#calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;

}

#calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(" ../images/bg_calendar.gif") no-repeat right bottom;
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #608194;
	background: url("../images/bg_calendar.gif") no-repeat left top;
}

#calendar td a:hover{
	color: #6aa3ae;
	background: url("../images/bg_calendar.gif") no-repeat right top;
}



#calendar td.today a{
	font-weight: bold;
	color:black;
}

#calendar td.selected,
#calendar td.selected a {
	font-weight: bold;
	background: #DF9496;

}

#calendar .last {
	border-right:1px solid #A2ADBC;
}


/* CSS Stylesheet - Pedro Meza - RedNaranja RADD tools    */
/* ================ other styles ================ */
/* (c) rednaranja.com 2007 */

.errormsg,
.warnmsg  {
	font-weight:bold;
	border:2px solid red;
	background:#FFEFEF;
	width:300px;
	padding:10px !important;
	margin:10px !important;
	color:red;
}

.warnmsg {
	background:white;
	color:#6BA0D2;
	border-color:#6BA0D2;
}

.rna {
	background:white;
	color:#FCBE81;
	color:#FC8C08 !important;
	text-decoration:none;
	font:bold 9px verdana;
}

.rna span {
	background:#FCBE81;
	background:#FC8C08;
	color:white;
	padding:0 2px;
	margin:0 2px 0 0;
}

.rna:hover {
	background:#FCBE81;
	color:#FD4400;
}

.rna:hover span {
	color:#FCBE81;
	background:#FD4400;
}

