﻿body {
	font-family: Arial;
	font-size: 12px;
}
.testoPiccolo {
	font-family:Arial;
	font-size: 9px;
}
a:link {
	font-weight: bold;
	color: #003036;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #003036;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #003036;
	text-decoration: underline;
}
.small:link {
	font-weight: bold;
	font-size:11px;
	color: #003036;
	text-decoration: none;
}
.small:visited {
	font-weight: bold;
	font-size:11px;
	color: #003036;
	text-decoration: none;
}
.small:hover {
	font-weight: bold;
	font-size:11px;
	color: #003036;
	text-decoration: underline;
}
.menu:link {
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:visited {
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.bordoDxCellaMenu {
	border-right: #003036 1px solid;
}
.bordoDwnCellaMenu {
	border-bottom: #003036 1px solid;
}
.bordoDxCellaMenuAttivo {
	border-right: #003036 1px solid;
	border-bottom: #003036 1px solid;
	background-color: #005862;
}
.bordoDxCellaMenuAttivoAzienda {
	border-right: #003036 1px solid;
	border-bottom: #003036 1px solid;
	background-color: #005862;
	color: #FFFFFF;
}
.cellaMenuAttivoArancio {
	border-bottom: #003036 1px solid;
	background-color: #FF9900;
	font-size: 16px;
	font-weight:bold;
}
.cellaMenuAttivoGiallo {
	border-bottom: #003036 1px solid;
	background-color: #FBDC00;
	font-size: 16px;
	font-weight:bold;
}
.cellaMenuAttivoVerde {
	border-bottom: #003036 1px solid;
	background-color: #33CC33;
	font-size: 16px;
	font-weight:bold;
}
.cellaMenuAttivoBlu {
	border-bottom: #003036 1px solid;
	background-color: #3300FF;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
}
.cellaMenuAttivoVerdeScuro {
	border-bottom: #003036 1px solid;
	background-color: #005862;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
}
.paragDX {
	text-align: right;
}
.sfMenu {
	background-image: url("img/menu.gif");
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-bottom: 1px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align:top;
	height:25px;
}
.sfMenuArancio {
	background-image: url("img/menuArancio.gif");
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-bottom: 1px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align:top;
	height:25px;
}
.sfMenuGiallo {
	background-image: url("img/menuGiallo.gif");
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-bottom: 1px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align:top;
	height:25px;
}
.sfMenuVerde {
	background-image: url("img/menuVerde.gif");
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-bottom: 1px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align:top;
	height:25px;
}
.sfMenuBlu {
	background-image: url("img/menuBlu.gif");
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-bottom: 1px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align:top;
	height:25px;
}
.sfMenuVerdeScuro {
	background-image: url("img/menuVerdeScuro.gif");
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-bottom: 1px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align:top;
	height:25px;
}