.calendar{
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	width: 577px;
}

.monthName{
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
	color: #555555;
}

.otherMonth{
	background: #F4F4F4;
	color: #F4F4F4;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	vertical-align: bottom;
	text-align: right;
	font-size: 16pt;
	padding: 0px 4px 4px 0px;
}

.dayName{
	padding: 5px 5px 5px 7px;
	background: #EEEEEE;
	font-weight: bold;
	color: #333333;
	height: 25px;
	font-size: 11px;
	border-left: 1px solid #CDCDCD;
	width: 14.2%;
}

.lastDayName{
	padding: 5px 5px 5px 7px;
	background: #EEEEEE;
	font-weight: bold;
	color: #333333;
	height: 25px;
	font-size: 11px;
	border-left: 1px solid #CDCDCD;
	width: 500px;
}

.day{
	padding: 0px 4px 4px 0px;
	font-size: 16pt;
	line-height: 16pt;
	color: #BBBBBB;
	vertical-align: bottom;
	text-align: right;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
}

.dayActive{
	padding: 0px 4px 4px 0px;
	font-size: 16pt;
	line-height: 16pt;
	color: #BBBBBB;
	vertical-align: bottom;
	text-align: right;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	background-color: #FFCBA1;
}

.dayToday{
	padding: 0px 4px 4px 0px;
	font-size: 16pt;
	line-height: 16pt;
	color: #BBBBBB;
	vertical-align: bottom;
	text-align: right;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	background-color: #FFA1A1;
}

.dayInner{
	font-size: 12px;
	text-align: left;
	padding-left: 3px;
	line-height: 1.5;
}