@CHARSET "UTF-8";

div.calendar {
	height: 405px; 
	overflow: auto; 
	text-align: left; 
	width: 430px;
}
	
h1.month {
	background-color: #bb041e;
	color: #ffffff;
	font-size: 22px;
	font-variant: inherit;
	font-weight: bold;
	padding: 5px;
}

.altRow {
	background-color: #EEEEEE;
}

div.event {
	padding-bottom: 1em;
}

.event.title {
	font-weight: bold;
}

.event.title.hot {
	color: #ff0000;
}

.highlight {
	background-color: yellow;
}

