<!--

div.calendar {
}
div.calendar div.item {
	padding: 3px;
	font-size: 12px;
}
div.calendar div.month {
	margin: 18px 0 4px 0;
}
div.calendar div.monthTitle {
	border-bottom: 1px solid #fff;
	clear: both;
}


div.calendar div.month div.date {
	padding: 5px;
	font-weight: bold;
	color: #fff;
	border: 1px solid;
}
div.calendar div.month div {
	padding: 5px 0 5px 5px;
	
}

div.calendar div.item {
	clear: both;
}
div.calendar div.item span.day {
	float: left;
	width: 30px;
	color: #fff;
}
div.calendar div.item span.date {
	float: left;
	width: 30px;
	color: #fff;
}
div.calendar div.item span.title {
	float: left;
}

-->