﻿#Menu {
    width: 170px;
}
#Menu a:hover {
    background: url(img/pulsante-up.jpg);
    text-decoration: none;
    color: #0285c9;
}
.MenuStd {
    margin-top: 2px;
    background: url(img/pulsante.jpg);
    width: 158px;
    height: 17px;
    padding-top: 2px;
    padding-left: 12px;
    text-decoration: none;
    color: Black;
    font-size: 12px;
}
.MenuCliccato {
    margin-top: 2px;
    background: url(img/pulsante-press.jpg);
    width: 158px;
    height: 17px;
    padding-top: 2px;
    padding-left: 12px;
    text-decoration: none;
    color: White;
    font-size: 12px;
}
/* SITO */
body {
    font-size: 12px;
    font-family: Tahoma;
}

a, a:visited {
	text-decoration: none;
	color: Black;
}
a:hover { 
	text-decoration: underline;
}
.colore_fondo {
    background-color: #e6f5fc;
}
.fondo-white {
    background-color: White;
}
.fondo-bordo {
    background-color: #0086ca;
}
.fondo-giallo {
    background:url("img/fondo-giallo.jpg");
}
.menu_footer {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color:Black;
}
.menu_footer a:hover { 
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: Gray;
}
.menu11 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:Black;
}
.menu11 a:hover { 
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: Gray;
}
.menu_st {
	font-weight: normal;
}
.menu_st a:hover { 
	text-decoration: underline;
}
/* TIPI DI FONT */
.grey11 {
    font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#afafaf;
}
.boldgrey11 {
    font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#afafaf;
}
.black10 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color:#000000;
}
.black11 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
}
.black12 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
.white10 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: White;
}
.white11 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: White;
}

.boldblack10 {
	font-family: Tahoma;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
}
.boldblack11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.boldblack12 {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.boldwhite10 {
	font-family: Tahoma;
	font-size: 10px;
	color: White;
	font-weight: bold;
}
.boldwhite11 {
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	font-weight: bold;
}
.boldwhite12 {
	font-family: Tahoma;
	font-size: 12px;
	color: White;
	font-weight: bold;
}
.red10 {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
}
.boldred10 {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.red11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
}
.boldred12 {
	font-family: Tahoma;
	font-size: 12px;
	color: #0086ca;
	font-weight: bold;
}
.boldred14 {
	font-family: Tahoma;
	font-size: 14px;
	color: #0086ca;
	font-weight: bold;
}
.optima { display : none; }
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:White;
	border-width:5px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:550px;
}
.modalPopup2 {
	background-color:White;
	border-width:5px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:650px;
}
/* EMAIL */
.stdfont12 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
.stdfont12bold {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}
.fondo-data {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#0086ca
}
.fondo {
	background-color:#0086ca
}