table.agenda
{
	color: #000000;
	font: 9px Arial, Helvetica, sans-serif;
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 4px solid #CCCCCC;
}

table.agenda td
{
	color: #000000;
	font: 9px Arial, Helvetica, sans-serif;
	border-top: 1px dotted #999999;
	border-left: 1px dotted #999999;
}

table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active
{
	color: #FF3300;
	font-weight: bold;
}

table.agenda  td a:hover
{
	text-decoration: underline;
	
}

th.agendaNav
{
	font-size: 12px;
	background: #FF6600;
	margin-top: 10px;
	border-top: 2px solid #000000;
}

th.agendaNav a, th.agendaNav a:link, th.agendaNav a:visited, th.agendaNav a:active
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
}

th.agendaNav a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.agendaHead
{
	color: #334D55;
	background: #EEEEEE;
	border-bottom: 3px solid #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}

.agendaThisDay
{
	background-color: #ffffb0;
	border: 2px solid #999999;
}

.agendaThisMonth
{
	background-color: #ffffe0;
}

.agendaNotThisMonth
{
	color: #999999;
}

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

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

/* Forms */
form{
	margin:0;
	padding:0;
	font-size: 10px;
}
form p{
	margin:0.3em 0;
}
input,select{
	background-color: #eee;
	color:#000;
	border: 1px solid #bbb;	
	border-top-color: #999;
	border-left-color: #999;
}
select{
	font-weight: bold;
	display: block;
}
#submit{
	background-color: #eee;
	color:#000;
	font-weight: normal;
	font-size:90%;
	border: 1px ridge #ccc;
}
.evento {
	background: #FFCC00;
}
