#container_calendar {
	margin: 25px 0px 0px 25px;
	}
.calHeader {
	background-color:#ddd;
	color: #964457;
	font-size: 0.75em;
	font-weight: bold;
	font-family:verdana,arial,helvetica,sans-serif;
	}
.calDate {
	color: #445897;
	font-size: 0.75em;
	font-weight: normal;
	font-family:verdana,arial,helvetica,sans-serif;
	}
.calmonth {
	color: #445897;
	font-size: 0.82em;
	font-weight: bold;
	font-family:verdana,arial,helvetica,sans-serif;
	}

hr.dotted {color:#036;background-color:#036;border:1px dotted #eee;border-style:none none dotted;margin:5px 0px 5px 0px;}
p {margin:5px 0 5px 0 auto;}

.eventCancelled {
	color:#a30;
	background-color:#ff6;
	font-size:1.3em;
	font-weight:bold;
	width:100%;
	text-align:center;
	padding:4px;
}