/* definiamo il colore dello sfondo e della barra di scorrimento (IE6) */
/* background colour and property of sliding bar (IE6) */
BODY {
	background: #FFB901 url(../../images/totl_tbg_03.jpg) repeat-x; 
}

/* definiamo la tipolgia di font e la dimensione per i tag fondamentali */
/* kind of font and size relating to the basic tags */
TD {
	FONT:  12px Verdana, Arial, Helvetica, sans-serif
}
P {
	FONT:  12px Verdana, Arial, Helvetica, sans-serif}
DIV {
	FONT:  12px Verdana, Arial, Helvetica, sans-serif}

/* caratteristiche dei link */
/* property of hyperlinks*/
A {
	COLOR: #333333; CURSOR: hand; FONT: 12px "??"; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #666666; TEXT-DECORATION: none; background-color : #D0F4FF
}
A:active {
	COLOR: #000000}

/* 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 : #000000;
	background-color : #ffffff;
	border: 1 solid #333333;
}
.pulsante  {
	font-size : 12px;
	font-family : "??";
	color : #FF9900;
	background-color : #FFEDD2;
	border: 1 solid #CC6600;
}


/* 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: 3 solid #FFEDD2;
}

/* tale classe definisce uno dei due colori base ovvero il rosso */
/* basic colour: red */
.red {
	COLOR: #FF6600}

/* tale classe definisce l'altro colore base ovvero il blue */
/* basic colour: blue */
.blue{
	COLOR: #FF9900}

/* 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: #CCCCCC}
.hrblue { margin-top: 7px; margin-bottom: 7px; background-color: #FFEDD2}
