#calenderContainer{
	background: url(../images/bgBox.gif) top left repeat-y;
	margin: 0px;
}
#calendarCellHeader{
	font-size: 12px;
	padding: 10px;
	text-align: center;
	color: #a61d39;
	font-weight: bold;
	background: url(../images/boxTop.gif) top left no-repeat;
}
#calendarCell {
	padding: 0px 5px;
	margin-top: 1px;
	margin-left: -1px;
	padding-left: 6px;
	overflow: hidden;
}
*html #calendarCell{
	margin-left: 0px;
	padding: 0px 5px;
}
#calendarCell table{
	background: url(../images/calendarLine.gif) bottom left repeat-x;
}
#calendarCell th{
	padding: 8px 0px;
	font-size: 10px !important;
}
#calendarCell td{
	height: 21px;
	background-color: #fff;
	border: 1px solid #f4f4f4;
}
#calendarCell table{
}
td.days {
	border: 0px !important;
	background-color: #ddd;
}
#calendarCellBottom {
	margin-top: 0px;
	text-align: left;
	font-weight: normal;
	line-height: 150%;
	color: #999;
	padding: 4px;
	background: url(../images/boxBot.gif) bottom left no-repeat;
}
#calendarCellBottom b{
	color: #333;
}