﻿/* SITO */
a {
	text-decoration: none;
	color: Black;
}
.colore_fondo {
    background-color: #fff3c4;
}
.fondo-white {
    background-color: White;
}
.fondo-bordo {
    background-color: #de0822;
}
.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: #de0822;
	font-weight: bold;
}
.boldred14 {
	font-family: Tahoma;
	font-size: 14px;
	color: #de0822;
	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:#de0822
}
.fondo {
	background-color:#de0822
}