/* definiamo il colore dello sfondo e della barra di scorrimento (IE6) */
/* background colour and property of sliding bar (IE6) */
BODY {
	bg-color:#000127; background: /webritocco.it/oro/sito/res/top.jpg; SCROLLBAR-FACE-COLOR: #000126; SCROLLBAR-HIGHLIGHT-COLOR: #000126; SCROLLBAR-SHADOW-COLOR: #6699ff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #000126; SCROLLBAR-TRACK-COLOR: #000126; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; SCROLLBAR-BASE-COLOR: #99cc00
}

/* definiamo la tipolgia di font e la dimensione per i tag fondamentali */
/* kind of font and size relating to the basic tags */
TD {
	COLOR: #000033; FONT:  9px verdana, arial, helvetica, sans-serif
}
P {
	COLOR: #000033; FONT:  9px verdana, arial, helvetica, sans-serif
}
DIV {
	COLOR: #000033; FONT:  9px verdana, arial, helvetica, sans-serif
}

/* caratteristiche dei link di base*/
/* property of basic hyperlinks*/
A {
	COLOR: #000033; CURSOR: hand; FONT: 10px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000066; TEXT-DECORATION: underline
}
A:active {
	COLOR: #000033
}

/* tale classe definisce gli style per i tag relativi ai moduli ( input, select )*/
/* this class is related to the form tags ( input, select )*/
.form  {
	font-size : 10px;
	font-family : verdana;
	color : #000066;
	border-width : 1;
	border-style : solid;
	border-color : #000066;
	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 : 0;
	border-style : solid;
	border-color : #000066;
}

/* 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 {
	COLOR: #000099; FONT:  10px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none;  border-width : 1;border-style : solid;border-color : #000066
}
.back A:visited {
	COLOR: #000099; FONT:  10px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none;  border-width : 1;border-style : solid;border-color : #000066
}
.back A:hover {
	COLOR: #ff0000; FONT:  10px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none ; border-width : 1;border-style : solid;border-color : #000066
}
.back A:active {
	COLOR: #000099; FONT:  10px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none;  border-width : 1;border-style : solid;border-color : #000066
}

/* 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: #0000cc; FONT:  10px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none
}
.back2 A:visited {
	COLOR: #0000cc; FONT:  10px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none
}
.back2 A:hover {
	COLOR: #ff0000; FONT:  10px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none
}
.back2 A:active {
	COLOR: #0000cc; FONT:  10px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none
}

/* tale classe definisce uno dei due colori base ovvero il verde */
/* basic colour: green */
.green {
	COLOR: #000066;
	background-color : #b2e1c0;
}

/* tale classe definisce l'altro colore base ovvero l'arancione */
/* basic colour: orange */
.arancio{
	COLOR: #0c517a;
	background-color : #b2e1c0;
}

/* 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: #6699ff; background : #000066
}

/* 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: 8px; margin-bottom: 8px; background-color: #000066}
.hrarancio { margin-top: 8px; margin-bottom: 8px; background-color: #b2e1c0}