.calendar-box {
	background-color: #cecece;
	border: solid 1px #8d0000;
	padding: 1px 1px 1px 1px;
}

.calendar-month {
	font: 13px Tahoma;
    font-weight: bold;
	color: #8d0000;
	text-align: center;
}

.calendar-day {
	font: 11px Tahoma;
	color: #000000;
	text-align: center;
}


