@charset "UTF-8";

table#cal {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 1px 1px 0px 0px;
	margin: 0px 0px 0px 51px;
	font-size: 12px;
}
table#cal td, th {
	width: 51px;
	height: 49px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/calendar.gif);
	color: #444;
	position: relative;
	overflow: visible;
}
table#cal tr {
	overflow: visible;
}
table#cal th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
table#cal td:hover, th:hover {
	background-position: 0px -51px;
	color: white;
	font-weight: bold;
}
table#cal td.date_has_event {
	background-position: 0px -102px;
	color: white;
}
table#cal td.date_has_event:hover {
	background-position: 0px -51px;
	color: white;
}
table#cal td.padding {
	background: url(../images/calendar_padding.gif);
}
table#cal td.today {
	background-position: 0px -153px;
	color: white;
	font-weight: bold;
}
table#cal td.today:hover {
	background-position: 51px -51px;
}
.events {
	position: relative;
	z-index: 1000!important;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000!important;
	padding: 15px;
	background: #E7ECF2 url(../images/calendar_event.gif) repeat-x;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 300px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	z-index: 1000!important;
	padding-bottom: 5px;
}
.events li span {
	z-index: 1000!important;
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	z-index: 1000!important;
	font-weight: bold;
	color: #222;
}
.events a {
	z-index: 1000!important;
	color: #036;
}