/* 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: #777; 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 */

.webformTitle {font-size: 13px; font-weight: bold; padding: 10px 10px 0px 10px; }
.webformItem {display: table; width: 100%; font-size: 11px; padding-top: 14px; }
.webformLabel {float: left; text-align: right; width: 140px; padding-top: 3px; line-height: 100%; }
.webformInput, .webformInfoAlt {margin-left: 150px; }
.webformInput input {/*background-color: #eee; */ }
.webformInput textarea {/*background-color: #eee; */ }

.webformMessage {font-size: 13px; font-weight: bold; padding: 10px 0px; }
.webformInfo {font-weight: bold; padding: 10px 0px 10px 4px; }
.webformInfoAlt {font-size: 85%; color: #777; padding-top: 10px; padding-bottom: 10px; padding-right: 10px; }
.webformDivider {font-size: 11px; border-top: 1px solid #ccc; font-weight: bold; padding: 3px 4px; margin: 20px 0px; }

.webformPageBreak {font-size: 10px; color: #664; background-color: #eec; padding: 2px 4px; }

.webformError, .webformErrorDescription {font-weight: bold; color: #29658f; }
.webformErrorDescription {
	padding: 8px;
	margin: 12px 8px;
	border: 1px dotted #29658f;
	background-color: #c3dce8;
}


/* 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; }


textarea {
	width: auto;
	height: auto;
}