
a.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #283792;
}

/* overall table */
#calendar table {
	border:1px solid #fff;
	padding: 10;
	margin:0px;
}

/* the day headers across the top */
#calendar th {
	background: #283792;
	color: #fff;
	margin: 2px;
	padding: 2px 5px;
}

/* how days this month will look, make dates appear in top right */
#calendar td {
	background: #B1DDF6;
	color: #000;
	padding: 2px;
	margin:0;
	height:65px;
	/* text-align:right; */
	vertical-align:top;
	border:1px solid #fff;
}

/* these are the days falling outside this month */
#calendar td.notInMonth {
	background: #283792;
}

#calendar td div.dayEventCell {
	border: 1px outset #283792;
	background-color: #FFF;
	margin: 1px;
	padding: 2px;
	min-height:40px;
}

#calendar td div.dayEventText a {
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #283792;
	text-decoration: none;
}

#calendar td div.dayEventText a:hover {
	text-decoration: underline;
}

#calendar td p.dayNum , #calendar td p.dayNumNoEvents {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana,Arial;
	color: #283792;
}

select {
	font-size: 9px;
	font-weight: normal;
	font-family: Arial,Verdana;
	color: #000000;
}

input {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial,Verdana;
	color: #000000;
}

#calendar td a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #283792;
	text-decoration: none;
}

