﻿/* CSS for site: ASTROALA.it */
/* Events calendar table section */
/* Last update 10/01/2010 */


/* Events calendar table style */

.evca_table {
	margin: auto auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: center;	
	border: 1px solid #000000;
	width:  100%;
}

/* Legenda table style */

.leg_table {
	margin: auto auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: left;	
	width:  100%;
}

/* Notes table style */

.not_table {
	margin: auto auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: justify;
	width:  100%;
}

td, th {
	padding: 7px;
}

/* <-----------------> */