<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{
	margin:0; padding:0;
}
body{background:#dac8a9 url('../images/bg.png');
font-family: Tahoma; font-size: 11px; color: #000000; line-height: 18px;
}

a{color:#003399; text-decoration:underline;}
a:hover{text-decoration:none}

img{border:0}

h4{font-size:16px; margin-bottom:10px; font-family:Tahoma; font-weight:normal; cursor:default; user-select:none; -webkit-user-select:none; -o-user-select:none; -moz-user-select:none;}

#wrapper{min-width:1004px; width:auto; margin: 0em auto; position:relative;}

#header1{
	background:url('../images/header-left1.png') no-repeat; width:142px; height:148px; background-image:url('../images/header-left1.png')
}
#header2{
	background:url('../images/header1.png') no-repeat right top; height:148px; width:auto;
}
.header{
	background:#436388 url('../images/header-bg1.jpg') repeat-x;
}
#header3{
	background:url('../images/header-right1.png') no-repeat right top; width:142px; height:148px;
}
.textlogo{
	background:url('../images/text-logo.png') no-repeat center center; height:102px;
}
.textlogoAudit{
	  height:102px;
}
#container{background-color:#dac8a9; border-bottom:1px solid #ccc;}
#mycontent{width:auto; margin:auto;}
#side-panel{background:#dac8a9/* url('../images/fade-logo.png') no-repeat center bottom*/; padding-left:10px; padding-right:20px}

.login-box{width:360px; padding:20px; background-color:#336799; margin-top:20px; color:#ffffff; font-size:12px;}
.login-box a{color:#ffffff;}
.content-box{padding:20px; padding-right:40px; /*background-color:#7fb44b; color:#ffffff;*/ padding-left:25px; background-color:#dac8a9; line-height:20px; position:relative; font-size:12px;}

#user-list{margin-left:14px;}
#user-list li{padding-bottom:5px;}

.footer{padding:5px 20px; color: #ffff00; text-align:right; font-size: 10px; background:url('../images/footer-bg.png') repeat-x;
width:auto;
}

/* Form */
input[type=text], input[type=password]{background-color:#fff; margin-bottom:5px; padding:6px 4px; font-size:11px; border:1px solid #7abde9; width:270px;}
input[type=text]:focus, input[type=password]:focus{padding:6px 4px; font-size:11px; border:1px solid #5496f9; width:270px;
box-shadow:0px 0px 5px #0055d4; outline:none;
	-webkit-transition: 0.15s all ease-in-out; -moz-transition: 0.15s all ease-in-out; -ms-transition: 0.15s all ease-in-out; -o-transition: 0.15s all ease-in-out;
}

.error{color:yellow;}
.highlight{color:Yellow}

.blue{
	background: #d9393a;
	/*background:url('../images/btn_blue.png') repeat-x;*/
	color:#fff;
	font-style:normal;
	border:1px solid #ede741;
	cursor:pointer;
	margin-right:0px;
	padding-left:15px;
	padding-right:15px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior: url(PIE.htc);
	min-height:30px;
	vertical-align:middle;
	font-size:12px;
	margin-right:2px;
	-webkit-transition: 0.15s all ease-in-out; -moz-transition: 0.15s all ease-in-out; -ms-transition: 0.15s all ease-in-out; -o-transition: 0.15s all ease-in-out;
}

.blue:hover{
	background-color:#af2122;
	color:#fff;
}

.gray{
 	background:#444;
	color:#fff;
	font-style:normal;
	border:1px solid #666;
	cursor:pointer;
	width:auto;
	padding-left:15px;
	padding-right:15px;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior: url(PIE.htc);
	height:25px;
	font-size:11px;
	font-weight:bold;
	-webkit-transition: 0.15s all ease-in-out; -moz-transition: 0.15s all ease-in-out; -ms-transition: 0.15s all ease-in-out; -o-transition: 0.15s all ease-in-out;
}
.gray:hover{
	background:#666666;
	color:#fff;
	border:1px solid #404040;
}</pre></body></html>