td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 162px -81px;
}
td.padding {
	background: url(../img/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 5px;
	background: #CCCCCC no-repeat;
	color: white;
	border: 1px solid #666666;
	font-size: 15px;
	width: 150px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 3px;
}
.events li span {
	font-size: 10px;
	color: #555;
	font-weight: 600;
}
.events li span.title {
	font-weight: 600;
}
