table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-size: 10px;	
}
table.agenda_mini, table.agenda_mini tr, table.agenda_mini th, table.agenda_mini td {
	font-size: 10px;	
}
table.agenda_mini a, table.agenda_mini a:link, table.agenda_mini a:visited, table.agenda_mini a:active
{
	color: #336666;
	background-color: none;
	text-decoration: underline;
    font-weight: bold;
}
.agendaNav {
	background-color: #FFCB67;
	text-align: center;
}

.agendaHead {
	background-color:  #26677B;
	color: #ffffff
}

.agendaThisDay {
	background-color:  #FFCB67;
}

.agendaThisMonth {
	background-color: #eee;
}

.agendaNotThisMonth {
	background: #ddd;
}
table.agenda select {
	font-size: 10px;
	background-color: #fff;
}