.calendarWrap {
clear: both;
position: relative;
padding: 10px;
}

.calendarTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #911A1C;
	line-height: 22px;
}
.calendarDateTitle {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.calendarDayHeadingCell {
	font-size: 10px;
	padding:5px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #808080;
}
.calendarBlankCell {
	background-color: #EBEBEB;
	border: 1px solid #808080;
}
.calendarCell {
	font-size: 12px;
font-weight:bold;
	color: #000;
	border: 1px solid #808080;
padding:5px;
}
.calendarItemList {
	font-size: 10px;
	color: #333333;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 0;
	text-indent: 0em;
}
.calendarItemLink {
	font-size: 10px;
}
.calendarTable {
border-collapse: collapse;
margin-top: 0px;
width: 100%;
border-bottom: 1px solid #999999;
}
.calendarTable th {
text-align: left;
border-bottom: 1px solid #999999;
}
.calendarWeekDate {
	font-size: 12px;
font-weight:bold;
color: #5e432d;
	padding:10px 0px 0px 0px;
border-top: 1px solid #ccc;
}

.calendarWeekItem
{
font-size: 11px;
line-height: 16px;
	color: #000;
	text-decoration: none;
	padding:0px 0px 5px 0px;
}
.calendarWeekTime {
font-size: 11px;
line-height: 16px;
	color: #000;
	text-decoration: none;
	padding:0px 0px 5px 3px;
	display: none;
}

.calendarWeekTitle
{
font-size: 18px;
font-weight:bold;
}




