@charset "UTF-8";

/* inizio struttura DIV */

html,body{ margin:0; padding:0; background-color:#ffffff; /*background-image:url(/public/image/WaveMax/bg.gif); background-repeat: repeat-x;*/ }

body{
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}

a {
	/*display:block;*/
	color: #666666;
	padding:0px;
	text-decoration: none
}

a:Hover {
	/*display:block;*/
	padding:0px;
	text-decoration: underline;
	color: #000;
}

div#TOP h1{
	margin:0;
	padding: 10px;
}
div#contenitore{
	text-align:left;
	background: trasparent;
}

div#SX{
	float:left;
	width:277px;
	margin-left:-890px;
	padding: 0px;
}

div#ContenutoSX {
	margin:20px 20px 0px 20px;
	color:#FFF}
div#ContenutoSX b, div#ContenutoSX  strong {
	font-weight:bold;
	color:#A8903A
}

div#ContenutoSX a{
	color:#EDE6CD;
	font-weight:normal;
	text-decoration:none;
}

div#ContenutoSX a:hover {
text-decoration:underline
}

div#DX{/*background:#FF8539*/}

div#DX{
	display:none;
	/*float:left;
	width:131px;
	margin-left:-141px;
	padding: 0px 5px;*/
}


div#footer { color: #0E385F; font-weight: bold; text-align: left; font-size:90%; background-image:url(/public/image/WaveMax/BG_footer.gif); background-repeat:no-repeat; }

div#footer a {
	color: #0E385F;
	font-weight: bold;
}

div#footer p{
	display:block;
	padding: 15px 0px 1px 306px;
	width: 584px;
	text-align:left;

}
div#contenitore{
	width:890px;
	margin:0 auto;
	padding: 0px;
}
div#RIGACENTRALE{
	float:left;
	width:100%;
	/*background-position: 7px 0px;*/*/
	margin-top:0px;
	background-image:url(/public/image/WaveMax/BG_sx.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
}
div#CENTRO{
	margin: 7px 0px 0px 284px;
	background-color:#B2C0D0;
	background-image:url(/public/image/WaveMax/BG_Centro.gif);
	background-repeat:no-repeat;
	min-height:387px;
}


.fondoform {
	background-image:url(/public/image/WaveMax/BG_Centro.gif);
	background-position: 0px -150px;
	background-repeat: no-repeat;
	background-color:#B2C0D0;
}
div#ContenutoCentro {
	padding: 30px 56px 10px 20px;
	/*padding:1px 10px;*/  
	}

div#footer{clear:left;width:100%
}

div#invisibile{
display:none;
	
}

#RisparmiaEnergia { display:none;}


/* fine struttura DIV */

/*******************************************************************************
 *******************************************************************************

 I N I Z I O     M E N U     O R I Z Z O N T A L E 
 SpryMenuBarHorizonta)
 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************
 *******************************************************************************/

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************
 LAYOUT INFORMATION: describes box model, positioning, z-order
 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 286px;
	list-style-type: none;
	font-size: 110%; /* per il calcolo della larghezza del contenitore ho colcolato la larghezza del div /*
/*contenitore settato prima (divcontenitore width:790px;margin:0 auto ) meno i 155 px del padding /*
/*Quindi width=800-155=645pixel */
	width: 604px;
	height: 20px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left; /*cursor: pointer;*/
	width: auto;
	float: left;

}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 14em;
	position: absolute;
	left: -1000em;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	margin: 0;
	padding: 0;
	
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 14em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -2% 0 0 98%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	background-color: #DF7927;
	margin: 0px;
	padding: 0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block; /*cursor: pointer;*/	padding: 4px 15px 4px 15px;
	color: White;
	text-decoration: none;
	border-left: 0px solid White;	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	/*per explorer 6 metto le indicazioni come sopra senno non va*/
	display: block; /*cursor: pointer;*/	padding: 4px 15px 4px 15px;
	text-decoration: none;
	border-left: 0px solid White;
	background-color: #65768E;
	color: #B3C1D1;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	/*per explorer 6 metto le indicazioni come sopra senno non va*/
	display: block; /*cursor: pointer;*/	padding: 4px 15px 4px 15px;
	text-decoration: none;
	border-left: 0px solid White;
	background-color: #65768E;
	color: #B3C1D1;
}

/*******************************************************************************
 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	/*background-image: url(../../images/img_table/divisorio_menu_top.gif);
	background-position: left;
	background-repeat: no-repeat;*/
	/*background-position: 95% 50%;*/
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	/*background-image: url(../../images/img_table/divisorio_menu_top.gif);
	background-position: left;
	background-repeat: no-repeat;*/
	/*background-position: 95% 50%;*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
/*background-image: url(../../images/img_table/divisorio_menu_top.gif);*/
	background-position: left;
	background-repeat: no-repeat;
	/*background-position: 95% 50%;*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
/*background-image: url(../../images/img_table/divisorio_menu_top.gif);*/
	background-position: left;
	background-repeat: no-repeat;
	/*background-position: 95% 50%;*/
}

/*******************************************************************************
 BROWSER HACKS: the hacks below should not be changed unless you are an expert
 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	display: none;
	position: absolute;
	z-index: 1020;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		}
}
/*******************************************************************************
 *******************************************************************************

F I N E     M E N U     O R I Z Z O N T A L E  (SpryMenuBarHorizonta)
LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************
 *******************************************************************************/

.tabRigo {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 550px;
	border-style: none;
	font-size: 0.5px;
	position:absolute;
	background-color: #30405C;
}

Table.tabRigo td p{
	height: 1px;
	font-size: 0.5px;
	margin: 0px;
	padding: 0px;
}

.tabTop {
	background: #5F6265;
	margin: 0px;
	padding: 0px;
	width: 800px;
	border-style: none;
}

.tabTop a {
	color: #CCCCCC;	
}

.tabTopHome {
	background: #5F6265 url(../image/home_page/bg_top_sirci.gif);
	margin: 0px;
	padding: 0px;
	width: 800px;
	border: 0px solid #000000;
	height: 189px;
}
.tabTopHome a {
	color: #CCCCCC;	
}



.tabBG {
	background: #EBEBEB;
	margin: 0px;
	padding: 0px;
	/*width: 100%;*/
	border: 5px solid #EBEBEB;
}

/*.tabBG a:hover {
	background: #CCCCCC;
	display: inline-block;
}*/


.FiloTabella {
	margin: -5px 0px;
	padding: 0px;
	width: 95%;
	color: #FFF;
	font-weight: bold;
	}
	

	
/*codici per angoli arrotondati tabella fratelli valida per tutti i sottositi*/
#round1 {/*background: url(../../images/img_table/1.gif) no-repeat;*/}
#round2 {/*background: url(../../images/img_table/2.gif) repeat-x;*/}
#round3 {/*background: url(../../images/img_table/3.gif) no-repeat;*/}
#round4 {/*background: url(../../images/img_table/4.gif) repeat-y;*/}
#round5 {/*background: #FFFFFF;*/}
#round6 {/*background: url(../../images/img_table/5.gif) repeat-y;*/}
#round7 {/*background: url(../../images/img_table/6.gif) no-repeat;*/}
#round8 {/*background: url(../../images/img_table/7.gif) repeat-x;*/}
#round9 {/*background: url(../../images/img_table/8.gif) no-repeat;*/}

#round1 img { display:none}
#round2 img { display:none}
#round3 img { display:none}
#round4 img { display:none}
#round5 {/*background: #FFFFFF;*/}
#round6 img { display:none}
#round7 img { display:none}
#round8 img { display:none}
#round9 img { display:none}
/*fine angoli arrotondati*/	
	
.TitoloBase, h1, .Titolo {
	font-size: 320%;
	color: #A8903A;
	font-family: "Futura XBlkCn BT", "Arial Black", Arial;
	line-height: 30px;
	margin:5px 0px 15px 0px;
	padding:0px;
	font-style: italic;
	letter-spacing: -0.02em;
}


/*.TitoloPrint {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
} */


.Titolo1 {
	font-size: 110%;
	color: #666666;
	font-weight: bold;
	/*line-height: 90%;*/
	padding-top: 15px;
}


.Titolo2 {
	font-size: 110%;
	color: #A58B50;
	font-weight: bold;
	/*line-height: 90%;*/
	padding-top: 15px;
	margin: 10px 0px;
}

DIV#ContenutoSX .Titolo2, DIV#ContenutoSX .Titolo, DIV#ContenutoSX td .titolo {
	font-size: 180%;
	color: #FFF;
	font-weight: bold;
	/*line-height: 90%;*/
	padding-top: 15px;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;	
}

.DataNews { display:none;}

DIV#ContenutoSX .Titolo2 a:hover, DIV#ContenutoSX a:hover {
	text-decoration:none;
	color:#CDC191
	}

/*Moduli*/
DIV#ModUltimeNovitaLateraleIMG { max-height:396px; overflow:hidden;}
DIV#ModUltimeNovitaLateraleIMG .Titolo { font-size: 250%;color: #A8903A;font-family: "Futura XBlkCn BT", "Arial Black", Arial;line-height: 30px;margin:5px 0px 15px 0px;padding:0px 0px 0px 0px;font-style: italic;letter-spacing: -0.01em; display:block;}
DIV#ModUltimeNovitaLateraleIMG .Img { /*float:left;  border:#FFF solid 2px; margin:0px 5px 0px 0px;*/}
DIV#ModUltimeNovitaLateraleIMG img { min-height:75px; width:75px; max-width:75px; height: auto !important; }
DIV#ModUltimeNovitaLateraleIMG .Titolo2 {font-size:140%; color:#A8903A; padding-top:0px; margin: 10px 0px 0px 0px;}
DIV#ModUltimeNovitaLateraleIMG .cappello { display:block; margin-bottom:10px;}
DIV#ModUltimeNovitaLateraleIMG .divisorio { display:block; height:15px; border-top:#FFF dotted 2px;}


DIV#UltimiEventiLateraleImgETesto {}
DIV#UltimiEventiLateraleImgETesto .Titolo { font-size: 250%;color: #A8903A;font-family: "Futura XBlkCn BT", "Arial Black", Arial;line-height: 30px;margin:5px 0px 15px 0px;padding:0px 0px 0px 0px;font-style: italic;letter-spacing: -0.01em; display:block;}
DIV#UltimiEventiLateraleImgETesto .Img {/* float:left;  border:#FFF solid 2px; margin:0px 5px 0px 0px;*/}
DIV#UltimiEventiLateraleImgETesto img { min-height:75px; width:75px; max-width:75px; height: auto !important; }
DIV#UltimiEventiLateraleImgETesto .Titolo2 {font-size:140%; color:#A8903A; padding-top:0px; margin: 10px 0px 0px 0px;}
DIV#UltimiEventiLateraleImgETesto .cappello { display:block; margin-bottom:10px;}
DIV#UltimiEventiLateraleImgETesto .divisorio { display:block; height:15px; border-top:#FFF dotted 2px;}



DIV#UltimiComunicatiStampaLaterale {}
DIV#UltimiComunicatiStampaLaterale td .Titolo { font-size: 250%;color: #A8903A;font-family: "Futura XBlkCn BT", "Arial Black", Arial; line-height: 30px; margin:5px 0px 15px 0px;padding:0px 0px 0px 0px;font-style: italic; letter-spacing: -0.01em; display:block;}
DIV#UltimiComunicatiStampaLaterale .Img {/* float:left;  border:#FFF solid 2px; margin:0px 5px 0px 0px;*/}
DIV#UltimiComunicatiStampaLaterale img { /*min-height:75px; width:75px; max-width:75px; height: auto !important;*/ }
DIV#UltimiComunicatiStampaLaterale .Titolo2 {font-size:140%; color:#A8903A; padding-top:0px; margin: 10px 0px 0px 0px;}
DIV#UltimiComunicatiStampaLaterale .cappello { display:block; margin-bottom:10px;}
DIV#UltimiComunicatiStampaLaterale .divisorio { display:block; /*height:15px;*/ border-bottom:#FFF dotted 2px;}



DIV#ArchivioNewsSottoSito {}
DIV#ArchivioNewsSottoSito td { border:none;}



DIV#imgcopertura {}
DIV#imgcopertura  IMG {border:#03C none;}


DIV#NewsUI {}
DIV#NewsUI .ImmagineNews { margin-top:20px}


DIV#UltimeNewsLaterale { margin-bottom:15px}
DIV#UltimeNewsLaterale table img { display:none }


/* Modulo Utility in Pagina */
DIV#Utility_in_pagina { display:block; float:right; margin:10px 0px 0px 10px; }
DIV#Utility_in_pagina hr { display:none;}


.TestoBase {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
}

.TestoBase img {
	margin: 3px;
}

.TestoBase b, .TestoBase Strong {
	color: #003;
	font-weight: bolder;
}

.LinkBase {
	color: #999999;
	text-decoration: none;	
}



/*crea l'elenco puntato solo nella zona centrale evitando di influenzare i 
menu top (agisce anche nelle colonne) se lo vogliamo solo al centro sostituire con div#CENTRO */
div#CENTRO li{
	list-style: url(../../images/img_table/elenco_puntato_gold.gif) ;
	margin-bottom: 5px;
} 

div#SX li{
	list-style: url(../../images/img_table/elenco_puntato_gold.gif);
	margin-top: 8px;
	margin-left: -20px;
	line-height: 120%;	
}

 div#SX  div#VociMenuFratelli  ol{
	list-style-type:none;
	padding:0px;

	margin:0px;
	font-size:200%;
	
	}

 div#SX  div#VociMenuFratelli  li {
	/*metto un hack per explorer: non faccio trovare l'immagine*/
	list-style: url(../../imag-es/img_table/elenco_puntato_gold.gif);
	list-style: decimal inside;
	line-height: 20px;
	padding:15px 0px 15px 8px;
	margin:0px;
	background-image:url(/public/image/WaveMax/numeratori.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
	color:#A89036;
	border-bottom:#FFF dotted 2px;
	}



	
	div#SX  div#VociMenuFratelli  li .TitoloFratelli{
		 font-size:70%;		 
		 margin-left:0px; /*mozilla*/
		 margin-left:-14px\9; /*IE 8  e inferiori*/
		 *margin-left:17px; /*IE 7  e inferiori*/
		 _margin-left:17px; /*IE 6  e inferiori*/}
	
	
		div#SX  div#VociMenuFratelli  li .TitoloFratelliFigli{
			display:block;
		 font-size:60%;		 
		 margin-left:30px; /*mozilla*/
		 margin-left:30px\9; /*IE 8  e inferiori*/
		 *margin-left:30px; /*IE 7  e inferiori*/
		 _margin-left:30px; /*IE 6  e inferiori*/
		 width:190px;
		 margin-top:0px;
		 padding-top:0px;
		
		 }
	
  
   div#SX  div#VociMenuFratelli {
	   margin-bottom:20px;}
  
  div#SX  div#VociMenuFratelli .Titolo2{
	font-size: 250%;
	color: #A8903A;
	font-family: "Futura XBlkCn BT", "Arial Black", Arial;
	line-height: 30px;
	margin:5px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	font-style: italic;
	letter-spacing: -0.01em;
	display:block;

}


hr  {
	color: #A8903A;
	height: 1px;
}
div#fotoprewiev {
	padding: 0px;
	clear: both;
	height: 50px;
	width: 50px;
	overflow: hidden;
	border: 0px solid #999999;
	margin: 5px;
	
} 

.accessibilita a{
	text-decoration: none;	
}


/*----quadri Home----*/
#QadHome {
	height: 198px;
	width: 635px;
	margin-top: 10px;
} 

.QuadHome1 {
	background: url(../image/home_page/sirci_quad_01.gif) no-repeat center top;
	width: 211px;
	padding: 10px;
	vertical-align: top;
	color: #FFFFFF;
} 
.QuadHome1 a{
	color: #FFFFFF;
	text-decoration: underline;
} 
#QadHome .QuadHome1 li {
	list-style: url(../../images/img_table/elenco_puntato_bianco.gif);
} 
.QuadHome1 strong, .QuadHome1 b{
	color: #FFFFFF;
} 
/*-----*/
.QuadHome2 {
	background: url(../image/home_page/sirci_quad_02.gif) no-repeat  center top;
	width: 211px;
	padding: 10px;
	vertical-align: top;
	color: #000000;
} 
.QuadHome2 a {
	color: #000000;
	text-decoration: underline;
}
#QadHome .QuadHome2 li {
	list-style: url(../../images/img_table/elenco_puntato_gold.gif);
} 
.QuadHome2 strong, .QuadHome2 b{
	color: #oro;
} 
/*-----*/
.QuadHome3 {
	background: url(../image/home_page/sirci_quad_03.gif) no-repeat  center top;
	width: 211px;
	padding: 10px;
	vertical-align: top;
	color: #FFFFFF;
} 
.QuadHome3 a{
	color: #FFFFFF;
	text-decoration: underline;
} 
#QadHome .QuadHome3 li {
	list-style: url(../../images/img_table/elenco_puntato_bianco.gif);
} 
.QuadHome3 strong, .QuadHome3 b{
	color: #FFFFFF;
	
} 
/*----fine quadri Home----*/



/* Document Gallery */
.documentGalleryTabella {
	border-bottom:#7A6A2C solid 2px;
	margin-bottom:10px;
}

.documentGalleryTabella a{
	color:#333
}

.documentGalleryTabella td {
	text-align:left}
	
td .documentGalleryTitoloDettaglio {
	font-size:130%;
	color:#30405C;
	font-weight:bold;
}
