@charset "iso-8859-1";

#thecalendar {
	background-color: #fff;
}

#thecalendar a {
	color: #00f;
}

#thismonth  {
	border: 1px solid #000;
	border-collapse:collapse;
}

#monthlist  {
}

ul {
	margin-top: 0;
	margin-left: 14px;
	padding-left: 5px;
}

.today {
	background-color: #ccf;
	color: #000;
}
.nottoday {
	color: #000;
	background-color: #ddd;
}

.day {
	font-weight: bold;
	text-align:right;
}

.event {
	text-align:left;
	color: #600;
	font-size: 12px;
	line-height: 125%;
}

.today .default {
	color: #000;
	font-style: italic;
}

.nottoday .default {
	color: #000;
	font-style: italic;
}

.monthname {
	color: #000;
	font-weight: bold;
}
.dayname {
	color: #000;
}

.height {
	float:left;
	width:1px;
	min-height:50px;
}