<!--
/**************************************************************
********* Formatação para Tabela do Mês e Textos **************
**************************************************************/

BODY{opacity:.7; filter:alpha(opacity:70)}

*{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
A	{color:#000; text-decoration:underline; opacity:.7; filter:alpha(opacity:70)}

/**** mês and ano no cabeçalho do topo do calendário ****/
.date_header	{font-size:18px; font-weight:bold; color:#fff; top:5px;}

/**** cor e tamanho das células do calendário.  ****/
.day_cell	{background-color:#EDECD8; height:80px; width: 140px; opacity:.7; filter:alpha(opacity:70)}
.empty_day_cell	{background-color:#EEEEEE; height:80px; width: 140px; opacity:.7; filter:alpha(opacity:70)}
.today_cell	{background-color:#F00; color:#FFF; height:80px; width: 140px; font-size:14px; font-weight:bold; opacity:.9; filter:alpha(opacity:90)}

/**** day number in upper left corner of each cell ****/
.day_number	{font-size:10px; color:#fff; background-color:#171717; padding:3px; margin-top:-2px; margin-left:-2px; width:15px; display:block}

.day_number A           {color:#fff; text-decoration:underline}

/**** title_txt is the text for each post on main page ****/
.title_txt		{font-size:11px; color:#000;}
.title_txt A:link	{color:#000; text-decoration:underline; opacity:.9}
.title_txt A:active	{color:#000; text-decoration:underline}
.title_txt A:visited	{color:#000; text-decoration:underline}
.title_txt A:hover		{ text-decoration:none}
.today_cell A:link, .today_cell .title_txt  {color:#fff}


/**** time line under title text when event time given ****/
.time_str		{font-size:9px; font-style:italic}

/**** column headers or days of the week ****/
.column_header	{background-color:#000; font-size:12px; color:#fff; font-weight:bold; text-align:center}

/**** footprint text ****/
.footprint		{font-size:10px; color:#000; font-weight:bold;}
.footprint A		{font-size:10px; color:#953010; font-weight:bold;}
// end hiding -->