@charset "utf-8";

#flutuante {
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	position: absolute;
	z-index: 100;
	left: 530px;
	top: 135px;
	right: auto;
	bottom: auto;
}

/* CSS Document */





/*inicio Css Calendario*/
#centroopcao{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	float: left;
	width: 157px;
	text-align: center;
}

#titulonormal{
	text-align:center;
	padding:3px 5px 3px 5px;
	color: #333333;
}
#titulonormal A {
	color: #333333;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
#titulonormal A:hover {
	text-decoration: none;
}


#descricaoagenda{
	float:left;
	text-align: center;
	margin:0px;
	width: 157px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	font-family: Tahoma;
}

#celulaagendames{
	margin:0px;
	padding:3px;
	width: 148px;
}

#celulaagendadia{
	float:left;
	width:16px;
	margin:0px;
	padding:3px;
	background-color: #0099FF;
	color: #D4E9E9;
	font-weight: bold;
}
#celulaagendadiaRod{
	float:left;
	width:16px;
	margin:0px;
	padding:3px;
	background-color: #ffe022;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

#celulaagenda{
	float:left;
	width:16px;
	margin:0px;
	padding:3px;
	background-color: #FFFFFF;
	height: 15px;
}
#celulaagendaAux{
	float:left;
	width:16px;
	margin:0px;
	padding:3px;
	background-color: #FFFFFF;
	height: 15px;
	color: #0099FF;
}


#celulaagendaEvento {
	float:left;
	width:16px;
	margin:0px;
	padding:3px;
	background-color: #FFFFFF;
	height: 15px;
}
#celulaagendaEvento A {
	font-weight: bold;
	color: #0099ff;
	text-decoration: none;
}
#celulaagendaEvento A:hover {
	text-decoration: none;
}
#conteudoCalendario {
	float: left;
	width: 154px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#verCalendario {
	text-align: left;
	width: 144px;
	padding: 5px;
	background-color: #D3EEF6;
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 12px;
	height: 100%;
}
#tooltips {
	display:none;
}

