.agenda_agendacal table{
	margin			: 0 auto;
}
.agenda_agendacal caption, .agenda_agendacal caption a{
	margin			: 0 auto;
	color			: #834501 !important;
	font-weight		: bold;
	text-decoration	: none;
}
.agenda_agendacal caption{
	margin			: 10px auto 7px auto;
}
.agenda_agendacal td a{
	text-decoration	: none;
	font-weight		: bold;
	background-color: #834501;
	color			: #fff;
}
#agenda_calendar {
	table-layout	: fixed;
}
#agenda_calendar, #agenda_calendar td, #agenda_calendar th {
	border-width	: 1px;
	font-size		: 85%;
}
	#agenda_calendar td {
		text-align	: center;
		padding		: 0 2px;
		width		: 18px;
	}
td.outofmonth {
	background		: #ccc;
}
td.pastday {
	text-decoration	: line-through;
}
.event_content {
	margin			: 10px 0 20px;
}
#agenda_eventslist li li{
	list-style-type	: circle;
	list-style-image: none;
}
