#calenderContainer{
	margin-top: 10px;
	margin-bottom: 10px;
}
#calendarCellHeader{
	margin: 0px;
	padding: 11px 10px 9px 45px;
	text-align: left;
	color: #373737;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/bgHeading.gif) top left no-repeat #eee;
}
#calendarCell {
	padding: 0px;
	margin-top: 1px;
	margin-left: -1px;
	padding-left: 1px;
	overflow: hidden;
}
*html #calendarCell{
	margin-left: 0px;
	padding: 0px;
}
#calendarCell th{
	padding: 8px 0px;
	font-size: 12px !important;
}
#calendarCell td{
	height: 24px;
	border: 1px solid #dedede;
}
#calendarCell table{
}
td.days {
	border: 0px !important;
	background-color: #ddd;
}
#calendarCellBottom {
	margin-top: 5px;
	text-align: left;
	font-weight: normal;
	line-height: 150%;
	color: #999;
	padding: 4px;
}
#calendarCellBottom p{
	margin: 5px 0px !important;
	padding: 2px 0px 2px 10px !important;
	font-size: 11px;
	line-height: 110%;
	background: url(../images/arrows.gif) top left no-repeat;
}
#calendarCellBottom b{
	color: #333;
}