* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}

#calendar table {
	border-collapse: separate;
	border: 0px solid #9DABCE;
	border-width: 0px 0px 0px 0px;
	margin: 0px auto;
	font-size: 20px;
}
#calendar td, th {
	width: 31px;
	height: 31px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background: url(images09/calendar_small_4.jpg);
	color: #BBBBBB;
	position: relative;
}
#calendar th {
	height: 30px;
	font-weight: bold;
	font-size: 12px;
}
#calendar td:hover, th:hover {
	background-position: 0px -31px;
	color: #EEEEEE;
}
#calendar td.date_has_event {
	background-position: 93px 0px;
	color: white;
}
#calendar td.date_has_event:hover {
	background-position: 93px -31px;
}
#calendar td.padding {
	background: url(images09/calpad.jpg);
}
#calendar td.today {
	background-position: 62px 0px;
	color: white;
}
#calendar td.today:hover {
	background-position: 62px -31px;
}
#calendar td.lastfriday {
	background-position: 31px 0px;
	color: white;
}
#calendar td.lastfriday:hover {
	background-position: 31px -31px;
}
#calendar .events {
	position: relative;
}
#calendar .events ul {
	text-align: center;
	position: absolute;
	display: none;
	z-index: 9;
	padding: 15px;
	background: #E7ECF2 url(images09/popup.jpg) no-repeat;
	color: white;
	border: 0px solid white;
	font-size: 12px;
	width: 258px;
	-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;
}
#calendar .events li {
	padding-bottom: 5px;
	text-align: center;
}
#calendar .events li span {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #555;
}
#calendar .events li span.title {
	font-weight: bold;
	color: #FF6600;
}
.calendar_head {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #EEEEEE;
	background:#000000;
}