MOON
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
System: Linux vps.panamaemb.org.sg 3.10.0-1160.80.1.vz7.191.4 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64
User: panama (500)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/panama/public_html_old/managesite/js/style.css
.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #D5EDB3;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #D5EDB3;
	background-color: #D5EDB3;
}

input.loginrequired {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	line-height: 32px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	height: 22px;
	width: 240px;
	border: 1px solid #999;
}

input.biddate {
	border: 1px solid #CCCCCC;
}

input.required, textarea.required {	
	border: 1px solid #CCCCCC;
	padding-top:4px;
}

input{	
	border: 1px solid #CCCCCC;
	height:25px;
}

textarea{
	border: 1px solid #CCCCCC;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
}

.filebgcolor{
	background-color:#FFFFFF;
}

.validation-advice {
	margin: 2px 0;
	padding: 3px;
	color: #FF0000;
	font-family:Verdana;
	font-size:12px;
	font-weight: normal;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}