<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{margin:0;padding:0}

body{font-family:arial,sans-serif; font-size:11px; text-align:center}

div#container{width:90%;margin:0 auto;margin-top:10px; text-align:left;}

div#header { vertical-align:bottom;  }

div#banner{clear:both;width:100%; height:60px; background-color:#123C60; color:white; vertical-align:middle;}

div#menu{clear:both;width:100%; height:26px; 
margin:0;
border-style:solid;
border-color:#999999;
/*
-moz-border-radius:5px;
-webkit-border-radius:5px;border-radius:5px;
*/
display:block;
vertical-align:middle;
cursor:default;
background-color:#C0C0C0;
background-image:url("../images/mainbk.png");
background-repeat:repeat;
background-position:0 200px;
border-width:0px;
border-style:none;

}

div#content {padding:18px; border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; }

div#content p{line-height:1.4;}
/* Unused right now
div#navigation{float:left;width:50%;}

div#extra{float:right;width:50%;}
*/
div#footer{clear:both;width:100%; background: #123C60;color: #FFF; }

div#footer p{margin:0;padding:5px 10px;}

.frmreq {
	font-weight:bold; 
	font-family:Verdana; 
	color:red;
	font-size:14px;
}

.textCenter {
    text-align:center;
}

.textRight {
    text-align:right;
}

.textLeft {
    text-align:left;
}

.textform {
	width:200px;
	border-color: #679FF3;
}

.comboform  {
	width:200px;
}

.textareaform {
	width:200px;
}

.elemdis {
	background-color:#E5E5E5;
}

.fltLov {
	height:18px;
	width:100%;
}

.msg {
	font-weight:bold;
	text-align:center;
	color:#15448A;
	background-color:#BBDCF4;
	border:2px dashed;
	width:400px;
	padding:4px 0px 4px 0px;
	margin:4px 0px 8px 25%;
}

.msgMtto {
	color:#15448A;
	background-color:#BBDCF4;
	border-color:#1C5BBB;
}

.errMtto {
	color:#B70000;
	background-color:#FFE1D2;
	border-color:red;
}

.btnsCell {
	text-align:center;
	padding-top:8px;
}

.imgLnk {
    border:none;
    width:20px;
    height:20px;
    display:inline; 
    float:left;
}

.sepr {
	border:none;
    width:6px;
    height:20px;
    display:inline; 
    float:left;
}

.unIcono {padding-left:50px;}
.dosIconos {padding-left:37px;}
.tresIconos {padding-left:24px;}
.cuatroIconos {padding-left:12px;}
.cincoIconos {margin-left:-55px;}

/*.unIcono {width:22px; margin-left:-11px;}
.dosIconos {width:48px; margin-left:-24px;}
.tresIconos {width:74px; margin-left:-37px;}
.cuatroIconos {width:100px; margin-left:-50px;}
.cincoIconos {width:110px; margin-left:-55px;}*/

.unIcono, .dosIconos, .tresIconos, .cuatroIconos, .cincoIconos {
    /*left:50%;*/
    position:relative;
    margin: 1px 3px 1px 3px;
    border:0px;
	height:20px;
	width:100%;
}

.actionCol {
    width: 120px !important;
}

.lnkNew {
	background-image:url('../images/circ/update.png');
	background-size:contain;
}

.lnkDel {
	background-image:url('../images/circ/delete.png');
	background-size:contain;
}

.lnkUpd {
	background-image:url('../images/circ/update.png');
	background-size:contain;
}

.lnkIns {
	background-image:url('../images/circ/insert.png');
	background-size:contain;
}

.lnkCnl {
	background-image:url('../images/circ/cancel.png');
	background-size:contain;
}

.lnkLov {
	background-image:url('../images/circ/lov.png');
	background-size:contain;
}

.lnkDet1 {
	background-image:url('../images/circ/detail1.png');
	background-size:contain;
}

button.clean-gray, input.clean-gray {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  /*background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);*/
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  width: 150px; 
}
  
button.clean-gray:hover, input.clean-gray:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    /*background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);*/
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; 
}

button.clean-gray:active, input.clean-gray:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; 
}

.lovbtn {
	width:22px; 
	height:22px; 
	padding: 2px 0; 
	cursor:pointer;
	background-color:none;
	border:none;
	background-image:url("../images/circ/lov.png");
	background-size:contain; 
	background-repeat:no-repeat;
}

.tmebtn {
	width:22px; 
	height:22px; 
	padding: 2px 0; 
	cursor:pointer;
	background-color:none;
	border:none;
	background-image:url("../images/circ/time3.png");
	background-size:contain; 
	background-repeat:no-repeat;
}

.rstbtn {
	width:22px; 
	height:22px; 
	padding: 2px 0; 
	cursor:pointer;
	background-color:none;
	border:none;
	background-image:url("../images/circ/reset.png");
	background-size:contain; 
	background-repeat:no-repeat;
}
	
h1 {
	font-weight:bold;
	font-size:20px;
	margin-top:0px;
	border-bottom:4px groove #0D2C44;
}

h3 {
	font-weight:bold;
	font-size:14px;
	margin-top:0px;
	border-bottom:4px groove #454545;
	width:25%;
}

.cellLbl {
	font-weight:bold;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    z-index:100;
    background-position: 10px center;
    width:250px; 
    font-size:12px;
    font-weight:bold;
    margin-top:10px;
    -webkit-box-shadow: 0 0 8px #D0D0D0;
		position:absolute;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/knob/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/knob/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/knob/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/knob/error.png');
}

.tblform {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.txtDetVta {
	text-align:right; 
	border:none;
	background-color:none; 
}

.coinList {
	cursor:pointer;
	padding:0px;
	width:100%;
	text-align:left; 
}

.coinList li {
	list-style:none;
	padding-left:10px;
}

ul.coinList li:hover {
	background-color: #D6D6D6;
}
</pre></body></html>