/* shared styles for admin and public pages */

.details {color: #555; font-size: 11px; }
.notice {color: #9e3800; font-style: italic; }
.warning {color: #c42f2f; font-style: italic; }
.info {color: #555; font-size: 11px; font-style: italic; }

.messagetext {color: #999; font-size: 12px; font-style: italic; font-weight: bold; margin-bottom: 2px; }
.errortext {color: #bd191b; font-family: arial, helvetica, verdana, sans-serif; }
.devnotes {color: #090; font-size: 14px; font-weight: bold; font-family: arial, helvetica, verdana, sans-serif; }
.notetext {color: #000; font-size: 9px; }
.emphasis {font-weight: bold; }

.statustext {color: #f33; font-size: 12px; font-weight: bold; text-decoration: none; }
.smalltext {font-size: 11px; text-decoration: none; }
.alerttext {color: #900; font-weight: bold; }


/* webform styles */

.webformItem {display: table; font-size: 11px; padding-top: 7px; }
.webformLabel {float: left; text-align: right; width: 110px; line-height: 100%; }
.webformInput {margin-left: 120px; }
.webformInput input {background-color: #eee; }
.webformInput textarea {background-color: #eee; }

.webformMessage {font-size: 13px; font-weight: bold; padding: 10px 0px; }
.webformError {font-weight: bold; color: #c00; padding: 10px 0px; }
.webformInfo {font-weight: bold; padding: 10px 0px; padding-left: 4px; }
.webformDivider {font-size: 11px; border-top: 1px solid #ccc; font-weight: bold; padding: 3px 4px; margin: 20px 0px; }


/* calendar styles */

.webcalendarTable {background-color: #fff; }
.webcalendarTable td {font-size: 11px; padding: 0px; }

.webcalendarTitle {font-size: 12px; text-align:center; font-weight: bold; }
.webcalendarWeekLabel {font-size: 9px; background-color: #e1e1e1; padding: 2px 0px; }


.webcalendarDates td {font-size: 11px; color: #555; padding: 2px; }
.webcalendarDates td a {display: block; color: #555; }
.webcalendarDates td a:link, .webcalendarDates td a:visited {color: #555; }
.webcalendarDates td a:hover {color: #000; }

.webcalendarDay {border: 2px solid #fff; }
.webcalendarWeekend {border: 2px solid #fff; background-color: #eee; }
.webcalendarActive {border: 2px solid #fff; background-color: #acd9ff; }
.webcalendarToday {border: 2px solid #fff; background-color: #ccc; }
.webcalendarSelected {border: 2px solid #38648a; }

