@charset "utf-8";
/* CSS Document */
body {
	background-color: #eff0c5;
}
#tableCalendarContainer {
	/*position: absolute; left: 150px;*/
}
#tableCalendarContainerTop {
	background-image: url(../images/bellottis_cal_top.gif);background-repeat: no-repeat;
	height: 27px;
}
#tableCalendarContainerMiddle {
	background-color: #55647b;
	height: 176px;
}
#tableCalendarContainerBottom {
	background-image: url(../images/bellottis_cal_bottom.gif);background-repeat: no-repeat;
	height: 27px;
}

#calendarTableTitle {
	color: #eff0c5; font-weight: bold;
	font-size:16px; position: relative; top 1px;
}

/* Title in calendar for each day of week, like 'Mon, Tues, Wed,..' etc */
.calendarTableDayTitle {
	color: #a11b24; font-weight: bold; height: 18px;
	position: relative; top 1px;
	background-color: #eff0c6;
	border-left: 1px solid #55647b;border-bottom: 1px solid #55647b;border-top: 1px solid #55647b;
}
#calendarTableDayTitleEnd {
	border-right: 1px solid #55647b;
}
/*Formatting for calendar blocks representing an actual day*/
.monthDayHasEvent {
	width: 39px;height: 24px;
	background-color: #c1c2a0;
	color: #a11b24;
	border-left: 1px solid #55647b;border-bottom: 1px solid #55647b;
}
.monthDayHasEventWeeksEnd {
	width: 39px;height: 24px;
	background-color: #c1c2a0;
	color: #a11b24;
	border-left: 1px solid #55647b;border-bottom: 1px solid #55647b;
	border-right: 1px solid #55647b;
}

.monthDayNormal {
	width: 39px;height: 24px;
	background-color: #dedfb8;
	color: #a11b24;
	border-left: 1px solid #55647b;border-bottom: 1px solid #55647b;
}
.monthDayNormalWeeksEnd {
	width: 39px;height: 24px;
	background-color: #dedfb8;
	color: #a11b24;
	border-left: 1px solid #55647b;border-bottom: 1px solid #55647b;
	border-right: 1px solid #55647b;
}

/*Formatting for calendar blocks not representing an actual day*/
.calendarDay {
	width: 39px;height: 24px;
	background-color: #eff0c6;
	border-left: 1px solid #55647b;border-bottom: 1px solid #55647b;
}
.calendarDayWeeksEnd {
	width: 39px;height: 24px;
	background-color: #eff0c6;
	border-left: 1px solid #55647b;border-bottom: 1px solid #55647b;
	border-right: 1px solid #55647b;
}

/*Formatting for back/forth links in the calendar*/
table #links a {
	color: #eff0c5;
	font-weight:bold;
	text-decoration: none;
	border: 1px solid #3f4a5b;
	margin: 0px 2px 0px 2px;
	padding: 0px 2px 0px 2px;
}			
table #links a:hover {
	color: white;
	font-weight:bold;
	background-color: #3f4a5b;
	border: 1px solid #3f4a5b;
}
/*Links to specific sites in events sectin*/
.eventLinks {
	color: #3f4a5b; font-weight: bold;
}
.eventLinks:hover {
	color: white; font-weight: bold;
}
/*Event(s) display */
#eventContainer {
	width: 580px; height: 230px;
	/*position: absolute; left: 17px; top: 255px;*/

}
	#noEventsNotice {
		color: #eff0c5;
		font-weight:bold;
	}
	#eventTop {
		background-image: url(../images/bellottis_event_top.gif);
		height: 27px;
		color: #eff0c5;
		font-weight:bold;
	}
	#eventMiddle {
		overflow: auto; height: 214px; width: 580px;
		background-color: #55647b;
	}
		.eventDate {
			background-color: #c1c2a0;
			padding: 0px 0px 0px 2px;
			color: #3f4a5b; font-weight: bold;
		}
		.eventTitle {
			background-color: #dedfb8;
			padding: 0px 0px 0px 12px;
			color: #a11b24; font-weight: bold;
		}
		.eventInfo {
			background-color: #dedfb8;
			padding: 0px 0px 0px 12px;
			color: #a11b24; font-weight: bold;
		}
		.eventSpacer {
			height: 4px;
		}
	#eventBottom {
		background-image: url(../images/bellottis_event_bottom.gif);
		height: 9px;
	}









