@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 808px;
	margin: 0 auto;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	background-position: center;
	overflow: visible;
}
.oneColFixCtrHdr #header {
	background-image: url(images/top_2.jpg);
	background-repeat: no-repeat;
	height: 185px;
	background-position: center top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* azzerando il valore margin dell'ultimo elemento del div #header si evita la compressione del margine, con la creazione di uno spazio inspiegabile tra i div. Se il div è circondato da un bordo, questo accorgimento non è necessario perché anche il bordo impedisce la compressione del margine */
	padding: 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */
	color: #336699;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: normal;
	letter-spacing: 2px;
}
.oneColFixCtrHdr #header h2 {
	margin: 0; /* azzerando il valore margin dell'ultimo elemento del div #header si evita la compressione del margine, con la creazione di uno spazio inspiegabile tra i div. Se il div è circondato da un bordo, questo accorgimento non è necessario perché anche il bordo impedisce la compressione del margine */
	padding: 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */
	color: #336699;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: lighter;
	letter-spacing: 1px;
}

.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.oneColFixCtrHdr #mainContent h1 {
	background-image: url(images/h1_bkg.jpg);
	background-repeat: repeat-x;
	color: #336799;
	font-size: 16px;
	font-weight: lighter;
	padding-top: 2;
	padding-right: 4;
	padding-bottom: 3;
	padding-left: 2;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-left: 2px;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #mainContent h1 a {
	text-decoration: none;

}
.oneColFixCtrHdr #mainContent h2 {
	color: #336799;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2;
	padding-right: 4;
	padding-bottom: 3;
	padding-left: 2;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 4px;
	margin-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #336799;
	border-right-color: #336799;
	border-bottom-color: #336799;
	border-left-color: #336799;
}
.oneColFixCtrHdr #mainContent h2 a {
	color: #336799;
	font-weight: normal;
	padding-top: 2;
	padding-right: 4;
	padding-bottom: 3;
	padding-left: 2;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 4px;
	margin-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #336799;
	border-right-color: #336799;
	border-bottom-color: #336799;
	border-left-color: #336799;
	text-decoration: none;
}


.oneColFixCtrHdr #mainContent h3 {
	background-image: url(images/bkg_form.jpg);
	background-repeat: repeat-x;
	color: #336799;
	font-size: 13px;
	font-weight: normal;
	padding-top: 2;
	padding-right: 4;
	padding-bottom: 3px;
	padding-left: 2;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-left: 2px;
}
.oneColFixCtrHdr #mainContent h3 a {
	color: #336799;
	font-size: 14px;
	font-weight: normal;
	padding-top: 2;
	padding-right: 4;
	padding-bottom: 3px;
	padding-left: 2;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-left: 2px;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent h4 {
	color: #336799;
	font-size: 14px;
	font-weight: normal;
	padding-top: 2;
	padding-right: 4;
	padding-bottom: 3;
	padding-left: 2;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 4px;
	margin-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #336799;
	border-right-color: #336799;
	border-bottom-color: #336799;
	border-left-color: #336799;
}
.oneColFixCtrHdr #mainContent h4 a {
	color: #336799;
	font-size: 14px;
	font-weight: normal;
	padding-top: 2;
	padding-right: 4;
	padding-bottom: 3;
	padding-left: 2;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 4px;
	margin-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #336799;
	border-right-color: #336799;
	border-bottom-color: #336799;
	border-left-color: #336799;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent h5 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #336799;
	visibility: visible;
	z-index: auto;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #F8C76B;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 4px;
	background-image: url(images/h1_bkg.jpg);
	background-repeat: repeat-x;
	background-position: 8px 8px;
	margin-right: 6px;
	margin-left: 3px;
}
.oneColFixCtrHdr #mainContent h5 a {
	visibility: visible;
	color: #336799;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent h5 a:hover {
	visibility: visible;
	color: #336799;
	text-decoration: underline;
}




.oneColFixCtrHdr #mainContent p {
	color: #336799;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2;
	padding-right: 4;
	padding-bottom: 3;
	padding-left: 2;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 4px;
	margin-left: 2px;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #mainContent p a {
	color: #336799;
	font-weight: normal;
	padding-top: 2;
	padding-right: 4;
	padding-bottom: 3;
	padding-left: 2;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 4px;
	margin-left: 2px;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #mainContent p a:hover {
	color: #336799;
	font-weight: normal;
	padding-top: 2;
	padding-right: 4;
	padding-bottom: 3;
	padding-left: 2;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 4px;
	margin-left: 2px;
	letter-spacing: 1px;
	text-decoration: none;
}

.oneColFixCtrHdr #footer1 {
	height: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	background-position: center;
}

.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	background-image: url(images/bottom_01.jpg);
	background-position: center bottom;
	height: 238px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr  #footer  h1 {
	margin: 0; /* il padding di questo elemento crea uno spazio, così come avverrebbe specificando un valore margin, senza il problema della compressione del margine */
	font-family: Tahoma;
	font-size: 12px;
	color: #FFCC33;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer h2 {
	margin: 0; /* il padding di questo elemento crea uno spazio, così come avverrebbe specificando un valore margin, senza il problema della compressione del margine */
	font-family: Tahoma;
	font-size: 12px;
	color: #326698;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#div_hide {
	width:0px;
	height:0px;
	overflow:visible;
}


.pub_dx {
	position:relative;
	width:397px;
	z-index:-10;
	layer-background-color: #A62A2A;
	margin: 0px;
	padding: 0px;
	left: 606px;
	top: -152px;
}
.pub_sx {
	position:relative;
	width:397px;
	layer-background-color: #A62A2A;
	margin: 0px;
	padding: 0px;
	left: -606px;
	top: -152px;
}
.main_table {
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #336799;
	border-right-color: #336799;
	border-bottom-color: #336799;
	border-left-color: #336799;
}
.bkg_table {
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #336799;
	border-right-color: #336799;
	border-bottom-color: #336799;
	border-left-color: #336799;
	background-image: url(images/bkg_table.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.low_table {
	border-top-color: #336799;
	border-right-color: #336799;
	border-bottom-color: #336799;
	border-left-color: #336799;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.side_table {
	background-color: #FFF2CA;
	border: 1px solid #FFD042;
}








#ombra{
	clear: no;
	border: 1px solid #336799;
	text-align: center;
}

a #ombra {
	clear: no;
	margin: 2px;
	border: 1px solid #336799;
}

a:hover #ombra  {
	clear: no;
	margin: 2px;
	border: 1px solid #FFCC33;
}


.pagina {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #336799;
	visibility: visible;
	z-index: auto;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #FFFFFF;
}


.pagina    a {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: lighter;
	color: #336799;
	visibility: visible;
	z-index: auto;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pagina a:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: lighter;
	color: #336799;
	visibility: visible;
	z-index: auto;
	text-decoration: none;
	background-color: #FFCC33;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.paginacorrente {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #336799;
	visibility: visible;
	z-index: auto;
	text-decoration: none;
	background-color: #F7C167;
	border: 1px solid #FFFFFF;
}


.modulo_form_2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #336799;
	visibility: visible;
	z-index: auto;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #F8C76B;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 4px;
	background-image: url(images/bkg_form.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.modulo_form_home {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #336799;
	visibility: visible;
	z-index: auto;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #F8C76B;
	background-image: url(images/bkg_form.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 3px;
	padding: 0px;
}

.modulo_button {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #336799;
	visibility: visible;
	z-index: auto;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #F8C76B;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 4px;
	background-image: url(images/h1_bkg.jpg);
	background-repeat: repeat-x;
	background-position: 8px 8px;
}
