
/* kind of font and size relating to the basic tags */
TD {
	FONT:  9px verdana, arial, helvetica, sans-serif
}
P {
	FONT:  9px verdana, arial, helvetica, sans-serif
}
DIV {
	FONT:  9px verdana, arial, helvetica, sans-serif
}

/* property of basic hyperlinks*/
A {
	COLOR: #B20A15; CURSOR: hand; FONT: 9px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #B20A15; TEXT-DECORATION: none; font-weight: normal
}
A:active {
	COLOR: #ff0000
}

/* this class is related to the form tags ( input, select )*/
.form  {
	border:1px solid #000000; font-size : 9px;
	font-family : verdana;
	color : #000000;
	background-color : #ffffff
}

/*  this class is related to the edges of the tables, where defined */
.tablemenu  {
	border:1px solid #000000; 
}

/* this class define the current day in the calendar in the case in which blogs are present*/
.back A:link {
	border:1px solid #000000; COLOR: #000000; TEXT-DECORATION: none;  font-style:italic; font-variant:normal; font-weight:normal; font-size:9px; font-family:verdana, arial, helvetica, sans-serif
}
.back A:visited {
	border:1px solid #808080; COLOR: #808080; TEXT-DECORATION: none;  font-style:italic; font-variant:normal; font-weight:normal; font-size:9px; font-family:verdana, arial, helvetica, sans-serif
}
.back A:hover {
	border:1px solid #000000; COLOR: #000000; TEXT-DECORATION: none ; font-style:italic; font-variant:normal; font-weight:normal; font-size:9px; font-family:verdana, arial, helvetica, sans-serif
}
.back A:active {
	border:1px solid #000000; COLOR: #000000; TEXT-DECORATION: none;  font-style:normal; font-variant:normal; font-weight:normal; font-size:9px; font-family:verdana, arial, helvetica, sans-serif
}

/* this class define a general day in the calendar in the case in which blogs are present*/
.back2 A:link {
	COLOR: #B20A15; FONT:  9px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none; font-weight: bold
}
.back2 A:visited {
	COLOR: #B20A15; FONT:  9px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none
}
.back2 A:hover {
	COLOR: #000000; FONT:  9px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: underline; font-weight: bold
}
.back2 A:active {
	COLOR: #111111; FONT:  9px verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none
}

/* basic colour: green */
.green {
	COLOR: #666666
}

/* basic colour: orange */
.arancio{
	COLOR: #666666
}

/* this class define a current day in the calendar in the case in which  
no blogs are present*/
.giornocorrente{
	COLOR: #ffffff; background : #808080
}

/* these classes simulate the tag hr in order to avoid problems with browser various from IE */
.hrgreen { margin-top: 7px; margin-bottom: 7px; background-color: #666666}
.hrarancio { margin-top: 7px; margin-bottom: 7px; background-color: #666666}