body { 
	margin: 0 auto;
	background: #F9FAFC url("img/bkg_page.png") repeat-x;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#global {
	margin: 0 auto;
	width: 780px;
}

/*  MODIFIED */
#globalnav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 500px;
}

#globalnav li {
	display: inline;
}


#globalnav a {
	padding: 0 4px;
	font-size: 10px;
	display: block;
	float: left;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}

#globalnav a:hover {
	text-decoration: underline;
}


#header {
	clear: both;
	margin: 0 auto;
	width: 780px;
	height: 130px;
	background: url("img/bkg_header.jpg") no-repeat left top;
	background-color: #01274B;
}

#header img{
	border: 0px;
}

#headerimg {
	border: 0;
	margin: 20px 0 0 20px;
}


#global {
	
}

#destro {
  float: left;
}

#foto {
	float: left;
	margin-top: 5px;
}

#foto img{
	border: 1px solid #A3BED4;
}

#foto_nobord {
  float: left; 
  margin-top: 5px;
  border: hidden;
}



.foto {
	float: left;
	margin-top: 5px;
}

.foto img{
	border: 1px solid #A3BED4;
}

.foto_nobord {
  float: left; 
  margin-top: 5px;
  border: hidden;
}




#mmenuwrap {
	margin: 0 auto;
	width: 780px;
	height: 28px;
	background: url("img/bkg_mmenu.png") no-repeat left center;	
}

#mainmenu {
	margin: 0 80px;
	padding: 0;
	list-style-type: none;
}

#mainmenu li {
	display: inline;
}

#mainmenu a {
	line-height: 28px;
	display: block;
	float: left;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #002D56;
	font-size: 0.8em;
}

#mainmenu a:hover {
	color: #C9D9E3;
	background: url("img/bkg_mmenu_hover.png") no-repeat center bottom;
}

#wrapper {
	margin: 0 auto;
	width: 780px;
	background: url("img/bkg_wrapper.png") no-repeat top center;
	min-height: 450px;	
}

#container {
	padding: 10px;
}

#leftbar {
	width: 180px;
	float: left;
	padding-top: 0px;
}

#rightbar {
	width: 180px;
	float: left;
	padding-top: 5px;
	text-align: center;
}

#main { /* per impaginazione a tre colonne */
	width: 400px;
	float: left;
	margin-top: 5px;
}

#mainwide { /* per impaginazione a due colonne */
	width: 580px;
	float: left;
	margin-top: 5px;
}

#mainhuge { /* per impaginazione ad una sola colonna */
	width: 760px;
	float: left;
	margin-top: 5px;
}


#footer {
	width: 370px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px solid #E1E8F0;
}


#leftmenu {
	margin: 0;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 22px;
	padding: 0;
	list-style-type: none;
}

#leftmenu li {
	margin: 0;	
	display: inline;
}

#leftmenu a {
	margin: 2px 0;
	padding-left: 10px;
	display: block;
	font-size: 0.80em;
	text-decoration: none;
	color: #002D56;
	line-height: 30px;
	background: url("img/bkg_leftmenu_up.gif") no-repeat top left;
}

#leftmenu a:hover {
	background: url("img/bkg_leftmenu_hover.gif") no-repeat top left;
}


/* gestione Main menu */
a.mm_sel:link, a.mm_sel:visited, a.mm_sel:hover, a.mm_sel:active {
	font-weight: bold;
	color: #fff !important;
	background: none !important;
}

/* gestione Sub menu */
a.sm_sel:link, a.sm_sel:visited, a.sm_sel:hover, a.sm_sel:active {
	background: url("img/bkg_leftmenu_sel.gif") no-repeat top left !important;
	color: #fff !important;
}

/* Elementi */
h1 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0 15px;
	font-size: 24px;
	color: #002D56;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0 15px;
	font-size: 18px;
	color: #00396E;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0 15px;
	font-size: 14px;
	color: #587693;
	font-weight: normal;
	letter-spacing: -1px;
}

h4 {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0 15px;
	font-size: 14px;
	color: #587693;
	font-weight: normal;
	letter-spacing: -1px;
}

p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0 15px;
	color: #333;
	font-size: 13px;
	line-height: 150%;
	text-align: justify;
}

p a {
	text-decoration: none;
	color: #002D56;
	border-bottom: 1px dotted #002D56;
}

p a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}


p img{/* da applicare alle immagini con link */
	text-decoration: none;
	border: 0px;
}


p.breadcrumb {
	margin: 0;
	margin-bottom: 5px;
	font-size: 11px;
	color: #002D56;
	font-weight: bold;
}

p.breadcrumb a {
	text-decoration: none;
	font-weight: normal;
}

p.breadcrumbvet {
	margin: 0;
	margin-bottom: 9px;
	font-size: 11px;
	color: #002D56;
	font-weight: bold;
}

p.breadcrumbvet a {
	text-decoration: none;
	font-weight: normal;
}

p.boxhp  {
	margin: 0;
	margin-bottom: 1px;
	padding: 0 11px;
	color: #FFF;
	font-size: 10px;
	line-height: 130%;
	text-align: justify;
	font-weight: bold;
}

p.linkhp  {
	margin-top: 65px;
	margin-bottom: 10px;
	padding: 0 11px;
	color: #FFF;
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
  font-weight: bold;	
}

p.linkhp  a {
	margin: 0;
	color: #FFF;
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
  border-bottom: 1px dotted #fff;	
  font-weight: bold;
}

p.linkhp a:link, p.linkhp a:visited, p.linkhp a:hover, p.linkhp a:active {
	margin: 0;
	color: #FFF;
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
  border-bottom: 1px dotted #fff;	
  font-weight: bold;
}

p.textbn {
	margin: 0;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5 0px;
	color: #333;
	font-size: 11px;
	line-height: 180%;
	text-align: justify;
}

p.textbn a {
	text-decoration: none;
	color: #002D56;
	border-bottom: 1px dotted #002D56;
}

p.textft {
	margin-bottom: 0px;
	margin-top: 25px;
	margin-left: 0px;
	padding-left: 100px;
	color: #333;
	font-size: 11px;
	line-height: 140%;
	text-align: justify;
}

p.textft a {
	text-decoration: none;
	color: #002D56;
	border-bottom: 1px dotted #002D56;
}

p.text_small {
	font-size: 9px;
	line-height: 115%;
}

p.text_supersmall {
	font-size: 8px;
	line-height: 115%;
}

p.text_supersmall_dx {
	font-size: 8px;
	line-height: 115%;
	text-align: right;
}

p.linea {
	margin: 0;
	padding: 0px;
	color: #333;
	font-size: 12px;
	text-align: justify;
}


p.textpartner {
	margin: 0;
	padding: 0px;
	color: #333;
	font-size: 10px;
	line-height: 120%;
	
}

p.textpartner a {
	text-decoration: none;
	color: #002D56;
	border-bottom: 1px dotted #002D56;
}

p.textbn a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}


p.pagamento {
	margin: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5 0px;
	color: #333;
	font-size: 14px;
	line-height: 180%;
	text-align: justify;
}

#rightbar h2 {
	margin: 0;
	padding: 0 15px;
	font-size: 14px;
	text-align: left;
	color: #002D56;
}


h2#h2_cent {
	text-align: center;
}


#rightbar p {
	text-align: left;
}
#rightbar p.a {
	text-align: right;
	color: #002456;
}

ul.listaTutela {
	margin: 10px 50px;
	padding: 5 5px;
	text-align: left;
	list-style-type: disc;
}

ul.listaTutela li {
	padding: 0px;
	font-size: 12px;
}

ul.listaTutela a {
  text-decoration: none;
	color: #002D56;
	border-bottom: 1px dotted #002D56;
}

ul.listaTutela a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}
ul.lista {
	margin: 0px 50px;
	padding: 0 0px;
	text-align: left;
	list-style-type: disc;
}

ul.lista li {
	padding: 0px;
	padding-left: 2px;
	font-size: 11px;
	font-style: italic;
}

ul.lista a {
  text-decoration: none;
	color: #002D56;
	border-bottom: 1px dotted #002D56;
}

ul.lista a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}

ul.downloads {
	margin: 0;
	padding: 0 15px;
	text-align: left;
	list-style-type: none;
}

ul.downloads li {
	padding: 4px;
	padding-left: 20px;
	background: url("img/download_pdf.png") no-repeat left 8px;
}

ul.downloads li a {
	font-size: 11px;
	line-height: 150%;
	color: #002D56;
	text-decoration: none;
}

ul.downloads li a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}

br.killer {
	clear:both;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #67829A;
	font-size: 10px;
}
#footer a {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #67829A;
	font-size: 10px;
}
/*** home section ***/

/*
h1#long_banner {
     background: url("img/home_banner.png") no-repeat center center;
     margin-top: 25px;
     padding-left: 15px;
     text-indent: -9000px;
     height: 60px;
}
*/
h1 a:link, h1 a:visited, h1 a:hover,h1 a:active {
     color: #587693;
}

h3 a:link, h3 a:visited, h3 a:hover,h3 a:active {
     color: #587693;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
     color: #05335D;
}

h1#long_banner {
     background: url("img/banner_header.png") no-repeat center center;
     margin-top: 5px;
     margin-bottom: 4px;
     padding-left: 11px;
     text-indent: -9000px;
     height: 60px;
}

h1#centered {
     font-size:30px;
     text-align: center;
}

h3#header_hp {
     margin-top: 0px;
     padding-left: 25px;
     padding-right: 27px;
     font-size: 18px;
     color: rgb(59,111,161);
	   letter-spacing: -1px;
	   text-align: justify;
}

h3#header_hp a:link, h3#header_hp a:visited, h3#header_hp a:hover, h3#header_hp a:active{
  color: rgb(59,111,161);
	text-decoration: none;
}

h4#header_hp {
     margin-top: 0px;
     padding-left: 35px;
     padding-right: 27px;
     font-size: 16px;
     color: rgb(59,111,161);
	   letter-spacing: -1px;
	   text-align: justify;
	   font-weight: bold;
}

h4#header_hp a:link, h4#header_hp a:visited, h4#header_hp a:hover, h4#header_hp a:active{
  color: rgb(59,111,161);
	text-decoration: none;
}


h3#header_fm {
     margin-top: 0px;
     padding-left: 145px;
     padding-top: 18px;
     padding-right: 8px;
     line-height: 140%;
     font-size: 30px;
     color: #05335D;
	   letter-spacing: 1px;
	   font-weight: bold;
}

h3#header_fm a:link, h3#header_fm a:visited, h3#header_fm a:hover, h3#header_fm a:active{
     
     color: #05335D;
	   
}


h3#header_fm2 {
     margin-top: 0px;
     padding-left: 120px;
     padding-top: 60px;
     padding-right: 8px;
     line-height: 140%;
     font-size: 30px;
     color: #05335D;
	   letter-spacing: 1px;
	   font-weight: bold;
}

h3#header_fm2 a:link, h3#header_fm a:visited, h3#header_fm a:hover, h3#header_fm a:active{
     
     color: #05335D;
	   
}

h3#footer_hp {
  	 margin-bottom: 0px;
  	 margin-top: 5px;
  	 padding: 0 15px;
  	 font-size: 14px;
  	 color: #587693;
  	 font-weight: normal;
  	 width: 180px;
  	 letter-spacing: -1px;
	   float:left;
}

h3#footer_hp a:link, h3#footer_hp a:visited, h3#footer_hp a:hover, h3#footer_hp a:active{
     
     color: rgb(59,111,161);
	   
}
.banner_wrap {
     clear: both;
     margin-top: 6px;
}

.left_banner_tel {
     background-image: url("img/banner_tel_fissa.png");
     background-repeat: no-repeat;
     float: left;
     margin-left: 15px;
     width: 270px;
     height: 120px;
}



.right_banner_tel {
     float: right;
     width: 270px;
     margin-right: 10px;
     background-image: url("img/banner_tel_mobile.png");
     background-repeat: no-repeat;
     height: 120px;
}


.left_banner_priv {
     background-image: url("img/banner_privati.png");
     background-repeat: no-repeat;
     float: left;
     margin-left: 15px;
     width: 270px;
     height: 120px;
}

.right_banner_azi {
     float: right;
     width: 270px;
     margin-right: 10px;
     background-image: url("img/banner_aziende.png");
     background-repeat: no-repeat;
     height: 120px;
}



.left_banner_risp {
     background-image: url("img/risparmio_aziende.png");
     background-repeat: no-repeat;
     float: left;
     margin-left: 10px;
     width: 270px;
     height: 120px;
}

.left_banner_tar {
     background-image: url("img/banner_aziende_piccolo.gif");
     background-repeat: no-repeat;
     float: left;
     margin-left: 10px;
     width: 270px;
     height: 60px;
}

.right_banner_risp {
     float: right;
     width: 270px;
     margin-right: 10px;
     background-image: url("img/risparmio_privati.png");
     background-repeat: no-repeat;
     height: 120px;
}

.right_banner_tar {
     float: right;
     width: 270px;
     margin-right: 10px;
     background-image: url("img/banner_privati_piccolo.gif");
     background-repeat: no-repeat;
     height: 60px;
}

.banner_vet {
     float: left;
     width: 570px;
     margin-left: 10px;
     margin-top: 0px;
     background-image: url("img/bannercarrello_ok.gif");
     background-repeat: no-repeat;
     height: 80px;
}

p.banner_vetr {     
     width: 50px;
     margin-left: 400px;
     margin-top: 53px;
     height: 6px;
}

p.banner_vetr a:link, p.banner_vetr img,p.banner_vetr a:visited, p.banner_vetr a:hover, p.banner_vetr a:active {
     border: none;
}






.banner_tariffe {
     float: left;
     width: 570px;
     margin-left: 10px;
     margin-top: 0px;
     background-image: url("img/gestori_tariffe_telefonia.png");
     background-repeat: no-repeat;
     height: 80px;
}


p.index_tar_azi  {
	float: left;
	margin: 0;
	margin-bottom: 10px;
	padding-left: 80px;
	padding-top: 40px;
	color: #FFF;
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
  font-weight: bold;	
}

p.index_tar_azi  a {

	color: #FFF;
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
  border-bottom: 1px dotted #fff;	
  font-weight: bold;
}

p.index_tar_azi a:index_tar_azi, p.index_tar_azi a:visited, p.index_tar_azi a:hover, p.index_tar_azi a:active {
	color: #FFF;
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
  border-bottom: 1px dotted #fff;	
  font-weight: bold;
}


p.index_tar_pri  {
	margin: 0;
	margin-bottom: 10px;
	padding-left: 370px;
	padding-top: 40px;
	color: #FFF;
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
  font-weight: bold;	
}

p.index_tar_pri  a {
	margin: 0;
	color: #FFF;
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
  border-bottom: 1px dotted #fff;	
  font-weight: bold;
}

p.index_tar_pri a:index_tar_pri, p.index_tar_pri a:visited, p.index_tar_pri a:hover, p.index_tar_pri a:active {
	margin: 0;
	color: #FFF;
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
  border-bottom: 1px dotted #fff;	
  font-weight: bold;
}





.text_banner {
     float: left;
     margin-left: 10px;
     margin-bottom: 9px;
     width: 550px;
     height: 30px;
     border-bottom: 1px solid #E1E8F0;
}

.text_footer {
	   clear: both;
     float: left;
     margin-left: 50px;
     margin-top: 10px;
     margin-bottom: 0px;
     width: 550px;
     height: 70px;
     
}

.text_header {
     float: left;
     margin-left: 15px;
     margin-bottom: 12px;
     width: 550px;
     height: 55px;
}
/*** gestione banner ***/
.banner {
	margin-left: 10px;
	margin-top: 10px;
}

.banner a {
	display: block;
	width: 170px;
	height: 40px;
	text-indent: -9000px;
	background-repeat: no-repeat;
}

a#scrivici {
 	background-image: url("img/ban_mailto.png");
}

a#register {
 	background-image: url("img/ban_reg.png");
}


/*** fine gestione banner ***/


/*** gestione tabelle ordinarie***/


#tablewrapper {
	margin: 0 15px;
	color: #333;
	font-size: 13px;
	line-height: 110%;
	text-align: justify;
}
#tablewrapper img{
	border: 0px;
}

#tablewrapper a{
	border: 0px;
	color: #002D56;
	border-bottom: 1px dotted #002D56;
	text-decoration: none;
}

#tablewrapper a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}


#tablepartnerwrapper {
	margin: 0 2px;
}

table.datatable {
	width: 99%;
	border-collapse: collapse;
	margin-left: 0px;
}

.datatable caption {
	margin: 0;
	padding: 4px;
	padding-left: 6px;
	text-align: left;
/*	background-color: #77A1C4;*/
	background-image: url("img/bkg_caption.gif");
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
}

.datatable thead tr {
/*	background-color: #A3BED4;*/
	color: #002D56;
	border-bottom: 1px solid #A3BED4;
}

.datatable thead td {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;	
}

.datatable tbody td {
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
	color: #333;	
}

.datatable td.error {
	color: red;
}

.datatable tr.odd {
	background-color: #E4EAF1;
	border-bottom: 1px solid #A3BED4;
}

.datatable tr.heaven {
	background-color: #F2F5F8;
	border-bottom: 1px solid #A3BED4;
}
/*** fine gestione tabelle ordinarie***/



/*** gestione tabelle ordinarie result***/
table.table_bordata {
	width: 99%;
	border: 1px solid #A3BED4;
	margin-left: 0px;
}

.table_bordata caption {
	margin: 0;
	padding: 4px;
	text-align: left;
/*	background-color: #77A1C4;*/
	color: #fff;
}

.table_bordata thead tr {
	color: #002D56;
}

.table_bordata thead td {
	font-size: 13px;
	font-weight: bold;
	padding: 4px;	
	text-align: center;
}

.table_bordata tbody td {
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
	color: #333;	
}



table.dataresult {
	width: 99%;
	border-collapse: collapse;
	margin-left: 0px;
}

.dataresult caption {
	margin: 0;
	padding: 4px;
	padding-left: 6px;
	text-align: left;
/*	background-color: #77A1C4;*/
	background-image: url("img/bkg_caption_large.gif");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	color: #fff;
}

.dataresult thead tr {
/*	background-color: #A3BED4;*/
	color: #002D56;
	border-bottom: 1px solid #A3BED4;
}

.dataresult thead td {
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	border-bottom: 2px solid #A3BED4;
	border-left: 1px solid #A3BED4;
	border-right: 1px solid #A3BED4;
}

.dataresult tbody td {
	font-size: 10px;
	font-weight: normal;
	padding: 4px;
	color: #333;
  border: 1px solid #A3BED4;		
}

.dataresult td.error {
	color: red;
}

.dataresult td.cent {
	text-align: center;
}

.dataresult td.just {
	text-align: justify;
}

.dataresult td.inp {
	vertical-align: top;
}

.dataresult td a {
	color: #3f5872;
}

caption.dataresult a{
	color: #3f5872;
}


.dataresult tr.odd {
	background-color: #E4EAF1;
	border-bottom: 1px solid #A3BED4;
}

.dataresult tr.heaven {
	background-color: #F2F5F8;
	border-bottom: 1px solid #A3BED4;
}

.dataresult th {
	border: 1px solid #A3BED4;
}

.dataresult th.error {
	color: red;
}

/*** finegestione tabelle ordinarie result***/

/*** gestione tabelle ordinarie partner***/

table.datapartner {
	width: 99%;
	border-collapse: collapse;
	margin-left: 0px;
}

.datapartner caption {
	margin: 0;
	padding: 4px;
	padding-left: 6px;
	text-align: left;
/*	background-color: #77A1C4;*/
	background-image: url("img/bkg_caption_large.gif");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	color: #fff;
}

.datapartner thead tr {
/*	background-color: #A3BED4;*/
	color: #002D56;
	border-bottom: 1px solid #A3BED4;
}

.datapartner thead td {
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
}

.datapartner tbody td {
	font-size: 11px;
	font-weight: normal;
	padding: 4px;
	color: #333;
}

.datapartner tbody td a:link, .datapartner tbody td a:visited, .datapartner tbody td a:hover.datapartner tbody td a:active {
	color: #002D56;
}


.datapartner tbody td img{
	border: 0px;
}

.datapartner td.error {
	color: red;
}

.datapartner td.cent {
	text-align: center;
}

.datapartner td.just {
	text-align: justify;
}



/*** finegestione tabelle ordinarie partner***/

table.headersup {
	width: 99%;
	border-collapse: collapse;
	margin-left: 0px;
}

.headersup caption {
	margin: 0;
	padding: 4px;
	padding-left: 6px;
	text-align: left;
/*	background-color: #77A1C4;*/
	background-image: url("img/bkg_caption_large.gif");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	color: #fff;
}

.headersup thead tr {
/*	background-color: #A3BED4;*/
	color: #002D56;
	border-bottom: 1px solid #A3BED4;
}

.headersup thead td {
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	border-bottom: 2px solid #757575;
	border-left: 1px solid #757575;
	border-right: 1px solid #757575;
}

.headersup tbody td {
	font-size: 10px;
	font-weight: normal;
	padding: 4px;
	color: #333;
  border: 1px solid #757575;		
}

.headersup td.error {
	color: red;
}

.headersup td.cent {
	text-align: center;
}

.headersup td.just {
	text-align: justify;
}

.headersup tr.odd {
	background-color: #E4EAF1;
	border-bottom: 1px solid #A3BED4;
}

.headersup tr.heaven {
	background-color: #F2F5F8;
	border-bottom: 1px solid #A3BED4;
}


/*** gestione login ***/



#left_search {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #D7E2EC url("img/bkg_login_bottom.gif") no-repeat bottom center;
	padding-bottom: 20px;
}

#left_search h2 {
	margin: 0;
	padding: 0;
	padding-left: 30px;
	background: url("img/lente.gif") no-repeat top center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 22px;
}

#left_search form {
	margin: 0 !important;
	padding: 0;
	padding-top: 10px;
}

#left_search label {
	font-size: 13px;
	color: #002D56;
}

#left_search .label_error {
	font-size: 13px;
	color: #CC0000;
}


#left_search textarea {
	border: 1px solid #3F6889;
	padding: 2px;
	font-size: 12px;
}

#left_search_wrap {
	border-left: 1px solid #C1CFDD;
	border-right: 1px solid #C1CFDD;	
}

#left_lsearch input {
	/*border: 1px solid #3F6889;*/
	border: 0px;
	padding: 2px;
	font-size: 12px;
} 
#left_search input.invio {
	background-color: #A3BED4;
	color: #002D56;
}

#loginbox {
	margin-left: 10px;
	margin-top: 20px;
	background: #D7E2EC url("img/bkg_login_bottom.gif") no-repeat bottom center;
	padding-bottom: 20px;
}

#loginwrap {
	border-left: 1px solid #C1CFDD;
	border-right: 1px solid #C1CFDD;	
}

#loginbox h2 {
	margin: 0;
	padding: 0;
	padding-left: 24px;
	background: url("img/bkg_login_top.gif") no-repeat top center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 22px;
}

#loginbox h4 {
	margin: 0;
	padding: 0;
	padding-left: 24px;
	background: url("img/bkg_login_top.gif") no-repeat top center;
	color: #fff;
	font-size: 10px;
	line-height: 22px;
}

#loginbox form {
	margin: 0 !important;
	padding: 0;
	padding-top: 10px;
}

#loginbox label {
	font-size: 12px;
	color: #002D56;
}

#loginbox input {
	border: 1px solid #3F6889;
	padding: 2px;
}

#loginbox input.invio {
	background-color: #A3BED4;
	color: #002D56;
}

#loginbox p {
	padding: 0 10px;
}

#loginbox p.missing {
	margin: 0 !important;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom: 0px;
	font-size: 11px;
}
/*** fine gestione login ***/


/*** gestione partner ***/
#partnerbox {
	margin-left: 10px;
	margin-top: 20px;
	background: #D7E2EC url("img/bkg_login_bottom.gif") no-repeat bottom center;
	padding-bottom: 20px;
}
#partnerwrap {
	border-left: 1px solid #C1CFDD;
	border-right: 1px solid #C1CFDD;	
}

#partnerbox h2 {
	margin: 0;
	padding: 0;
	padding-left: 44px;
	background: url("img/bkg_partner.gif") no-repeat top center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 22px;
	/*
	letter-spacing: 1px;
	*/
}

#partnerbox h4 {
	margin: 0;
	padding: 0;
	padding-left: 24px;
	background: url("img/bkg_login_top.gif") no-repeat top center;
	color: #fff;
	font-size: 10px;
	line-height: 22px;
}

#partnerbox form {
	margin: 0 !important;
	padding: 0;
	padding-top: 10px;
}

#partnerbox label {
	font-size: 12px;
	color: #002D56;
}

#partnerbox input {
	border: 1px solid #3F6889;
	padding: 2px;
}

#partnerbox input.invio {
	background-color: #A3BED4;
	color: #002D56;
}

#partnerbox p {
	padding: 0 10px;
}

#partnerbox p.missing {
	margin: 0 !important;
	padding: 5px 10px;
	font-size: 11px;
}

.banner_generic
{
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 20px;
	border: 0px;
}

.banner_generic img
{
	border: 0px;
}
/*** fine gestione partner ***/

/*** form di ricerca destro ***/

#smallsearch {
	margin: 0;
	padding: 0 15px;
	text-align: left;
}

#smallsearch h2 {
	margin: 0;
	padding: 0;
	padding-left: 12px;
	color: #002D56;
	font-size: 16px;
	letter-spacing: -0.5px;
	line-height: 22px;
}

#smallsearch form {
	margin: 0 !important;
	padding: 0;
	padding-top: 10px;
}

#smallsearch label {
	font-size: 13px;
	color: #002D56;
}

#smallsearch textarea {
	border: 1px solid #3F6889;
	padding: 2px;
	font-size: 12px;
}

#smallsearch input {
	/*border: 1px solid #3F6889;*/
	border: 0px;
	padding: 2px;
	font-size: 12px;
} 
#smallsearch input.invio {
	background-color: #A3BED4;
	color: #002D56;
}
/*** fine searchbar ***/

/*** form generica ***/
form.generic {
	margin: 0 !important;
	padding: 0;
	padding-top: 10px;
}

form.generic label {
	font-size: 13px;
	color: #002D56;
}

form.generic input  {
	border: 1px solid #3F6889;
	padding: 2px;
	font-size: 12px;
	width: 240px;
}

form.generic input.caselle {
	font-size: 12px;
	color: #666666;
	width: 15px;
}


form.generic textarea  {
	border: 1px solid #3F6889;
	padding: 2px;
	font-size: 12px;
}


form.generic input.invio {
	background-color: #A3BED4;
	color: #002D56;
	width: 100px;
}
/*** fine form generica ***/

/*** lista enti ***/

dl.entilist {
	clear: both;
	margin: 10px 15px 20px 15px;
	border-bottom: 1px solid #B6C8D8;
}

dl.entilist dt {
	float: left;
}

dl.entilist dt img {
	margin-right: 15px;
	border: 1px outset Black;

}

dl.entilist dd {
	margin: 0;
	padding: 4px 2px;
	font-size: 11px;
	color: #333;
	
}

dl.entilist dd a {
	color: #002D56;
	font-size: 13px;
	text-decoration: none;
}

dl.entilist dd img {
	margin-top: 10px;
	margin-right: 15px;
	border: 0px ;
}
	
	
	
dl.entilist dd a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}

.entilist h1{
	margin: 0px;
	margin-bottom: 0px;
	padding: 0 15px;
	font-size: 18px;
	color: #002D56;
	font-weight: normal;
	letter-spacing: -1px;
}


.vetrina_mappa{
	margin-top: 10px;
	margin-left: 15px;
  float: right;
}
	

#vetrina_mappa_det{
  margin-top: 20px;
}

dl.vetrilist {
	clear: both;
	margin: 5px 15px 10px 15px;
	border-bottom: 1px solid #B6C8D8;
}

dl.vetrilist dt {
	float: left;
}

dl.vetrilist dt img {
  margin-bottom: 0px;
	margin-right: 10px;
	border: 1px outset Black;
}

dl.vetrilist dd {
	margin: 0;
	padding: 1px 2px;
	font-size: 9px;
	color: #333;
}

dl.vetrilist dd a {
	color: #002D56;
	font-size: 10px;
	text-decoration: none;
}

dl.vetrilist img {
  margin-top: 3px;
	text-decoration: none;
}

dl.vetrilist dd a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}

.vetrimage {
float:right;
height:0px;
}

dl.dettaglio {
	margin: 0;
	padding: 4px 2px;
	font-size: 11px;
	color: #333;
	
}

dl.evidencelist {
	clear: both;
	margin: 2px 1px 5px 5px;
	border-bottom: 1px solid #B6C8D8;
}

dl.evidencelist dt {
	display:block;
	margin: auto;
}

dl.evidencelist dt img {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-left: 30px;
	border: 1px outset Black;
}

dl.evidencelist dd {
	margin: 0;
	margin-bottom: 2px;
	padding: 1px 2px;
	font-size: 11px;
	color: #333;
	
}

dl.evidencelist dd.sconto {
	font-size: 9px;
	color: #333;
	
}

dl.evidencelist dd a {
	color: #002D56;
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	border-bottom: 5px;
}

dl.evidencelist dd a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}
/*** fine lista enti ***/

/*** inzio civeslist **/

dl.civeslist {
	clear: both;
	margin: 30px 15px 20px 15px;
	border-top: 1px solid #B6C8D8;
	border-bottom: 1px solid #B6C8D8;
}

dl.civeslist dt {
	float: left;
	margin-top: 10px;
}

dl.civeslist dt img {
	margin-right: 15px;
	border: 1px outset Black;
}

dl.civeslist dd {
	margin: 0;
	padding: 4px 2px;
	font-size: 11px;
	color: #333;
	
}

dl.civeslist dd a {
	color: #002D56;
	font-size: 13px;
	text-decoration: none;
}

dl.civeslist dd a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}

/*** fine civeslist***/










.datatable a {
	color: #3373E5;
}


select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C385B;
	vertical-align: top;
	text-align: left;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C385B;
}


.admin_p_little {
	margin: 0;
	color: #333;
	font-size: 8px;
	text-align: left;
}


.cappello {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: 400;
	text-align: justify;
	background-color: #d9e3ec;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

table {
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	margin-left: 14px;
}


.table_risultati{
  padding: 0px;
	border: 0px;
	border-spacing: 0px;
	margin-left: 0px;
}
.titoliboxblackbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C385B;
	vertical-align: middle;
	TEXT-DECORATION: bold;
	white-space: nowrap;
}

.titoliboxblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C385B;
	TEXT-DECORATION: none
}

.textpiccolo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	white-space: nowrap;
}

.textpiccologrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.titoliboxwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7FA6CB;
	/*background-color: #B8E0EE;*/
	text-align: center;
	vertical-align: middle;
	TEXT-DECORATION: bold;
}


.titoliboxwhite_little {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #022446;
	background-color: #7FA6CB;
	/*background-color: #B8E0EE;*/
	text-align: center;
	vertical-align: middle;
	TEXT-DECORATION: bold;
}


.redtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E00707;
}
.red{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E00707;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.text_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.text_title a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.titoliboxblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	TEXT-DECORATION: none
}

.tabRIEPILOGO {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	border: 0px solid;
	vertical-align: top;
	text-align: left;
}

.titoliboxwhite2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #7FA6CB;
	text-align: center;
	vertical-align: middle;
}



.tab_bluscuro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CDD9E6;
	/*background-color: #B8E0EE;*/
	text-align: center;
	vertical-align: middle;
	TEXT-DECORATION: bold;
}

.tab_bluscuro a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CDD9E6;
	/*background-color: #B8E0EE;*/
	text-align: center;
	vertical-align: middle;
	TEXT-DECORATION: bold;
}


.tab_bluchiaro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #7FA6CB;
	text-align: center;
	vertical-align: middle;
}


.tab_bluchiaro a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7FA6CB;
	text-align: center;
	vertical-align: middle;
}

.tab_blumedio1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #185D98;
	text-align: center;
	vertical-align: middle;
}


.tab_blumedio1 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #185D98;
	text-align: center;
	vertical-align: middle;
}


.tab_blumedio2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #093B70;
	text-align: center;
	vertical-align: middle;
}


.tab_blumedio2 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #093B70;
	text-align: center;
	vertical-align: middle;
}


.tabRIEPILOGOspesa {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: 700;
	border: 2px inset;
	vertical-align: top;
	text-align: right;
}

.titleTDcontenuti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #1C385B;
	font-weight: 600;
	border-bottom: 1px solid;
	border-color: #000000;
	background-color: #d9e3ec;
   white-space:nowrap
}

.titleTDcontenuti_ext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #1C385B;
	font-weight: 600;
	border-bottom: 0px solid;
	border-color: #000000;
	background-color: #d9e3ec;
}

.innerDIVcontenuti {
	text-align: left;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: #000000;
	background-color: #CDD9E6;
}

.cellTDcontenuti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #1C385B;
	font-weight: 500;
	border-left: 1px solid;
	border-color: #000000;
	background-color: #CDD9E6;
	white-space:nowrap
}
.cellTDcontenuti_ext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #1C385B;
	font-weight: 500;
	border-color: #000000;
	background-color: #CDD9E6;
	white-space:nowrap
}
.cellTDcontenuti_color {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #1C385B;
	font-weight: 500;
	border-left: 1px solid;
	border-color: #000000;
	background-color: #d9e3ec;
	white-space:nowrap
}
.cellTDcontenuti_ext_color{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #1C385B;
	font-weight: 500;
	border-color: #000000;
	background-color: #d9e3ec;
	white-space:nowrap
}

.titoliboxwhite3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color:#CCD9E6;
	text-align: center;
	vertical-align: middle;
}

.titoliboxwhite3 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color:#CCD9E6;
	text-align: center;
	vertical-align: middle;
}



.titoliboxwhite4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #093B70;
	text-align: center;
	vertical-align: middle;
}

.pcenter {
	margin: 0;
	color: #333;
	font-size: 13px;
	line-height: 150%;
	text-align: center;
}

.pcenter_right_link {
	color: #333;
	font-size: 13px;
	line-height: 150%;
	text-align: center;
}

#footer_large{
	width: 580px;
	margin: 0 auto;
	padding-top: 10px;
	margin-left: 350px;
	border-top: 1px solid #E1E8F0;
}

#footer_large p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #67829A;
	font-size: 10px;
}
#footer_large a {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #67829A;
	font-size: 10px;
}

#footer_huge{
	width: 755px;
	margin: 0 auto;
	padding-top: 10px;
	/*margin-left: 1px;*/
	border-top: 1px solid #E1E8F0;
}

#footer_huge p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #67829A;
	font-size: 10px;
}

#footer_huge a {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #67829A;
	font-size: 10px;
}
.preview_body{
	margin: 0 auto;
	background: White;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
}
.preview_body p{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.stampa_testo  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-align: justify;
	line-height: 150%;
}

.preview_body input{
  font-size: 20px;
}

.div_righth2 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
}

.div_righth2 h2{
  float:left;
  width: 500px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0 0px;
	font-size: 18px;
	color: #00396E;
	font-weight: normal;
	letter-spacing: -1px;
}

ul.menu_downloads{
  /*
  margin-left: 10px;
  */
	margin-bottom: 10px;
	padding: 0 15px;
	font-size: 24px;
	color: #002D56;
	font-weight: normal;
	letter-spacing: -1px;
	list-style-type: none;
}

.menu_downloads li{	
  margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 15px;
	color: #333;
	font-size: 13px;
	line-height: 110%;
	list-style-type: none;
}


.menu_downloads a{	
	text-decoration: none;
	color: #002D56;
	border-bottom: 1px dotted #002D56;
}

.menu_downloads a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}
.cives_divloghi{
	text-align: center;
	margin-left:30px;
	width: 500px;
}


.cives_loghi{
	text-align: center;
}


.cives_loghi img{
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
	border: 1px solid #000000;
	text-align: center;
}


b.rtop, b.rbottom{display: block; background: #fff}
b.rtop b, b.rbottom b{display: block; height: 1px; overflow: hidden; background: #D7E2EC}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px; height: 2px} 
.testo{background: #D7E2EC; color:#002D56; font:Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-align:center}
