<STYLE TYPE="text/css">
<!--
/**************************************************************
********* Formatação para Tabela do Mês e Textos **************
**************************************************************/

A{
font-family:arial, helvetica;
color:#231F20;
text-decoration:underline;
}
SPAN{
font-family:arial, helvetica;
}
TD{
font-family:arial, helvetica;
}
BODY{
background-color:#FFF;
}

/**** mês and ano no cabeçalho do topo do calendário ****/
.date_header{
font-size: 16px;
font-family:arial, helvetica;
font-weight: normal;
display: block;
height: 25px;
}

/**** cor e tamanho das células do calendário.  ****/
.day_cell{
background-color:#F2F2F2;
height:70px;
width: 78px;
}
.empty_day_cell{
background-color:#FFFFFF;
height:70px;
width: 78px;
}
.today_cell{
background-color:#E90085;
height:70px;
width: 78px;
}
.today_cell a{
color: #FFFFFF !important;
font-weight: bold;
text-decoration: none !important;
}
.today_cell a:hover{
text-decoration: underline !important;
}


/**** day number in upper left corner of each cell ****/
.day_number{
font-size:10px;
font-family:verdana, arial, helvetica;
color:#E90085;
font-weight: bold;
background: #FFFFFF;
padding: 1px 5px;
text-align: center;
}

/**** title_txt is the text for each post on main page ****/
.title_txt{
font-size:10px;
font-family:verdana, arial, helvetica;
color:#231F20;
}
.title_txt a{
color:#231F20;
text-decoration:none;
border-bottom: 1px dotted #231F20;
display: block;
}
.title_txt a:hover{
color:#E90085;
text-decoration: none;
}

/**** time line under title text when event time given ****/
.time_str{
font-size:9px;
font-family:arial, helvetica;
}

/**** column headers or days of the week ****/
.column_header{
background-color:#FFFFFF;
font-size:10px;
font-family:arial, helvetica;
color:#231F20;
font-weight:bold;
text-align: center;
border-top: 1px dotted #231F20;
border-bottom: 1px dotted #E90085;
height: 20px;
}

/**** footprint text ****/
.footprint{
font-size:10px;
font-family:verdana, arial, helvetica;
color:#000;
font-weight:bold;
}
.footprint A{
font-size:10px;
font-family:verdana, arial, helvetica;
color:#E90085;
font-weight:bold;
}
// end hiding -->
</STYLE>