/* definiamo il colore dello sfondo e della barra di scorrimento (IE6) */
/* background colour and property of sliding bar (IE6) */
BODY {
	background: #ffffff ;
}

/* definiamo la tipologia di font e la dimensione per i tag fondamentali */
/* kind of font and size relating to the basic tags */
TD {
	FONT:  11px Verdana;
}	
P {
	FONT:  11px Verdana;
}
DIV {
	FONT:  11px Verdana}

/* caratteristiche dei link */
/* property of hyperlinks*/
A {
	COLOR: #525252;
	CURSOR: hand;
	FONT: 11px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	background-color: #ffffff;
}
A:hover {
	COLOR: #ff6600; TEXT-DECORATION: none; background-color : #ffffff}
A:active {
	COLOR: #ff6600;
	background-color: #ffffff;
}

/* queste classi definiscono gli style per i tag relativi ai moduli ( input, select )*/
/* these classes are related to the form tags ( input, select )*/
.form  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #525252;
	background-color : #ffffff;
	border: 1px solid #525252;
}
.pulsante  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #525252;
	background-color : #FFFFFF;
	border: 1px ridge #525252;
	font-weight: normal;
}


/* tale classe definisce gli style per il bordo ed il colore di sfondo delle tabelle */
/*  this class is related to the edges and to the background colour of the tables */
.tablemenu  {
	background-color : #ffffff;
	border: 1px dotted #525252;
}

/* tale classe definisce uno dei due colori base ovvero il marrone */
/* basic colour: brown */
.red{
	COLOR: #525252
}

/* tale classe definisce l'altro colore base ovvero il bianco */
/* basic colour: white */
.blue{
	COLOR: #525252}

/* 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 ::.. */
.hrred { margin-top: 7px; margin-bottom: 7px; background-color: #525252}
.hrblue { margin-top: 7px; margin-bottom: 7px; background-color: #525252}