.calendario{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	text-align: center;
}

.calendario td, .calendario th{
	padding: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-left-color: #000000;
}

.calendario th{
	color:#039;
}

.calendario .feriado{
	color:#F00;
}

.cabecalhoCalendario {
	background-color: #3D84CB;
}

.acontecimentos{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}

.acontecimentos td, .acontecimentos th{
	padding: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-left-color: #000000;
}
.acontecimentos th{
	color:#039;
	background-color: #B1CBE4;
}
.acontecimentos .feriado{
	color:#F00;
}