/* 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 */
/* ========================================================================== */
.searchBoxContainer {
	color:#000000;
	background-color:#EEEEEE;
	font-size:10px;
	width:191px;
	margin-top:4px;
}

.searchBoxHeader {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0045A8;
	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;
}


/* ========================================================================== */
/* Summary styles  - summary.asp , search_result.asp */
/* ========================================================================== */
.sumPageTitle {
	font-size:14px;
	font-weight:bold;
}

.sumEventName {
	color: #1948A3;
	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:#75a0c9;
	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: #4D94FF;
	text-align:center;
}

.navLabel {
	color:#FFFFFF;
	background-color:#0045A8;
	text-align:center;
	width:100%;
}

.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:#75a0c9;
}
.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:#000000;
}

