@charset "utf-8";
/* CSS Agenda */

body{
	margin:0px;
	background-color:transparent;
	text-align:center;
	}

/* Area Calendario */
#Age_Are_Cal{
	width:168px;
	height:146px;
	background-image:url(../imagens/css/bg_cal.gif);
	background-repeat:no-repeat
	}


/* Seta e Mes */
#Age_Are_Cal_Set_Mes{
	width:168px;
	height:21px;
	padding-top:5px;
	}

	/* Calendario Mes */
	#Age_Cal_Mes{
		width:113px;
		height:21px;
		margin-top:23px;
		float:left;
		}
	
	/* Calendario Seta Outros Meses */
	#Age_Cal_Out_Mes{
		width:25px;
		height:21px;
		float:left;
		margin-top:23px;
		}

/* Calendario Dias */
#Age_Are_Cal_Dia{
	width:168px;
	height:113px;
	}

/* Calendario Semanas */
#Age_Are_Cal_Dia_Sem{
	width:23px;
	height:15px;
	padding-top:3px;
	margin-bottom:3px;
	float:left;
	}

/* Calendario Dias */
#Age_Cal_Dia{
	width:23px;
	height:15px;
	float:left;
	}


