<STYLE>
.Calendar{ 
	width: 476px;
	overflow: hidden;
	border-collapse: collapse;
	border: 1px #0066a3 solid;
	border-spacing: 0px;
} 
.CalendarWeek{
	overflow: hidden;
	font-family: arial;
	font-size: 11px;
}
.CalendarDayOut{
	overflow: hidden;
	width: 68px;
	height: 60px;
	vertical-align: top;
	color: #dddddd;
	background: #e6edf3;
	border: 1px solid #005480;
}
.CalendarDateOut{
	overflow: hidden;
	vertical-align: top;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	float: top;
}
.CalendarDay{
	/*overflow: hidden;*/
    width: 68px;
	height: 60px;
	vertical-align: top;
	background: #ffffff;
	border: 1px solid #005480;
}
.CalendarDate{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	float: top;
}
.CalendarDayHover{
	/*overflow: hidden;*/
	width: 68px;
	height: 60px;
	vertical-align: top;
	background: #ffd24f;
	color: #333333;
	border: 1px solid #005480;
}
.CalendarData{
 	height:100%;
 	width: 68px;
 	/*overflow:hidden;
 	white-space: nowrap;*/
}
.CalendarItem{
	overflow:hidden;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
.CalendarItemNone{
	overflow: hidden;
	font-size: 9px;
	font-weight: normal;
}
.CalendarTitle{
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	background: #005480;
	float: top;
	text-align: center;
}
.CalendarDayTitle{
	font-family: arial;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #a3c1d5;
	text-align: center;
}
.CalendarItemView{
	font-size: 11px;
	font-weight: normal;
	border-top: 1px dotted #cccccc;
	height: 20px;
}
.CalendarItemDate{
	color: #a3c1d5;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px dotted #cccccc;
	width: 68px;
}
.CalendarItemLink{
	font-size: 11px;
	font-weight: bold;
}
.CalendarItemBody{
	font-style: italic;
}
</STYLE>
