.button-frontend{
	background-color : #689C76;
	border : none;
	font-size : 11px;
	font-family : Verdana;
	color : #FFFFFF;
}
.button-backend{
	background-color : #FEC689;
	border : none;
	font-size : 11px;
	font-family : Verdana;
}
A.bianco:link {
	text-decoration: none;
	color : #164732;
	font-size : 11px;
}
A.bianco:HOVER {
	text-decoration: none;
	color : #FFFFFF;
	font-size : 11px;
}
A.bianco:VISITED {
	text-decoration: none;
	color : #164732;
	font-size : 11px;
}
A.bianco:HOVER {
	text-decoration: none;
	color : #FFFFFF;
	font-size : 11px;
}
A.bianco:active {
	text-decoration: none;
	color : #FFFFFF;
	font-size : 11px;
}
.testo_menu {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;font-weight: normal;color: #FFFFFF;}
.testo_man_des {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;font-weight: normal;}
.o_verde {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;font-weight: bold;color: #00663B;}
.testo {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;color: #000000;}
a.nav:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: underline}
a.nav:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: underline}
a.nav:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #009900; text-decoration: underline}
a.grs:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; text-decoration: underline}
a.grs:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; text-decoration: underline}
a.grs:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #009900; text-decoration: underline}
a.pad:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000; text-decoration: underline}
a.pad:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000; text-decoration: underline}
a.pad:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #009900; text-decoration: underline}
.rosso {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold;color: #FF0000;}
.grassetto {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;font-weight: bold;}
.titolo_pad {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #000000;}
A.titolo_pad:LINK {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #000000;}
A.titolo_pad:VISITED {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #000000;}
.testomenu {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;color: #009966;	text-decoration: none;}
.testograndeverde {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #006400;}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}