/* CSS Calendário */
.calendario {
	font-size: 10px;
	font-family: Arial;
}

#cA, #cC {
	width: 20px;
}

#cB {
	width: 165px;
}

#cA, #cB, #cC {
	float: left;
	height: 20px;
	color: #336699;
	line-height: 20px;
	font-weight: bold;
	margin-right: 2px;
	cursor: default;
	text-align: center;
	background-color: #D3E6EF;
}

#cD {
	width: 210px;
	height: 20px;
	font-size: 9px;
	color: #FFFFFF;	
	margin-top: 3px;
	line-height: 20px;
	text-align: center;
	background-color: #AAAAAA;
}

#cD div {
	float: left;
	width: 28px;
	margin-right: 2px;
}

#cE {
	width: 210px;
	margin-top: 3px;
	line-height: 15px;
	background-color: #EDF2F6;
}

#cE div {
	float: left;
	width: 28px;
	height: 21px;
	line-height: 21px;
	margin-right: 1px;
	padding-left: 1px;
	text-align: center;
	border-bottom: 1px solid #C2D3DE;
}

#cE .cEA {
	color: #009900;
	font-weight: bold;
}


#cE .cEB {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

#cE .cEC {
	color: #44667C;
}

#cE .cED {
	color: #000000;
	font-weight: bold;
}

#cE .cEA div,
#cE .cED div {
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin-top: 2px;
	margin-left: 5px;
	line-height: 15px;
}

#cE .cEA {
	background-color: #C3F397;
}

#cE .cEA div, 
#cE .cED div {
	border: 0px;
}
