/* Calendar */

/* ========================================================================== */
/* Admin toolbar - summary.asp */
/* ========================================================================== */
.adminBar {
	border:#EEEEEE solid 1px;
	background-color:#EEEEEE;
	padding:3px;
	width:95%;
}

.formElement {
	font-size:10px;
	padding-left: 3px;
}

.divPadding {
	margin-top:10px;
	margin-bottom: 10px;
}

.divIndent {
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 35px;
}

.tableStyle {
	background-color:#efd98d;
	margin:10px;
}

.tableStyle TH {
	background-color:#4D5C9D;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

.tableStyle TD {
	background-color:#EEEEEE;
	padding:5px;
}

/* ========================================================================== */
/* Search styles  - search.asp, actions/search_results.asp */
/* ========================================================================== */
#formSearch{
	line-height:1.8em;
}
#formSearch input, #formSearch select{
	height:20px;
	margin:0 4px;
}
#formSearch #btn_Search {
	height:20px;
	margin:4px;
}

.searchBoxContainer {
	color:#444544;
	background-color:#EEEEEE;
	font-size:10px;
	width:191px;
	margin-top:4px;
}

.searchBoxHeader {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#5f3920;
	text-align:center;
	padding:2px;
}

.searchInput {
	font-size:10px;
	margin-top:3px;
}

.searchButton {
	font-size:10px;
}

/* ========================================================================== */
/* Send to Friend  - eventDetail.asp */
/* ========================================================================== */
#formSendToFriend {
	margin-bottom:0px;
	line-height:1.8em;
}
#formSendToFriend input {
	height:20px;
	margin:4px;
}


/* ========================================================================== */
/* Summary styles  - summary.asp , search_result.asp */
/* ========================================================================== */
.sumPageTitle {
	font-size:14px;
	font-weight:bold;
}

.sumEventName {
	color: #E27B26;
	font-size:11px;
	font-weight:bold;
	border-bottom:#EEEEEE solid 1px;
	margin-top: 15px;
	padding-bottom:3px;
}

.sumEventDescription {
	margin-top:3px;
}

.sumEventStartDate {
	font-size:12px;
	font-weight:bold;
	border-bottom:#936206 dashed 1px;
	margin-top: 15px;
	padding-bottom:3px;
}

.sumEventLink {
	margin-top: 10px;
}

/* ========================================================================== */
/* Event Detail Styles  - eventDetail.asp */
/* ========================================================================== */
.detPageTitle {
	font-size:14px;
	font-weight:bold;
	padding-bottom:3px;
}

.detEventDescription {
	margin-top:3px;
}

.boxContainer {
	border:#EEEEEE solid 1px;
	padding:3px;
	margin-bottom:8px;
}

.boxHeader {
	background-color:#EEEEEE;
	color:#E27B26;
	font-size:14px;
	font-weight:bold;
	padding:3px;
}

/* ========================================================================== */
/* calendar Calendar Control - applies to the calendar control only */
/* ========================================================================== */
.calendarColor {
	color:#4D5C9D;
	background-color:#cbcebd;
	width:191px;
}

.dayCellSize { /* IE will only be CLOSE to these values  */
	width:25px;
	height:25px;
}

.dayLabel {
	color:#FFFFFF;
	background-color: #e07c52;
	text-align:center;
	height:19px;
}

.navLabel {
	color:#FFFFFF;
	background-color:#5f3920;
	text-align:center;
	width:100%;
	height:25px;
}

.prevLabel {
	color:#FFFFFF;
	background-color:inherit;
	text-align:center;
}

.prevLabel a {
	color:#FFFFFF;
}

.nextLabel {
	color:#FFFFFF;
	background-color:inherit;
	text-align:center;
}

.nextLabel a {
	color:#FFFFFF;
}

.currentLabel {
	color:#FFFFFF;
	background-color:inherit;
	text-align:center;
	font-weight:bold;
}

.activeDay {
	color:#FFFFFF;
	background-color:#E27B26;
}
.activeDay a {
	color:#FFFFFF;
	background-color:inherit;
}
.activeDay a:hover {
	color:#FFFFFF;
	background-color:inherit;
}
.activeDay a:visited {
	color:#FFFFFF;
	background-color:inherit;
}

.emptyDay {
	color:#4D5C9D;
	background-color:#ffffff;
}

.emptyDay a{color:#888888;}

.blankDay {
	background-color: #F9DEA2;
	color:#444544;
}

