/* CSS Document */

#calendar_display {
	width: 100%;
	text-align: center;  /*to center calendar in IE*/
}
#calendar_display table {
	margin-left: auto;
	margin-right: auto;
}
table.calendar {
	width: 280px;
}
table.calendar td {
	text-align: center;
	width: 40px;
}
td.active_event {
	background-color:#D9c082;
}
div.event_listing {
	margin-left: 20px;
}
