/* ========================================================================== */
/* uCalendar HTML tag definitions - applies to all pages */
/* ========================================================================== */
a:link {
	color:#333333;
	/*background-color:inherit;*/
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
	/*background-color:inherit;*/
}
a:hover {
	color: #999999;
	text-decoration:none;
	/*background-color:inherit;*/
}

.HydeCM {
	display:none;
}

.thecal{
	/*background-image:url(images/calBG.jpg);*/
	background-repeat:no-repeat;
	border:1px solid #c6c8c8;
	position:relative;
	float:left;
	margin-right:10px;
}
/* ========================================================================== */
/* Admin toolbar - summary.asp */
/* ========================================================================== */
.adminBar {
	border:#BCBCBC solid 1px;
	padding:3px;
	width:91%;
}


/* ========================================================================== */
/* Common styles - applies to all pages */
/* ========================================================================== */
#mainHeader {
	text-align:right;
	padding:0px;
	height:25px;
	width:125px;
	background-image:url(/images/calendar.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-bottom:20px;
}

#mainContainer {
	width:630px;
}

#mainNav {
	text-align:right;
}

.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:#000000;
	font-weight:bold;
	text-align:left;
}

.tableStyle TD {
	background-color:#BCBCBC;
	padding:5px;
}

/* ========================================================================== */
/* Search styles  - search.asp, actions/search_results.asp */
/* ========================================================================== */
.searchBoxContainer {
	color:#000000;
	background-color:#FFFFFF;
	font-size:10px;
	width:191px;
	border-top:1px solid #bbbbbd;
}
.searchBoxHeader {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	background:url(images/monthBG.jpg) repeat-x;
	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: #000000;
	font-size:12px;
	font-weight:bold;
	border-bottom:#BCBCBC solid 1px;
	margin-top: 15px;
	padding-bottom:0px;
}

.sumEventDescription {
	margin-top:0px;
	margin-bottom:20px;
}

.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:#BCBCBC solid 1px;
	padding:3px;
	margin-bottom:8px;
}

.boxHeader {
	background-color:#BCBCBC;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding:3px;
}

/* ========================================================================== */
/* uCalendar Calendar Control - applies to the calendar control only */
/* ========================================================================== */
.calendarColor {
	color:#4D5C9D;
	background:url(images/datesBG.jpg) repeat-x;
	background-color:#FFFFFF;
	width:191px;
}

.dayCellSize { /* IE will only be CLOSE to these values  */
	height:10px;
}

.dayLabel {
	color:#000000;
	/* background-color: #3399FF; */ 
	text-align:center;
}

.navLabel {
	color:#000000;
	/*background-color:#3a2987;*/
	background:url(images/monthBG.jpg) repeat-x;
	background-color:transparent;
	border-bottom:1px solid #bbbbbd;
	text-align:center;
	width:100%;
}

.prevLabel {
	color:#FFFFFF;
	background:url(images/monthNavBG.gif) no-repeat;
	width:12px;
	text-align:center;
}

.prevLabel a {
	color:#FFFFFF;
	text-decoration:none;
}

.nextLabel {
	color:#FFFFFF;
	background:url(images/monthNavBG.gif) no-repeat;
	width:12px;
	text-align:center;
}

.nextLabel a {
	color:#FFFFFF;
	text-decoration:none;
}

.currentLabel {
	color:#666666;
	/* background-color:inherit;*/
	text-align: center;
	font-weight:bold;
}

.activeDay {
	color:#DD1D0F;
	font-weight:bold;
	/* background-color:#013165;*/
}
.activeDay a {
	color:#DD1D0F;
	font-weight:bold;
	/* background-color:inherit;*/
}
.activeDay a:hover {
	color:#DD1D0F;
	font-weight:bold;
	/* background-color:inherit;*/
}
.activeDay a:visited {
	color:#DD1D0F;
	font-weight:bold;
	/* background-color:inherit;*/
}

.emptyDay {
	color:#666666;
	/* background-color:#BCBCBC;*/
}

.blankDay {
	/* background-color: #F9DEA2;*/
}

