div.calcontainer{
	margin-left: 10px;

	clear: both;
	float: left;
	width: 700px;
	padding-top: 1px;
}

.calOn{
	background-color: #D6DCE3;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.calOnMini{
    background-color: #D5DDD8;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.calOff{
	background-color: #D3D3D3;
	color : #2F4F4F;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.calmonth{
	background-color: #D5DDD8;
}

H3.calendar{
	background-color: #D5DDD8;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	border-top: 0px;
	padding-top: 0px;
}