html {
     overflow: -moz-scrollbars-vertical;
}

UNKNOWN {
	FONT-SIZE: 11px
}
A:link {
	FONT-SIZE: 11px;
	FONT-FAMILY: "Verdana";
	TEXT-DECORATION: none;
	/*color: #0044FF;*/
	color: #011E6E;

}
A:visited {
	FONT-SIZE: 11px;
	FONT-FAMILY: "Verdana";
	TEXT-DECORATION: none;
	color: #011E6E;

}
A:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: "Verdana";
	TEXT-DECORATION: underline;
	color: #F20018;

}
button {
	/*background-color : #FFD09D; */
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sansSerif,;
}
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sansSerif,;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FFD09D;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sansSerif,;
}

/* The main submit button option */
input.mainoption {
	background-color : #FFFFFF;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FFFFFF;
	font-weight : normal;
}

body {background: #FEFAFE url(../images/sfondo_note_new.jpg) repeat fixed;}
//body {background: #FEFAFE url(../images/sfondo_natale.jpg) repeat fixed;}

.tabella100{
    border-width: 1px;
    border-color: #0909BA;
    height: 50%;
} 

.sfondo_note_light
	{
	background: #FAFEFA url(/images/sfondo_note_new_light.jpg) repeat fixed;
	/*background: #FAFEFA url(/images/sfondo_natale_light.jpg) repeat fixed;*/
	}
	
.sfondo_note_grey
	{
	background: #FAFEFA url(/images/sfondo_note_new_grey.jpg) repeat fixed;
	}

.sfondo_note_red
	{
	background: #FAFEFA url(/images/sfondo_note_new_dark.jpg) repeat fixed;
	/*background: #FAFEFA url(/images/sfondo_natale_dark.jpg) repeat fixed;*/
	}
	
.sfondo_parte_centrale
	{
	background: #FAFEFA url(/images/sfondo_note_new_light.jpg) repeat fixed;
	/*background: #FAFEFA url(/images/sfondo_natale_light.jpg) repeat fixed;*/
	}



