/* CSS Document */
<!--
span.label{
	color: #ffffff;
	width: 20px;
	height: 16px;
	text-align: center;
	margin-top: 0px;
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
span.c1{
	cursor:pointer;
	color:#ffffff;
	width:20px;
	height:16px;
	text-align:center;
	margin-top:0px;
	font-size:12px;
	font-family:"Trebuchet MS";
}
span.c2{
	cursor:pointer;
	color:#ffffff;
	width:20px;
	height:16px;
	text-align:center;
	margin-top:0px;
	font-size:12px;
	font-family:"Trebuchet MS";
}
span.c3{
	cursor:default;
	color:#333333;
	width:20px;
	height:16px;
	text-align:center;
	margin-top:0px;
	font-size:11px;
	font-family:"Trebuchet MS";
}
span.c4{
	cursor:pointer;
	color:#666666;
	width:20px;
	height:16px;
	text-align:center;
	margin-top:0px;
	font-size:12px;
	font-family:"Trebuchet MS";
}
#mostra_mes, #link_calendario{color:#ffffff; cursor:pointer;}
#tabela_label{background-color:#5e5e5e; font-weight:bold;}

#tabela_calendario{
	font-family: 'Trebuchet MS';
	font-size: 12px;
	width: 210px;
}
#tabela_calendario_dias{
	font-family: 'Trebuchet MS';
	font-size: 12px;
	width: 210px;
}
#galeria_calendario #tabela_calendario{
	width: 180px !important;
}

#galeria_calendario #tabela_calendario_dias{
	width: 180px !important;
}
-->