<STYLE TYPE="text/css">
<!--
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

// end hiding -->


#calendar_header {margin-bottom: 4px;text-align: right;}

#calendar_header form {padding-right: 5px;display: inline;
}

#date_header { 
	float: left;
	padding-top: 6px;
	font-size: 16px; 
	font-family: Arial, helvetica; 
	font-weight:bold 
}

#calendar_table {
	clear: all;
	border-collapse: collapse;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}

#calendar_table td {
	width: 83px;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid; 
}

#calendar_table a:link, #calendar_table a:visited	{ 
	color: #3054bf; 
}

/**** color and size of calendar cells.  ****/
.day_cell, .empty_day_cell, .today_cell {height: 80px;
}
.day_cell		{ background-color: #fff; } 
.empty_day_cell	{ background-color: #eee; } 
.today_cell		{ background-color: #e6da73; } 

.day_cell				{ background-color:#EDECD8; height:92px; width: 92px; }
.empty_day_cell			{ background-color:#EEEEEE; height:92px; width: 92px; }
.today_cell				{ background-color:#F5F4ED; height:92px; width: 92px; }

/**** day number in upper left corner of each cell ****/
.day_number { font-size: 10px; 
	font-family: Verdana, arial, helvetica; 
	color: #807940;
	font-weight: normal;
}

/**** title_txt is the text for each post on main page ****/
.title_txt { 	
	font-size: 9px; 
	font-family: verdana, arial, helvetica; 
	color: #000;
}
.title_txt a:link, .title_txt a:visited	{ 
	text-decoration: underline;
}

br {
line-height: 5px;
font-size: 5px;
}

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

/**** spans da lista ***/
.titulolista { 
	font-size:11px; 
	font-family:arial, helvetica;
	color:#333333;
}

.datamenor { 
	font-size:10px; 
	font-family:arial, helvetica;
	color:#0099FF;
}

.listaeventos { 
	margin-left:10px;
}

/**** column headers or days of the week ****/
.column_header { 
	background-color: #3054bf; 
	font-size: 12px; font-family:arial, helvetica; 
	color: #fff; 
	font-weight: bold; 
	text-transform: uppercase;
	text-align: center;
}

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; margin-top: 8px; text-align: center; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }
</STYLE>