/*******THIS CONTROLS ALL FORMS FOR ALL THREE DATABASES!*****************/ body{ font-family: tahoma, verdana, helvetica, arial, sans-serif; font-size: 11px; margin: 0px; padding: 0px; } a{ color: #555; font-weight: bold; text-decoration: none; font-weight: bold; cursor: pointer; } a:hover{ text-decoration: underline; cursor: pointer; } #homeLink a { color: #; text-decoration: none; } #homeLink a:hover { text-decoration: underline; } table, input, select, textarea{ font-family: tahoma, verdana, arial, helvetica; font-size: 11px; } .logoBar { border-bottom: solid 1px #fff; width: 100%; background-color: #fff; } .logo { color: #fff; font-weight: 900; font-size: 12px; width: 18%; text-align: center; background-color: #fff; } .pics { text-align: right; } .pics img, logo img { border: solid 1px #fff; } .logoOther { line-height: 70px; color: #fff; text-align: right; padding: 5px; } .logoOther a, .copyRight a { color: #fff; } .navLabels { background-color: #000; width: 100%; } .navLabelQuestion { width: 150px; background-color: #000; color: #ddd; padding: 4px; } .navLabel { font-family: helvetica, tahoma, verdana, arial, sans-serif; font-size: 12px; width: 150px; background-color: #000; color: #fff; font-weight: bold; padding: 4px; } .navItems { width: 100%; border-bottom: solid 2px #000; } .navItem { width: 150px; background-color: #fff; color: #000; padding: 4px 4px 4px 9px; } .meatItems { width: 100%; } .meatNav { width: 30%; height: 400px; border: solid 2px #000; text-align: center; vertical-align: top; } .meatNavText { font-size: 14px; font-weight: bold; color: #fff; } .instructionPane { height: 334px; overflow: scroll; } .meatContent { height: 400px; border: solid 2px #000; vertical-align: top; } .innerMeat { } #miniCalenda, .viewCell { text-align: center; } .locationBar, .viewHead { text-align: center; font-weight: bold; font-size: 12px; line-height: 25px; color: #fff; background-color: #000; border: outset 2px #fff; } .formLine { margin: 5px; } .label { width: 110px; text-align: right; font-weight: bold; background-color: #DCE0E3; } .field { background-color: #efefef; } .instruction { padding-left: 5px; } .instructionHead { font-weight: bold; text-align: left; color: #000; background-color: #DCE0E3; margin: 3px 3px 3px 0px; padding: 2px; text-indent: 5px; line-height: 15px; } .instructionStep { text-align: left; } .labelCell{ background-color: #DCE0E3; text-align: right; font-weight: bold; padding: 2px; } .fieldCell{ background-color: #efefef; padding: 2px; } .copyRight { color: #fff; text-align: center; background-color: #000; width: 100%; } #eventMonth { font-weight: bold; text-align: left; color: #fff; background-color: #999; margin: 3px; padding: 2px; } .eventDay { text-align: left; font-weight: bold; text-decoration: underline; text-indent: 5px; } #eventListing { text-align: left; text-indent: 10px; font-weight: normal; text-decoration: none; } #noEvents { font-style: italic; text-align: left; text-indent: 10px; color: #999; } #eventTime { text-align: left; text-indent: 25px; }