.planCalCourseMonth {
	width: 81px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background: url(/calendar/_images/img/cells.png);
	color: #444;
	position: relative;
}

.planCalCourseMonth:hover {
 background-position: 0px 50px;
font-color:#5609fg;

}

.date_has_event {
	background-position: 0px 50px;
	color: white;
font-weight:bold;
}
.planCalCourseMonth.date_has_event:hover { background-position: 162px -81px; }
.events { position: relative; }
.events {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(/calendar/_images/img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
