#calendario {
	padding:0 10px 0 10px;
	display:block;
	width:180px;
	float:left;
}
#calendario table caption {
	border-bottom:1px solid #f0801e;
	padding:5px 0;
}
#calendario table caption b {
	color:#333333;
	float:left;
	width:149px;
}
#calendario table caption a {
	color:#f0801e;
	float:left;
	font-size:24px;
	text-decoration:none;
	width:15px;
}

#calendario table thead th{
	font-weight:bold;
}
#calendario table td {
	text-align:center;
}
#calendario table td a{
	display:block;
	color:#333333;
	border:1px solid #FFFFFF;
	text-decoration:none;
}
#calendario table td.dia a {
	background:#CCCCCC;
	border:1px solid #CCCCCC;
	color:#000000;
}
#calendario table td.vermelho a{
	background:#CC0000;
}
#calendario table td.laranja a{
	background:#FF7F00;
}
#calendario table td.azul a{
	background:#3399CC;
}
#calendario table td a:hover{
	display:block;
	color:#333333;
	background:#f1f1f1;
	border:1px solid #999999;
	text-decoration:none;
}
#calendario table td.mes_out a{
	color:#999999;
}

#calendario div#footer {
	border-top:1px solid #f0801e;
	width:180px;
	margin:1px 0 0 0;
}


#calendario b.vermelho {
	background:#CC0000;
	float:left;
	height:10px;
	width:10px;
	line-height:10px;
	font-size:10px;
	text-indent:-999px;
	overflow:hidden;
	margin:5px;
}
#calendario b.laranja {
	background:#FF7F00;
	float:left;
	height:10px;
	width:10px;
	line-height:10px;
	font-size:10px;
	text-indent:-999px;
	overflow:hidden;
	margin:5px;
}
#calendario b.azul {
	background:#3399CC;
	float:left;
	height:10px;
	width:10px;
	line-height:10px;
	font-size:10px;
	text-indent:-999px;
	overflow:hidden;
	margin:5px;
}
#calendario em.descri {
	float:left;
	width:160px;
	line-height:10px;
	font-size:10px;
	margin:5px 0;
}

.limpa_tb {
	clear:both;
	width:100%;
	height:5px;
	line-height:1px;
	font-size:1px;
}


























