/* -------------------------------------------------------------------------------------------------

Load this stylesheet after formtastic.css in your layouts to override the CSS to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

For example, to make the inline hint paragraphs a little darker in color than the standard #666:

form.formtastic fieldset ol li p.inline-hints { color:#333; }

--------------------------------------------------------------------------------------------------*/

  form.formtastic fieldset ol li p.inline-hints {
    font-style: italic;
   }

.form-section-header {
background-color:#A9C885;
border:1px solid #DDDDDD;
clear:both;
color:#474747;
font-size:16px;
line-height:26px;
margin-bottom:36px;
padding:0 34px;
text-shadow:1px 1px 0 #FFFFFF;
}

.listTable {
background-color:#FFFFFF;
clear:left;
}
.listTable th {
background-color:#80AE4C;
color:#FFFFFF;
font-weight:normal;
padding:3px !important;
}
.listTable th a:link, .listTable th a:active, .listTable th a:visited {
color:#FFFFFF;
text-decoration:underline;
}
.listTable th a:hover {
background-color:#FFFFFF;
color:#0075CE;
text-decoration:none;
}
.listTable td {
border-top:1px solid #E2E2E2;
padding:3px;
}
.listTable td.listNone {
padding:20px 0;
text-align:center;
}
.listTable td.thick {
border-top:4px solid #000000;
}

.center-text {
text-align:center;
}
.rh-text {
text-align:right;
}
.lh-text {
text-align:left;
}

.ui-highlight {background: #fbf9ee; color: #363636;}

#master-footer {
/*background-image:url(/images/2ndSite/footerBackground.gif);*/
background-position:center top;
background-repeat:repeat-x;
border-top:1px solid #DDDDDD;
font-size:11px;
margin-top:40px;
padding:20px 0 50px;
text-align:center;
}