#calenderContainer{
	margin-bottom: 10px;
}
#calendarCellHeader{
	margin: 0px;
	font-size: 1.2em;
	padding: 10px 15px;
	color: #003669;
	font-weight: bold;
	margin: 0px;
	background: url(../images/csTop.gif) top left no-repeat;
}
#calendarCell {
	padding: 0px 1px 0px 0px;
	margin-top: 1px;
	margin-left: -1px;
	padding-left: 1px;
	overflow: hidden;
	background: url(../images/bgCs.gif) top right repeat-y #fff;
}

*html #calendarCell{
	margin-left: 0px;
}
#calendarCell th{
	padding: 8px 0px;
	font-size: 12px !important;
}
#calendarCell td{
	height: 24px;
	background-color: #fff;
	border: 1px solid #dedede;
}
#calendarCell table{
}
td.days {
	border: 0px !important;
	background-color: #ddd;
}
#calendarCellBottom {
	background: url(../images/csBot2.gif) bottom left no-repeat;
	padding: 10px 10px 15px 10px;
	line-height: 150%;
}
#calendarCellBottom b{
	color: #313131;
}
#calendarCellBottom a{
	font-weight: lighter;
}

.calenderDayH{
	border: 1px solid #aaa;
	height: 22px;
	padding: 1px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	background-color: #606060 !important;
	padding-top: 8px;
	padding-bottom: 8px;
}

.calenderNowDay{
	height: 22px;
	border: 1px solid #ccc;
	background-color: #7d8c17;
	color: #333 ;
	font-weight: bold;
}