/* definiamo il colore dello sfondo e della barra di scorrimento (IE6) */
/* background colour and property of sliding bar (IE6) */
BODY {
	background: #ffffff; SCROLLBAR-FACE-COLOR: #ff9900; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ff9900; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #99cc00; SCROLLBAR-DARKSHADOW-COLOR: #ff9900; SCROLLBAR-BASE-COLOR: #99cc00; font-family:Arial; font-size:10pt
}

/* definiamo la tipolgia di font e la dimensione per i tag fondamentali */
/* kind of font and size relating to the basic tags */
TD {
	font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Arial
}
P {
	font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Arial
}
DIV {
	font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Arial
}

/* caratteristiche dei link di base*/
/* property of basic hyperlinks*/
A {
	COLOR: #0000FF; CURSOR: hand; TEXT-DECORATION: underline; font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Arial
}
A:hover {
	COLOR: #0000FF; TEXT-DECORATION: none; font-family:Arial; font-size:10pt
}
A:active {
	COLOR: #0000FF; font-family:Arial; font-size:10pt
}

/* tale classe definisce gli style per i tag relativi ai moduli ( input, select )*/
/* this class is related to the form tags ( input, select )*/
.form  {
	border:1px solid #ff9900; font-size : 10pt;
	font-family : Arial;
	color : #000000;
	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:1px solid #ff9900; font-family:Arial; font-size:10pt 
}

/* questa classe individua il giorno corrente nel calendario nel caso
in cui ci siano blog associati a quel giorno*/
/* this class define the current day in the calendar in the case in which  
blogs are present*/
.back A:link {
	border:1px solid #ff9900; COLOR: #0000FF; TEXT-DECORATION: none;  font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Arial
}
.back A:visited {
	border:1px solid #ff9900; COLOR: #99CC00; TEXT-DECORATION: none;  font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Arial
}
.back A:hover {
	border:1px solid #ff9900; COLOR: #FF9900; TEXT-DECORATION: none ; font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Arial
}
.back A:active {
	border:1px solid #ff9900; COLOR: #99CC00; TEXT-DECORATION: none;  font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Arial
}

/* questa classe individua un giorno generico nel calendario nel caso
in cui ci siano blog associati a quel giorno*/
/* this class define a general day in the calendar in the case in which  
blogs are present*/
.back2 A:link {
	COLOR: #0000FF; TEXT-DECORATION: none; font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Arial
}
.back2 A:visited {
	COLOR: #0000FF; TEXT-DECORATION: none; font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Arial
}
.back2 A:hover {
	COLOR: #FF9900; TEXT-DECORATION: none; font-style:normal; font-variant:normal; font-weight:normal; font-size:9px; font-family:arial
}
.back2 A:active {
	COLOR: #99CC00; TEXT-DECORATION: none; font-style:normal; font-variant:normal; font-weight:normal; font-size:9px; font-family:arial
}

/* tale classe definisce uno dei due colori base ovvero il verde */
/* basic colour: green */
.green {
	COLOR: #0000FF; font-family:Arial; font-size:10pt
}

/* tale classe definisce l'altro colore base ovvero l'arancione */
/* basic colour: orange */
.arancio{
	font-family:Arial; font-size:10pt
}

/* questa classe individua il giorno corrente nel calendario nel caso
in cui nessun blog risulti associato a quel giorno*/
/* this class define a current day in the calendar in the case in which  
no blogs are present*/
.giornocorrente{
	COLOR: #FFFFFF; background : #99cc00; font-family:Arial; font-size:10pt
}

/* 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: #99cc00; font-family:arial}
.hrarancio { margin-top: 7px; margin-bottom: 7px; background-color: #ff9900; font-family:Arial}