.calendarTable {
	font-size: 10px;
	color: #1d572C;
	text-align: left;
	vertical-align: top;
	background-color:#FFFFFF;
	border: 1px solid #000000;
}
.cellNoBorder {
	height: 2px;
}
.cellWithEvent a {
	text-decoration: none;
}
.cellWithEvent {
	color: #FFFFFF;
	background-color: #FDBF2E;
	cursor: pointer;
	text-align: center;
	border: 1px solid #000000;
}
.dayHeader {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #000000;
}
.cellWithNoEvent a {
	text-decoration: none;
}
.cellWithNoEvent {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #000000;
}
.cellToday a {
	text-decoration: none;
}
.cellToday {
	color: #93002C;
	background-color: #FEF6E1;
	cursor: pointer;
	text-align:center;
	border: 1px solid #000000;
}
.cellWithImportantEvent {
	color: #FFFFFF;
	background-color: #93002C;
	cursor: pointer;
	text-align: center;
	border: 1px solid #000000;
}
.smallCalTitle {
	font-size: 10px;
	color: #9A012F;
	background-color: #fff;
	border: 1px solid #FBEEC1;
	text-align: center;
}
.smallCalTitlePast {
	font-size: 10px;
	color: #FEF6E1;
	background-color: #93002C;
	border: 1px solid #60001C;
	text-align: center;
}
.bigCalTitle {
	font-size: 16px;
	color: #99002E;
	background-color: #FDD35D;
	text-align: center;
	border: 1px solid #98002F;
}
.bigCalTitle a {
	text-decoration: none;
	color: 000000;
}
.smallCalTitle a {
	text-decoration: none;
	color: 000000;
}
.smallCalendarContainer {
	padding: 1px;
	width: 130px;
	border: 1px solid #FFE29C;
	float: left;
	text-align: center;
}
.bigCalendarContainer {
	padding: 2px 2px 10px 2px;
	width: 404px;
	margin-left: auto;
	margin-right: auto;
}
.calInfoContainer {
	position: relative;
	cursor: default;
	background-color: #E0EBDE;
}
.calInfo {
	display: block;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 3px;
	background-color: #E0EBDE;
	border: 1px solid #000000;
	padding: 3px 3px 8px 3px;
	filter:alpha(opacity=90);
	-moz-opacity:.9;	opacity:.9;
}
.calInfoLeft {
	display: block;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 3px;
	background-color: #ffffff;
	border: 1px solid #FFE29C;
	padding: 3px 3px 8px 3px;
	filter:alpha(opacity=90);
	-moz-opacity:.9;	opacity:.9;
}
.calInfoHidden {
	display: none;
}
.calTitle {
	font-size: 14px;
	text-align: center;
	color: #FEF6E1;
	background-color: #98002F;
	border: 1px solid #98002F;
}
.calInfoBody {
	font-size: 12px;
	text-align: left;
	color: #000000;
	border-bottom: 1px solid #000000;
}