/*td {
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	position: relative;
}
td:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 162px -81px;
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}*/
td.date_has_event {
	
}
td.date_has_event:hover {
	
}
td, th {
	position: relative;
}
.events {
	position: relative;
	height:auto;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background-color:#efe7ee;
	color: 6c6c6c;
	border: 1px solid 711a5c;
	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;
	min-height:280px;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
	font-size:11px;
	
}
.events li span {
	display: block;
	font-size: 11px;
	color: #6c6c6c;
}
.events li span a {
	display: block;
	font-size: 11px;
	color: #711a5c;
	background-color:#efe7ee;
}
.events li span a:hover{
	text-decoration:underline;
	color: #711a5c;
}

