.calendar_container td.left {padding:5px;width:125px;}
.calendar_legend {width:100%;}
.calendar_legend h2 {font-size:14px;margin:0 0 10 0;}
.calendar_legend ul {margin-left:-20 !important;margin:10 0 0 20;	list-style: square; line-height:15px;}

.month_title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-color:darkgreen;
	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.75%;
	_width: 13.5%;
	float: left;
	text-align: center;
	margin: 1px;
	background-color: #C6DBCC;
}
#month_day, #month_empty {
	width:13.75%;
	_width: 13.5%;
	float: left;
	margin: 1px;
	text-align: center;
	height: 50px;
}
#month_day {
	background-color: #EEEEEE;
}
#month_day:hover {
	background-color: #FFD700 !important;
}

.month {
	margin: 0 0 4 4;
	padding:0px;
	width: 370px;
	_width: 375px;
	height: 335px;
	background-color:#EEEEEE;
	text-align: center;
	border: 1px solid darkgreen;
}
.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;
}