table {
	border-collapse: separate;
	border: 0px solid #9DABCE;
	border-width: 0px 0px 0px 0px;
	margin: 0 0 20px 0;
	font-size: 0.8em;
	font-weight: normal;}
	
td, th {
	width: 95px;
	height: 70px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	position: relative;}

th {
	height: 20px;
	font-weight: bold;
	font-size: 1.3em;}

td.date_has_event {
	background-color: #fff;
	color: #000;
	position: relative;
	z-index: 9000;}

td.date_has_event:hover {
	background-position: 162px -81px;}

td.padding {
	background-color: #e2f2c7;}

th.day {
	padding: 15px 0 0 8px;
	background-color: #8fc640;}
	
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: 1;
	padding: 15px;
	background-color: #fff;
	color: white;
	border: 1px solid white;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	-webkit-box-shadow: 0px 8px 8px #999;}

.events li {
	padding-bottom: 5px;}

.events li span {
	display: block;
	font-size: 0.8em;
	text-align: left;
	color: #000;}

.events li span.title {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;}
	
.events li span.desc {
	font-weight: normal;
	color: #000;
	font-size: 1.1em;}

.date-text {
	margin: 5px 0 0 5px;
	font-weight: bold;}