table.calendario {
	font-weight: bold;
	color: #666666;
	background-color:#999999;
	
}

table.calendario02{
	border: 1px solid #666666;
	background-color:#ffffff;
}

td.dias {
	color: #000000;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}

td.findesemana{
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	color: #FF0000;
}

td.cerrado{
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	color: #000066;
}
.nomes {
	font-weight: normal;
	color: #ffffff;
	background-color: #ffffff;
}

.calendariotitulo{
	font-weight: bold;
	background-color: #cccccc;
	text-align: center;
}

.normal{
background-color: #cccccc;
}
.destacados{
	background-color: #33ff00;

}
.tardes{
	background-color: #ff9900;

}
