* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}

td.date_has_event {
	background-position: 162px 0px;
	background:url(../images/today.jpg) no-repeat center center;
	color:#fff;
}
td.date_has_event:hover {
	background-position: 162px -81px;
	background:url(../images/today.jpg) no-repeat center center;
}

.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid black;
	font-size: 15px;
	width: 200px;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

