table.agenda, table.agenda tr, table.agenda td
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #888888;
	font-size: 10px;
}

table.agenda td {
    height: 50px;
    text-align: left;
    font-size: 0.9em;
}

table.agenda {
    width: 90%;    
}
table.agenda th
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFCC66;
	font-size: 10px;
	width: 14%;
}

table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active
{
	color: #000000;
	background-color: none;
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
}

table.agenda a:hover
{
	background-color: none;
	font-weight: normal;
	text-decoration: underline;
}

.agendaNav
{
	background-color: #003366;
}

.agendaHead
{
	background-color: #FFCC66;
}

.agendaThisDay
{
	background-color: #ffdddd;
}

.agendaThisMonth
{
	background-color: #ddffcc;
}

.agendaNotThisMonth
{
	background: #99cc99;
}

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

