
table {
	border-collapse: separate;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 10px;
	width:234px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	top:-10px;
	border-bottom:1px solid #BEBAB9;
}


table tr{
	height:5px;}
td, th {
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	position: relative;
}
th {
	height: 20px;
	font-weight: bold;
	font-size: 14px;
}
td:hover, th:hover {
	color: #000;
}
td.date_has_event {
	color: #000;
	background-color:#C20000;
}
td.date_has_event:hover {
}
td.padding {
}
td.today {
	color:#000;
	font-weight:bold;
}
td.today:hover {
}
.events {
	position: relative;
	width:0px;
	height:0px;

}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background-color:#C20000;
	border: 1px solid white;
	font-size: 10px;
	color:#000;
	width:100px;
	height:35px;
	list-style: none;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 11px;
	text-align: left;
	color:#fff;
	width:100px;
}
.events li span.title {
	font-weight: bold;
	color:#fff;
	padding:10px;
	height:20px;
	width:100px;
}

th a{
text-decoration:none;
font-size:120%;
font-weight:bold;
color: #000;
outline-width:0;
}
