File: /home/panama/public_html_old/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 #000000;
}
input.biddate {
border: 1px solid #666666;
}
input.required{
width:240px;
height:32px;
padding-top:4px;
background:url(../img/textbox.jpg) left top no-repeat;
border:none;
}
textarea.required {
width:240px;
height:92px;
padding-top:4px;
background:url(../img/txt_area.jpg) right top no-repeat;
border:none;
overflow:hidden;
}
/*input{
border: 1px solid #666666;
height:25px;
}*/
textarea{
border: 1px solid #666666;
}
input.validation-failed, textarea.validation-failed {
border: 0px solid #CCCCCC;
}
input.validation-passed, textarea.validation-passed {
border: 0px solid #CCCCCC;
}
.filebgcolor{
background-color:#FFFFFF;
}
.validation-advice {
margin: 2px 0;
padding: 0px;
color: #CCCCCC;
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 {
}