.h1 {
	padding-top: 5px;
	font-size: 12px;
	color: #bd0000;
}
.table {
	border-collapse: collapse;
	border-color: #000;
	background-color:#000000;
	font-size: 12px;
}
.td, .th {
	width:14%;height: 20px; text-align: center; color: #fff;
	font-size:11px;cursor:pointer; padding:2px;  z-index:100;
}
.th {height: 20px;  z-index:100; font-weight: bold; font-size: 11px; cursor:pointer; border-bottom:1px solid #666;}
.td:hover, .th:hover {
	background:#FFFFCC; z-index:100;
	color: #222;cursor:pointer;
}
.date_has_event {
	width:14%;text-align: center; font-weight:bold;
	background:#889DDE; color: #ffffff; font-family:tahoma; font-size:11px; cursor:pointer; height:20px;
	border:solid 0px #bd0000; z-index:900;
}
.date_has_event:hover {
	width:14%; background:#FFFFCC; color: #bd0000; font-family:tahoma; font-size:11px; cursor:pointer; height:20px;
}
.padding {
	opacity:0.3;filter:alpha(opacity=30) /*IE*/
}
.today {
	background:#bd0000; font-family:Tahoma; font-weight:bold;
	color: white; font-size:11px;cursor:pointer;width:14%; text-align: center;
}
.today:hover {
	background:#bd0000;
}
.events {
	position: relative;
	z-index: 1000;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 10px;
	background: #E7ECF2;
	color: white;
	border: 1px solid white;
	font-size: 12px;
	width: 250px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #000;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 11px;
	text-align: justify;
	color: #000;
}
.events li span a:link,.events li span a:visited {
	color: #3C58C6; font-family: tahoma; font-size: 11px; font-weight:bold;
}
.events li span a:hover {
	color: #3C58C6; font-family: tahoma; font-size: 11px; font-weight:bold;
}
.th a{
	text-decoration:none;
	font-size:100%;
	font-weight:bold;
	color: #000;
	outline-width:0;
}
.btn_:link,.btn_:visited{font-weight:bold;font-size:12px; color:#bd0000;}
.btn_:hover{font-weight:bold;font-size:12px; color:#bd0000;}