table.agenda {
text-align:right;
background-color:#eeeeee;
}

table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

.agendaNav {
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
}
.agendaNav a{
color:#FFFFFF;
text-decoration: underline;
}
.agendaHead {
	background-color:#0099CC;
	color:#FFFFFF;
	text-align: center;
}

.agendaThisDay {
	font-weight:bold;
	color:#000000;
	background-color:#FFFFFF;
}

.agendaThisMonth {
	color:#999999;
	background-color:#FFFFFF;
}

.agendaNotThisMonth {
	color:#cccccc;
	background-color:#eeeeee;
}

#agendaEvent  {
 font-weight:bolder;
	color:#990000;
}

#agendaEventNotThisMonth  {
 font-weight:bolder;
	color:#333333;
}

ul.agendaThemes {
	list-style: none;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.agendaThemes ul.agendaThemes {
	list-style: none;	
	margin: 5px 0px 0px 15px;
	padding: 0px;
}

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