/* Default styles go here */

/* Float Fix */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clearfix { display:inline-block }
/* Hides from IE-mac \*/
.clearfix { display:block }
/* End hide from IE-mac */

#mainContent textarea, #mainContent input[type="text"] {
    width:490px;
    font-size:80%;
    }


#mainContent label {
    float:left;
    width:320px;
    font-size:80%;
    }
    

#mainContent .formv label {
    float:none;
    font-size:80%;
    }


.formItem {
    padding-top:20px;
    clear:both;
    }
    


#formInfo>h2{ 
    padding:15px 0 15px 0;
    font-size:19px;
 }
.row{ margin-bottom: 10px; clear:both;}
.label{ float:left;width:280px; margin-bottom: 10px; margin-right: 5px; }
.formmv{ float: left; }
.hideColon{display: none;}

/* get radio groups on the same line */
div.radio_group { clear: both; padding-top:20px; }
div.radio_group div.row { display: inline; }
div.radio_group span.formv { padding-right: 22px; }

p.tagline {
    color: #ababab;
    font-size: 20px;
    line-height: 18px;
    font-style: italic;
    padding-top: 14px;
}

div.leftHeading {
    border-top: 1px solid #4a805d;
    border-bottom: 1px solid #4a805d;
    padding: 3px 0px 3px 4px;
    margin: 12px 0 0 24px;
    color: #6fa761;
    font-weight: bold;
    font-size: 1.1em;
}

h3.quickFormHeading { clear: both; }
.quickFormDescription {
    display: block;
}
h3 p { color: black; font-weight: normal;}

  .fgClass {background-color: red;}
  .bgClass {background-color: #333399;}
.responsesuccess {
     padding-left:36px;
    background-image: url(../../images/response-success.gif);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    color:#135713;
}

.response {
    border:2px solid #193e88;
    background-color:#E4F1D3;
    margin:1em 0 1em 0;
    padding:10px;
    color:#000000;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    width:500px;
}

.responsewarning {
    padding-left:36px;
    background-image: url(../../images/response-warning.gif);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    color:#CC3300;
}

.responseerror {
     padding-left:36px;
    background-image: url(../../images/response-error.gif);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    color:#FF0000;
}
pre {
    font-family: "Courier New", Courier, monospace;
}

/* FROM FRAMEWORK STYLES */

/* AEA Framework CSS defaults */

.error {
    color:red;
}

/* Form Element Formatting */
#mainContent form {
    position:absolute;
    width:490px;
    }

.form_container .error {
    font-size: small;
}

/* th for form */
.form_style th, .form_container th {
    width:175px;
}

.form_style td, .form_container td {
    /*border-bottom:1px solid #AAAAAA;
    background-color: #EFEFEF;
    height:24px;
    padding:2px;*/
}

.form_style .inline, .form_container .inline, .form_container .sec_horz .row {
    display: inline;
    /* float:left; */
}

.sec_horz, .sec_vert {
    padding:8px;
    /* padding-bottom: 3px; */
    margin-bottom: 3px;
}

 .sec_vert {
    padding:25px 0 30px 0;
    }

.sec_vert select {
    margin-right:10px;
}
    
.form_container div.row {
  padding: 5px 0px 2px 0px;
}

.form_container div.row span.label {
    float:left;
    width:250px;
    /*width:20%;*/
    /* vertical-align:top;  */
    padding-right: 10px;
    /*text-align:right;*/
    font-size:80%;
}
.form_container div.row span.radio_label {
    float:left;
    text-align:right;
    padding-right: 20px;
    width:200px;
}

/* when the form is in horz mode labels shouldn't float left */
.form_container .sec_horz div.row span.label {
    float:none;
    padding-right: 1px;
}


.form_container div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  /* vertical-align:top;  */
  }
.form_error {
    color:red;
    font-size:11px;;
}
.inputlarge{
    width:300px;
    font-size:x-small;
    }
.inputmedium{
    width:150px;
    font-size:x-small;
    }
 .inputsmall{
    width:50px;
    font-size:x-small;
    }

.noborder {
    border: none;
}
.progress, .aaf-sidebar {
    font-size:70%;
    }
.OddRow {}

.evenRow{ background:#e6e6e6;}

.adminPanel ul {
    margin-left:70px;
    padding-left:0;
    list-style:none;
    }
.adminPanel li {
    padding-left:0;
    margin-left:0;
    }
.adminPanel img {
    float:left;
    }
    
.adminPanel {
    width:320px;
    height:100px;
    float:left;
    }
    
.form_container th, .form_container td, .filter td, .filter th {
    padding:3px;
    background-color:#fff;
    color:#000;
    } 
table.form_container, table.filter {
    border:none;
    }
    
.uploadButton {
    margin:0 0 20px 0;
    }

.filterForm {
    position:relative !important;
    }
table.smallFont {
    font-size:70%;
    }

#overDiv, #overDiv table, #overDiv tr, #overDiv th, #overDiv tbody {
    padding:0;
    margin:0;
    width:auto;
    background:#d2e9fc;
    width:200px;
}

#overDiv td {
    padding:1px;
}

