/* Alumni Only stuff */

/* Navigation */

.head {
  color: #835700;
}

.head A:link {
  color: #835700;
}

.head A:visited {
  color: #835700;
}

.head A:hover {
  color: #835700;
}


.sub {
  color: #AB7306;
}

.sub A:link {
  color: #AB7306;
}

.sub A:visited {
  color: #AB7306;
}

.sub A:hover {
  color: #AB7306;
}


/* Page elements */

.pgtitle,H1 {
  color: #AB7305;
}

.lrghead,H2 {
  color: #AB7305;
}

.stdhead,H3 {
  color: #AB7306;
}

.eventdate {
  font-style: italic;
}

.eventloc {
  font-style: italic;
}

/* define color for headers that are links */

.lrghead,H1,.stdhead,H3 A:link { color: #AB7306; }

/* Field Sets */

fieldset { padding-left: 10px; padding-bottom: 5px; border: 1px solid #555555; }

/*** Alumni Feedback Form Attributes ****/
.formHeader { font-size: 14px; color: #AB7305; font-weight: bold; }
.formSectionBar { font-size: 14px; color: #835601; background: #D6A429; font-weight: bold; }
.formSubHeader { font-size: 11px; font-weight: bold; }
.fieldLabel { vertical-align: top; text-align: right; color: #000000; }
.fieldHTML { vertical-align: top; text-align: left; }
.fieldNote { font-size: 10px; }
.errorNote { color: red; }
.fieldErrorNote { color: #000000; }
.requiredNote { color: red; font-size: 11px; }
.textarea {
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
}

.page_title {
  font-family: arial narrow, arial, verdana, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 4px;
  color: #AB7306;
  line-height: 98%;
}

#volQuestions {
    display: none;
}

/* Urbana Alumni Regional Data */
#urbanaRegionData table { }
#urbanaRegionData tr.bgOn { background-color: #dddddd; }
#urbanaRegionData th { border-bottom: 2px solid #000000; font-weight: bold; font-style: italic; padding: 4px 0 2px 7px; text-align: left; }
#urbanaRegionData td { padding: 4px 10px 4px 7px; }
#urbanaRegionData td.region { font-weight: bold; }

#regHeaderBG {
    width: 100%;
    background-color: #ab7305;
    margin-bottom: 10px;
}

#regHeaderBG table {
    border: 0;
}

