body
{
	
 	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(bgr.jpg);
	height:100%;
	color: #dcdcdc;
}
H1
{
	font: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009EE0;
	
}

.titolo_lavori
{
	font: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009EE0;
	
}

.titolo
{
	font: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009EE0;
	
}

a {font-size: 13px; text-decoration: none;}
a:link    {color: #009EE0;}
a:visited {color: #009EE0;}
a:active  {color: #009EE0;}
a:hover   {color: #B2B2B2;}


/*news*/
a.menu_list {font-size: 13px; text-decoration: none;}
a.menu_list:link    {color: #B2B2B2;}
a.menu_list:visited {color: #B2B2B2;}
a.menu_list:active  {color: #B2B2B2;}
a.menu_list:hover   {color: #009EE0;}

.bottom_menu_nolink {font-size: 11px; color:B2B2B2;}



/*bottom menu */
a.bottom_menu {font-size: 11px; text-decoration: none;}
a.bottom_menu:link    {color: #B2B2B2;}
a.bottom_menu:visited {color: #B2B2B2;}
a.bottom_menu:active  {color: #B2B2B2;}
a.bottom_menu:hover   {color: #009EE0;}

.bottom_menu_nolink {font-size: 11px; color:B2B2B2;}

/*bottom menu */

/*form elements */
.inputfields_contatti
{
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 2px solid #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: Black;
	background: #009EE0;
}

.inputfields_contatti2
{
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 2px solid #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: Black;
	background: White;
}

/*java*/
.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}