
/* background colour and property of sliding bar (IE6) */
BODY {
	SCROLLBAR-FACE-COLOR: #000040; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #0066ff; SCROLLBAR-3DLIGHT-COLOR: #ffff99; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #0066ff; SCROLLBAR-DARKSHADOW-COLOR: #000040; SCROLLBAR-BASE-COLOR: #0066ff
}

/* kind of font and size relating to the basic tags */
TD {
	FONT:  10px arial
}
P {
	FONT:  10px arial
}
DIV {
	FONT:  10px arial
}

/* property of basic hyperlinks*/
A {
	COLOR: #000040; CURSOR: hand; FONT: 10px arial; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #000040; TEXT-DECORATION: none
}
A:active {
	COLOR: #000040
}

/* this class is related to the form tags ( input, select )*/
.form  {
	font-size : 10px;
	font-family : arial;
	color : #000000;
	border-width : 1;
	border-style : solid;
	border-color : #000040;
	background-color : #ffffff;
}

/*  this class is related to the edges of the tables, where defined */
.tablemenu  {
	border-width : 1;
	border-style : solid;
	border-color : #000040;
}

/* this class define the current day in the calendar in the case in which  
blogs are present*/
.back A:link {
	COLOR: #003366; FONT:  10px arial; TEXT-DECORATION: none;  border-width : 1;border-style : solid;border-color : #000040
}
.back A:visited {
	COLOR: #003366; FONT:  10px arial; TEXT-DECORATION: none;  border-width : 1;border-style : solid;border-color : #000040
}
.back A:hover {
	COLOR: #003366; FONT:  10px arial; TEXT-DECORATION: none;  border-width : 1;border-style : solid;border-color : #000040
}
.back A:active {
	COLOR: #003366; FONT:  10px arial; TEXT-DECORATION: none;  border-width : 1;border-style : solid;border-color : #000040
}


/* this class define a general day in the calendar in the case in which  
blogs are present*/
.back2 A:link {
	COLOR: #003366; FONT:  10px arial; TEXT-DECORATION: none
}
.back2 A:visited {
	COLOR: #003366; FONT:  10px arial; TEXT-DECORATION: none
}
.back2 A:hover {
	COLOR: #003366; FONT:  10px arial; TEXT-DECORATION: none
}
.back2 A:active {
	COLOR: #003366; FONT:  10px arial; TEXT-DECORATION: none
}

/* basic colour: green */
.green {
	COLOR: #000000
}

/* basic colour: orange */
.arancio{
	COLOR: #000040
}
 
no blogs are present*/
.giornocorrente{
	COLOR: #ffffff; background : #003366
}

/* 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: #ffff99}
.hrarancio { margin-top: 7px; margin-bottom: 7px; background-color: #ffff99}