#tabCalendario{
	text-align	:center;
	border		:#0A3B3B 0px solid;
}
#calendario 
{
	font-size:10px;
}
#dias 
{
	background:url(../imagens/bg_dias.jpg) no-repeat center;
	width				:20px;
	height				:20px;
	text-align			:center;
	color				:#0A3B3B;
	font-size			:10px;
}
#semana 
{
	background:url(../imagens/bg_sem.jpg) no-repeat center #FFF;
	width				:20px;
	height				:20px;
	text-align			:center;
	color				:#FFFFFF;
	font-size			:10px;
}
#domingos 
{
	background:url(../imagens/bg_dom.jpg) no-repeat center #FFF;
	width				:20px;
	height				:20px;
	text-align			:center;
	color				:#FFFFFF;
	text-align			:center;
	font-size			:10px;
}
#destaca 
{
	background:url(../imagens/bg_des.jpg) no-repeat center #FFF;
	width				:20px;
	height				:20px;
	text-align			:center;
	color				:#FFFFFF;
	font-size			:10px;
}
#hoje 
{
	background:url(../imagens/bg_hoj.jpg) no-repeat center #FFF;
	width				:20px;
	height				:20px;
	text-align			:center;
	color				:#FFFFFF;
	font-size			:10px;
}

#titulo_cal 
{
	background:url(../imagens/faixa.jpg) repeat-x center #FFF;
	height				:20px;
	text-align			:center;
	color				:#000055;
	font-size			:11px;
	font-weight:bold;
}

#tabCalendario A{
	color	:#FFFFFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}
