.month_title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-color:#C30404;
	padding: 3px;
	color:white;
	
}
.month_inside {
	margin-left: 1px;
	margin-top: 1px;
}
.month_header_row {
	background-color: #ffefcc;
}
.month_header {
	width: 13%;
	_width: 12.5%;
	float: left;
	text-align: center;
	margin: 1px;
	background-color: #FDA8A8;
}
#month_day, #month_empty {
	width: 13%;
	_width: 12.5%;
	float: left;
	margin: 1px;
	text-align: center;
}
#month_day {
	background-color: #EEEEEE;
}
#month_day:hover { background-color:#00CCFF !important; }
.month {
	width: 46%;
	_width: 42%;
	float: left;
	margin: 5px;
	height: 168px;
	background-color:#EEEEEE;
	text-align: center;
	border: 1px solid #C30404;

}
.month a {
	color: black !important;
	font-weight: normal !important;
}
.month_legend {
	display: none;
}
.day_popup {
	visibility: hidden;
	position: absolute;
	margin: 15px 0px 0px 15px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	padding: 5px;
	filter: Alpha(Opacity=90); -moz-opacity:0.9; opacity: 0.9;
	z-index: 5;
	width: 250px;
}