/* caratteristiche dei link di base*/
/* property of basic hyperlinks*/
A {
	CURSOR: hand; TEXT-DECORATION: underline;
}

/* tale classe definisce gli style per i tag relativi ai moduli ( input, select )*/
/* this class is related to the form tags ( input, select )*/
.form  {
	color : #000000;
	border-width : 1;
	border-style : solid;
	border-color : #D74431;
	background-color : #ffffff;
}

/* tale classe definisce gli style per i bordi tabelle, dove definiti */
/*  this class is related to the edges of the tables, where defined */
.tablemenu  {
	border-width : 1;
	border-style : solid;
	border-color : #D74431;
	margin: 20px auto;
}
.calendario  { 
	font-size: 8px;
}

/* tale classe definisce uno dei due colori base ovvero il verde */
/* basic colour: green */
.green {
	COLOR: #D74431;
}

/* tale classe definisce l'altro colore base ovvero l'arancione */
/* basic colour: orange */
.arancio{
	COLOR: #EBB93E;
}

/* queste classi simulano il tag hr per evitare incompatibilità con browser diversi da IE */
/* these classes simulate the tag hr in order to avoid problems with browser various from IE */
/* Thanks ..:: gico ::.. */
.hrgreen { margin-top: 7px; margin-bottom: 7px; background-color: #D74431;}
.hrarancio { margin-top: 7px; margin-bottom: 7px; background-color: #EBB93E;}

/*classi per il testo del blog*/
.data {
	border-bottom: 1px solid #EBB93E;
	padding-bottom: 4px;
}
.testoBlog {
	padding: 4px 0;
	margin-bottom: 20px;
}
.commenti {
	margin-bottom: 10px;
	clear: left;
}
.left {
	width: 49%;
	float: left;
}
.right {
	width: 49%;
	float: right;
}
