#calenderContainer{
	margin-top: 10px;
	margin-bottom: 10px;
}
#calendarCellHeader{
	margin: 0px;
	font-size: 1.0em;
	padding: 15px 10px 10px 10px;
	color: #ca8700;
	font-weight: bold;
}
#calendarCell {
	padding: 0px 10px;
	overflow: hidden;
}
#calendarCell th{
	padding: 6px 0px;
	font-size: 12px !important;
}
#calendarCell td{
	height: 24px;
	border: 1px solid #dedede;
}
#calendarCell table{
}
td.days {
	border: 0px !important;
	background-color: #ddd;
}
#calendarCellBottom {
	padding: 10px 10px 15px 10px;
	line-height: 150%;
	background: url(../images/dotted.gif) bottom left repeat-x;
}
#calendarCellBottom b{
	color: #313131;
}
#calendarCellBottom a{
	font-weight: lighter;
	color: #666;
}
#calendarCellBottom a:hover{
	color: #333;
	text-decoration: underline;
}