/* CSS Document */

body {
	background-color: #f2b90c;
	margin: 0px;
}
td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
form {
	margin: 0px;
}
hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: dashed;
}
a {
	color: #333333;
}
.content {
	background-image: url(../images/bg_interno.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.centrale {
	width: 940px;
	vertical-align: top;
}
.destra {
	background-image: url(../images/bg_menu_interno.gif);
	background-repeat: repeat-x;
	background-position: 0px 243px;
	height: 284px;
}
.destraHome {
	background-image: url(../images/bg_menu_home.gif);
	background-repeat: repeat-x;
	background-position: 0px 403px;
	height: 600px;
}
.bottom {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
.bottom_loghi {
	font-size: 10px;
	margin: 15px 30px 0px 30px;
	float: left;
	padding-bottom: 30px;
}
.bottom_loghi img {
	margin-right: 25px;
	margin-left: 5px;
}
.credits {
	margin-right: 70px;
	float: right;
}
.top {
	height: 284px;
	background-image: url(../images/picasso.jpg);
	background-repeat: no-repeat;
	background-position: right 61px;
	vertical-align: top;
}
.lingua {
	margin-right: 75px;
	float: right;
}
.logo {
	float: left;
}
.esposizione {
	padding-top: 5px;
	color: #5f5f5f;
	line-height: 15px;
}
.warning {
	color: #FF0000;
}
.banner {
	border-top: solid 14px #5B872A;
	background-color: #ECEBE1;
	padding: 10px 0px;
	text-align: center;
}
.evidenza {
	background-color: #F5F5F5;
	text-align: center;
	padding: 5px;
	border: solid 1px #CCCCCC;
}
.verde {
	color: #5B872A;
}
.lightgreen {
	color: #64c000;
}
.big {
	font-size: 13px;
}
.grey {
	color: #999999;
}
/* MENU ORIZZONTALE */
.menu {
	height: 49px;
	background-image: url(../images/bg_menu_interno.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 580px;
	clear: both;	
}
.menuone {
	margin-left: 220px;
	border-right: solid 1px #FFFFFF;
}
.menuoff {
	border-left: solid 1px #FFFFFF;
}
.menuoff a {
	text-decoration: none;
	padding: 19px 14px 9px 14px;
	display: block;
}
.menuoff a:hover {
	text-decoration: none;
	padding: 14px;
	display: block;
	background-color: #5B872A;
	color: #FFFFFF;
}
.menuon a {
	text-decoration: none;
	padding: 14px;
	display: block;
	background-color: #5B872A;
	color: #FFFFFF;
	border-left: solid 1px #FFFFFF;
}
/* SottoMENU */
.sottomenu {
	width: 225px;
	vertical-align: top;
	padding-bottom: 200px;
	background-color: #ECEBE1;
	background-image: url(../images/ruota.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sm_grigio {
	background-color: #ecebe1;
	width: 225px;
	padding: 12px 0px;
	border-top: solid 14px #5B872A;
}
.voce a {
	font-size: 12px;
	padding: 4px 23px;
	display: block;
	text-decoration: none;
	color: #8DAF68;
}
.voce a:hover {
	color: #4A711E;
	background-image: url(../images/sm_freccie.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
a.voce_on {
	color: #4A711E;
	background-color: #e4e2d1;
	background-image: url(../images/sm_freccie.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
/* TESTO */
.testo {
	padding: 30px;
	vertical-align: top;
	line-height: 18px;
	text-align: justify;
}
h2 {
	font-size: 18px;
	color: #aebf2a;
	margin: 0px;
}
h3 {
	font-size: 14px;
	border-bottom: dashed 1px #999999;
	color: #333333;
	clear: both;
	padding-bottom: 3px;
}
.indietro {
	font-size: 11px;
	text-align: center;
	clear: both;
}
.indietro a {
	text-decoration: none;
}
.imgsx {
	margin-top: 3px;
	margin-bottom: 15px;
	margin-right: 25px;
	border: solid 5px #DDDDDD;
}
.imgdx {
	margin-top: 3px;
	margin-bottom: 15px;
	margin-left: 25px;
	border: solid 5px #DDDDDD;
}
li {
	list-style-type: square;
}
/* Table MODULI */
table.moduli td {
	padding: 10px 10px 10px 0px;
	border-bottom: dashed 1px #999999;
	vertical-align: bottom;
	line-height: 15px;
}
/* Tabella DATI */
table.dati {
	border-top: solid 5px #CCCCCC;
	margin-bottom: 20px;
	border-bottom: solid 4px #CCCCCC;
}
table.dati td {
	border-bottom: solid 1px #CCCCCC;
	padding: 5px 10px;
	background-color: #F7F7F7;
}
table.dati td.azienda {
	font-weight: bold;
	background-color: #EEEEEE;
}
table.dati th {
	border-bottom: solid 1px #CCCCCC;
	padding: 5px 10px 5px 0px;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	background-color: #F7F7F7;
}
table.dati td a {
	color: #5b5b5b;
}
/* HOME */
.menuHome {
	height: 49px;
	background-image: url(../images/bg_menu_home_02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 390px;
}
.menuoneHome {
	margin-left: 30px;
	border-right: solid 1px #FFFFFF;
}
.topHome {
	height: 700px;
	background-image: url(../images/picasso_home.jpg);
	background-repeat: no-repeat;
	background-position: right 106px;
	vertical-align: top;
}
.bottomHome {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0px;
	font-size: 10px;
	color: #FFFFFF;
}
.logoHome {
	height: 395px;
}
.agri {
	padding-top: 97px;
}
.filiereHome {
	background-color: #AEBF2A;
	padding: 14px 30px 17px 30px;
	border-bottom: solid 5px #5B872A;
}
.filiereText {
	float: left;
	color: #FFFFFF;
	font-size: 12px;
}
.creditsHome {
	margin-right: 51px;
	float: right;
}
.sottofiliera {
	height: 100px;
	background-image: url(../images/picasso_home_sotto.jpg);
	background-repeat: no-repeat;
	background-position: 490px 0px;
}
.commentoHome {
	color: #3f6d0b;
	margin-top: 45px;
	margin-left: 30px;
	width: 320px;
	text-align: justify;
	font-size: 12px;
}
/* FORM RICERCA */
.tab_generale {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	padding: 15px;
}
/* RICERCA CATALOGO */
table.ricerca td {
	padding: 5px;
	font-size: 12px;
	border-bottom: 1px dashed #CCCCCC;
	height: 35px;
	background-color: #FFFFFF;
}
table.ricerca td a {
	color: #5b5b5b;
	font-weight: bold;
	text-decoration: none;
}
table.ricerca th {
	padding: 3px 5px;
	text-align: left;
	border-bottom: 5px solid #CCCCCC;
}
/* DETTAGLIO */
table.dettaglio td {
	padding: 3px 15px;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	background-color: #FFFFFF;
}
table.dettaglio th {
	padding: 3px 15px;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px dashed #CCCCCC;
	text-align: right;
	width: 120px;
	white-space: nowrap;
}
table.dettaglio td.azienda {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	border-bottom: 5px solid #CCCCCC;
}
table.dettaglio th.azienda {
	border-bottom: 5px solid #CCCCCC;
}
table.dettaglio td.no {
	border-bottom: none;
}
table.dettaglio td a {
	color: #5b5b5b;
}
/* MENU TESSERE */
.menu_tessere_nolink{
	background-color: #FFFFFF;
	padding: 2px 10px;
	border: 1px solid #CCCCCC;
	display: block;
}
.menu_tessere{
	background-color: #E9E9E9;
	border: 1px solid #CCCCCC;
}
.menu_tessere a{
	background-color: #FFFFFF;
	padding: 2px 10px;
	text-decoration: none;
	display: block;
	float: left;
	color: #5b5b5b;
}
.menu_tessere a:hover{
	color: #000000;
}
/* AREA AMMINISTRAZIONE SERVIZI */
table.elenco td {
	color: #000000;
	padding: 5px;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
table.elenco td.azienda {
	background-color: #F7F7F7;
	color: #000000;
	padding-top: 22px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}
table.elenco th {
	color: #000000;
	font-size: 12px;
	text-align: left;
	border-bottom: 5px solid #000000;
	padding: 5px;
}
table.elenco th a{
	color: #FFFFFF;
}
table.elenco th.servizio{
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 5px;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #000000;
}
/* TABLE DELEGAZIONI */
table.delegazioni td {
	color: #000000;
	padding: 2px 5px;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	line-height: normal;
	vertical-align: bottom;
	width: 33%;
}
table.delegazioni th {
	color: #000000;
	font-size: 13px;
	background-color: #EEEEEE;
	text-align: left;
	border-bottom: 5px solid #CCCCCC;
	padding: 2px 5px;
}
table.delegazioni {
	border: 1px solid #CCCCCC;
}