﻿/* TABELLA PRINCIPALE */
.tb_sx {
    background:url("img/table_07.jpg") no-repeat left top;
}
.tb_ang_sx_up {
    background-image: url("img/table_03.jpg");
}
.tb_up {
    background-image: url("img/table_04.jpg");
}
.tb_ang_dx_up {
    background-image: url("img/table_05.jpg");
}
.tb_dx {
    background:url("img/table_09.jpg") no-repeat left bottom;
}
.tb_ang_dx_do {
    background-image: url("img/table_12.jpg");
}
.tb_do {
    background-image: url("img/table_11.jpg");
}
.tb_ang_sx_do {
    background-image: url("img/table_10.jpg");
}
.colore_fondo {
    background-color: White;
}
.cornici {
    background-color :#d0d1d2;
}
/* SITO */
a {
	text-decoration: none;
}
.fondo {
    background:url("img/fondo.jpg")
}
.menu_footer {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color:White;
}
.menu_footer a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color:White;
}
.menu_footer a:hover { 
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: White;
}
.menu_footer2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color:Black;
}
.menu_footer2 a, a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color:Black;
}
.menu_footer2 a:hover { 
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: Black;
}
.menu_grey11 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color:Gray;
}
.menu_grey11 a, a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color:Gray;
}
.menu_grey11 a:hover { 
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: Gray;
}
/* TIPI DI FONT */
.grey11 {
    font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color:#afafaf;
}
.boldgrey11 {
    font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#afafaf;
}
.black10 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color:#000000;
}
.black11 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
}
.black12 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
.white10 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: White;
}
.white11 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: White;
}

.boldblack10 {
	font-family: Verdana;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
}
.boldblack11 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.boldblack12 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.boldwhite10 {
	font-family: Verdana;
	font-size: 10px;
	color: White;
	font-weight: bold;
}
.boldwhite11 {
	font-family: Verdana;
	font-size: 11px;
	color: White;
	font-weight: bold;
}
.red10 {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
}
.boldred10 {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.red11 {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
}
.boldred11 {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}
/*Modal Popup*/
.modalBackground {
	background-color:#182325;
	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:700px;
}
.optima 
{ display : none; }