@charset "utf-8";
/* CSS Document */
body {
	background-color: #e2dbaf;
}
#tableCalendarContainer {
	/*position: absolute; left: 150px;*/
}
#tableCalendarContainerTop {
	background-image: url(../images/americanexchange_cal_top.gif);
	background-repeat: no-repeat;
	height: 27px;
}
#tableCalendarContainerMiddle {
	background-color: #525b6c;
	height: 176px;
}
#tableCalendarContainerBottom {
	background-image: url(../images/americanexchange_cal_bottom.gif);
	background-repeat: no-repeat;
	height: 27px;
}

#calendarTableTitle {
	color: white; 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: #f9c323; font-weight: bold; height: 18px;
	position: relative; top 1px;
	background-color: #a21d22;
	border-left: 1px solid #55647b;border-bottom: 1px solid #f9c323;
	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: #dedfb8;
	color: #000033;
	border-left: 1px solid #000033;border-bottom: 1px solid #000033;
}
.monthDayHasEventWeeksEnd {
	width: 39px;height: 24px;
	background-color: #dedfb8;
	color: #000033;
	border-left: 1px solid #000033;border-bottom: 1px solid #000033;
	border-right: 1px solid #000033;
}

.monthDayNormal {
	width: 39px;height: 24px;
	background-color: #a49f7f;
	color: #000033;
	border-left: 1px solid #000033;border-bottom: 1px solid #000033;
}
.monthDayNormalWeeksEnd {
	width: 39px;height: 24px;
	background-color: #a49f7f;
	color: #000033;
	border-left: 1px solid #000033;border-bottom: 1px solid #000033;
	border-right: 1px solid #000033;
}

/*Formatting for calendar blocks not representing an actual day*/
.calendarDay {
	width: 39px;height: 24px;
	background-color: #c6c194;
	border-left: 1px solid #000033;border-bottom: 1px solid #000033;
}
.calendarDayWeeksEnd {
	width: 39px;height: 24px;
	background-color: #c6c194;
	border-left: 1px solid #000033;border-bottom: 1px solid #000033;
	border-right: 1px solid #000033;
}

/*Formatting for back/forth links in the calendar*/
table #links a {
	color: white;
	font-weight:bold;
	text-decoration: none;
	border: 1px solid #151410;
	margin: 0px 2px 0px 2px;
	padding: 0px 2px 0px 2px;
}			
table #links a:hover {
	color: #f9c323;
	font-weight:bold;
	background-color: #0e1b48;
	border: 1px solid #0e1b48;
}
/*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/americanexchange_event_top.gif);
		height: 27px;
		color: white;
		font-weight:bold;
	}
	#eventMiddle {
		overflow: auto; height: 214px; width: 580px;
		background-color: #525b6c;
	}
		.eventDate {
			background-color: #c6c194;
			padding: 0px 0px 0px 2px;
			color: #53513e; font-weight: bold;
		}
		.eventTitle {
			background-color: #dedfb8;
			padding: 0px 0px 0px 12px;
			color: #747561; font-weight: bold;
		}
		.eventInfo {
			background-color: #dedfb8;
			padding: 0px 0px 0px 12px;
			color: #747561; font-weight: bold;
		}
		.eventSpacer {
			height: 4px;
		}
	#eventBottom {
		background-image: url(../images/americanexchange_event_bottom.gif);
		height: 9px;
	}









