.calendar_container {
	width:100%;
}
.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: 13px;
	font-family: arial;
	background-color: navy;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: 3px;
	color: white;
}
.month_inside {
	padding:0 0 0 6px;
	margin-left: 1px;
	margin-top: 1px;
	overflow:hidden;
}
.month_header_row {
	background-color: #ffefcc;
}
.month_header {
	width: 12%;
	_width: 12%;
	float: left;
	font-weight:bold;
	text-align: center;
	margin: 1px;
	background-color: #C6DBCC;
}
#month_day, #month_empty {
	width: 12%;
	_width: 12%;
	float: left;
	margin: 1px;
	text-align: center;
}
#month_day {
	background-color: #EEEEEE;
}
#month_day:hover { background-color:#00CCFF !important; }
.month {
	width:140px;
	_width: 155px;
	float: left;
	margin: 0 2 4 2;
	height: 208px;
	background-color:#EEEEEE;
	text-align: center;
	border: 1px solid navy;

}
.month a {
	color: black !important;
	font-weight: normal !important;
}
.month_legend {
	display: none;
}
.day_popup {
	visibility: hidden;
	position: absolute;
	margin: 15px 0px 0px 15px;
	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;
}
