/* CSS Document */
a{
	text-decoration:none;
}

#clear {
	clear: both;
	height: 1px;
}
#calendario_tabela{
    font-family:monospace;
    font-size:12px;
    border:1px solid #999999;
    background:#F5F5F5;
	width:170px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#calendario_semana{
    color:#FFFFFF;
    text-align:center;
    font-weight:bold;
	width:170px;
}

#calendario_nomes{
	background-color:#999;
    padding:5px 5px;
	float:left;
	margin:1px;
	width:12px;
	height:12px;
}

#calendario_dias{
	background-color:#FFF;
	float:left;
	margin:1px;
	width:22px;
	height:22px;
}

#calendario_dias a{
	color:#999;
	text-decoration:none;
	padding-bottom:6px;
	padding-right:8px;
	overflow:hidden;
}

#calendario_dias a:hover{
	color:#FFF;
	background-color:#999;
	text-decoration:none;
}


#calendario_hoje{
	background-color:#B6B6FC;
	float:left;
	margin:1px;
	width:22px;
	height:22px;
}

#calendario_hoje a{
	color:#FFF;
	text-decoration:none;
	padding-bottom:6px;
	padding-right:8px;
	overflow:hidden;
}

#calendario_hoje a:hover{
	color:#FFF;
	background-color:#999;
	text-decoration:none;
}


#calendario_domingos{
	background-color:#D9C5BF;
	color:#FFFFFF;
	float:left;
	margin:1px;
	width:22px;
	height:22px;
}

#calendario_domingos a{
	color:#FFF;
	text-decoration:none;
	padding-bottom:6px;
	padding-right:8px;
	overflow:hidden;
}

#calendario_domingos a:hover{
	color:#FFF;
	background-color:#999;
	text-decoration:none;
}

#calendario_mes_ano{
    text-align:center;
    color:#666666;
	padding-top:3px;
	
}

#calendario_mes_ano font{

  	font-family:"Arial Black", Gadget, sans-serif;
  	font-size:       10px;
  	text-decoration: none;
  	color:           #666;
}

#calendario_mes_ano a{
	font-weight:bold;
  	font-family:     monospace;
  	text-decoration: none;
  	color:           #999;
	padding:0px;
}

#calendario_mes_ano a:hover {
  	color:           #FFF;
  	background-color:#CCC;
  
}

#eventos{
	background:#FFF;
}

#evento_box{
	width:100%;
	background:#F1F8D6;
	height:50px;
	margin-bottom:2px;
	color:#999;
}

#evento_box_nome{
	float:left;
	margin-left:5px;
}

#evento_box_data{
	float:right;
	margin-right:5px;
}

/* NAVEGAÇÂO */

#backMes{
	background:url(images/backMes.png) 50% 50% no-repeat;
	width:15px;
	height:20px;
	float:left;
	cursor:pointer;
	margin-right:3px;
	margin-left:3px;
}

#backAno{
	background:url(images/backAno.png) 50% 50% no-repeat;
	width:15px;
	height:20px;
	float:left;
	cursor:pointer;
}

#frontMes{
	background:url(images/frontMes.png) 50% 50% no-repeat;
	width:15px;
	height:20px;
	float:right;
	cursor:pointer;
	margin-right:3px;
	margin-left:3px;
}

#frontAno{
	background:url(images/frontAno.png) 50% 50% no-repeat;
	width:15px;
	height:20px;
	float:right;
	cursor:pointer;
}
