.calendar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFDFAA;
	background-color: #333;
	text-align: center;
	padding: 4px;
	border: 1px solid #6C0000;
	width: 100%;
	/*margin: 2px;*/
	/*border-radius: 6px;*/
}
.calendar tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFA;
	text-align: left;
	text-indent: 10px;
}
.today {
	color: #FFA;
	background-color: #D40000;
}
.noevent {
	background-color:#FFDF55;
	color:#000000;
}
.event {
	background-color:#009F00;
	color:#FFDF55;
}
