* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
body h1 {
	padding-top: 20px;
	font-size: 26px;
	color: #335;
}
table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 11px;
}
td, th {
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background: url(../graphics/cal_cells.png);
	color: #444;
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 11px;
}
td:hover, th:hover {
	background-position: 0px -25px;
	color: #222;
}
td.date_has_event {
	background-position: 50px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 50px -25px;
	cursor: pointer;
}
td.padding {
	background: url(../graphics/cal_pad.jpg);
}
td.today {
	background-position: 25px 0px;
	color: white;
}
td.today:hover {
	background-position: 25px -25px;
	cursor: pointer;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 10000;
	padding: 10px;
	background: #E7ECF2 url(../graphics/cal_popup.png) no-repeat;
	color: white;
	border: 1px solid #666666;
	font-size: 11px;
	width: 140px;
	list-style: none;
	color: #444444;
}
.events li {
	padding-bottom: 10px;
}
.events li span {
	display: block;
	font-size: 11px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}
.events_header {
	float: left;
	width: 100%;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}
.events_platforms {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 5px;
}