table.calendar {
	border-collapse: separate;
	width: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
table.calendar td, th {
	width: 92px;
	text-align: left;
	vertical-align: top;
	color: #444;
	position: relative;
	background-color: #FFF;
	border: 1px solid #CCC;
}
table.calendar th {
	font-weight: bold;
}
table.calendar td:hover, th:hover {
	color: #222;
}
table.calendar td {
	height: 95px;
}

table.calendar  td.date_has_event {
	color: #900;
	font-weight: bold;
	background-color: #FFF;
}
table.calendar td.date_has_event:hover {

}
table.calendar td.padding {
	background-color: #FFF;
}
td.today {
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
}
td.today:hover {
	background-position: 81px -81px;
}
td.date_has_event ul {
	text-align: left;
	padding: 0px;
	color: white;
	list-style: none;
	color: #000;
	margin: 0px;
}
td.date_has_event li {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	list-style-type: none;
}
td.date_has_event li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
td.date_has_event li span.title {
	font-weight: bold;
	color: #222;
}

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

