body {
	padding-left: 20px;
	background-color: #ffffff;
}

td {
	font-size: 10px;
	font-family: verdana, geneva, helvetica, trebuchet ms, sans-serif;
	color: #2f1f0e;
}

.calDay {
	width: 22px;
	line-height: 22px;
	background-color: #edebea;
}

.calDayEvent {
	width: 22px;
	line-height: 22px;
	background-color: #c7c2be;
}

.calDayToday {
	width: 20px;
	line-height: 20px;
	border: #CC9900 1px solid;
}

.calDayOld {
	width: 22px;
	line-height: 22px;
	background-color: #ffffff;
	color: #cccccc;
}

.calDayEvent a {
	color: #2f1f0e;
	text-decoration: none;
}

.calDayEvent a:hover {
	background-color: #CC9900;
	color: #ffffff;
}

.calDayToday a {
	color: #2f1f0e;
	text-decoration: none;
}

.calDayToday a:hover {
	background-color: #CC9900;
	color: #ffffff;
}

.smHeading {
	font-weight: bold;
	font-size: 11px;
	color: #CC9900;
	font-family: verdana, geneva, helvetica, trebuchet ms, sans-serif;
}