.month_title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-color:#C30404;
	padding: 3px;
	color:white;
	
}
.month_inside {
	margin-left: 5px;
	_margin-left: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.month_header_row {
	background-color: #ffefcc;
}
.month_header {
	width: 13.5%;
	float: left;
	text-align: center;
	margin: 1px;
	background-color: #FDA8A8;
}
#month_day, #month_empty {
	width: 13.5%;
	float: left;
	margin: 1px;
	text-align: center;
	height: 50px;
}
#month_day {
	background-color: #EEEEEE;
}
#month_day:hover { background-color:#00CCFF !important; }

.month {
	margin: 5px;
	height: 370px;
	background-color:#EEEEEE;
	text-align: center;
	border: 1px solid #C30404;
}
.month a {
	color: black !important;
	font-weight: bold !important;
}
.month_legend {
	font-size: 9px;
	line-height: 10px !important;
	text-align: center;
}
.day_popup {
	visibility: hidden;
	position: absolute;
	margin: 35px 0px 0px 30px;
	background: url(/_includes/images/backgrounds/bg_calendar_popup_arrow.gif) no-repeat #FFFFFF left top;
	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;
}