/*---- Selectors ----*/
body
{
	padding: 20px;
	margin: 0;
	background-color: #ddd;
	color: #000;
	padding: 20px;
	margin: 0;
	background-image: url("../bg_grad.jpg");
	background-attachment: fixed;
}

div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}


a{
	color: #005FA9;
	text-decoration: none;
	border-width: 0px;
	border: 0px;
}
a img
{
	border-width: 0;	/* remove the border around linked images. <img border="0" ..../> is invalid in XHTML 1.1 */
}

.hide
{
	display: none;
}
#oldbrowser
{
	text-align: center;
}

/*---- PageFrame ----*/
#pageFrame
{
	border: solid 1px #cccccc;
	background-color: #fff;
	color: #000;
	width: 750px;
}

/*---- Masthead ----*/
#masthead
{
	border-bottom-width: 1px;
	padding: 10px;
	background-color: #fff;
	color: #666666;
	background-image: url("../Images/Intestazione.jpg");
	height: 97px;
	background-repeat: no-repeat;
}

* html #masthead
{
	position: relative;
}

#masthead table tr
{
	font-family: "Times New Roman", Georgia, serif;
	color: #666666;
	background-color:#ffffff;
	font-size:200%;
	font-weight:bold;
}

/*---- Masthead2 ----*/
#masthead2
{
	border-bottom: solid 1px #cccccc;
	padding: 10px;
	color: #005FA9;
	font-family: verdana, helvetica, sans-serif;
	background-color: #EEEEEE;
	font-size:170%;
	font-weight:bold;
	text-align:center;
}


/*---- hnav ----*/
/*hvav2 è sotto columncontent; non è usato per creare i menu orizzontali*/
.hnav
{
	border: solid 0px #cccccc;
	border-bottom-width: 0px;
	white-space: nowrap;
	margin-left: 0px;
	color: #666666;
	padding: 3px 0 4px 0;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #EEEEEE;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}
#hnav_TitoloPagina
{
	text-align: left;
	list-style-type: none;
	line-height:normal;
	margin: 0;
	padding-left: 10px;
	display: inline;
	list-style-type: none;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	color:#990000;
	line-height:180%;
}
/*
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.hnav ul li a
{
	/* need to middor veritcal padding on .hnav and child anchor elements
	 * because the anchors are _not_ block elements. since they are not
	 * block elements web browsers will not expand .hnav to contain them
	 * even with the extra padding. by applying the same padding to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements. 
	 
	padding-top: 3px;
	padding-bottom: 4px;
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	/* short-hand padding attribute would overwrite
				   top/bottom padding set in a previous rule 
	border-left: solid 0px #000;
	border-right: solid 0px #000;
	white-space: nowrap;
	background-color: #EEEEEE;
}
.hnav ul li a:hover
{
	background-color: #999999;
	color: #fff;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this 
	display: inline-block;	/* IE/Mac needs this 
	/* \
		width: auto;
		display: inline; 
	/* reset above hack 
}
* html .hnav, * html .hnav ul a
{
	/* \ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. 
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win 
}
*/

/*CSS principale per il menu orizzontale
vedi http://css.html.it/articoli/leggi/2880/menu-dropdown-in-stile-facebook/1/*/

ul#nav{	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
ul#nav,ul#nav li,ul#nav ul,ul#nav ul li{margin:0;padding:0;list-style-type:none}
ul#nav{height:26px;
		line-height:25px;
		margin-left:0px;
    	background-color: #EEEEEE;
		color: #990000
}
ul#nav a{display:block;padding: 0 15px;text-decoration: none; color: #990000}

ul#nav li{float: left;position: relative}
ul#nav li li{float: none;line-height: 22px;
    display:block !important;display: inline /*IE*/}
ul#nav ul{position: absolute;top: 23px;left: -9999px;
    width: 250px;background-color: #EEEEEE;color: #005FA9}
ul#nav ul{padding: 7px 0;border: 1px solid #cccccc;
}
ul#nav li li a{height:22px}   /*fix per IE */
ul#nav ul,ul#nav li li a{background-color: #EEEEEE;color: #005FA9}
ul#nav li:hover,ul#nav a:hover{	background-color: #999999;
	color: #fff
}
ul#nav li:hover ul,ul#nav li.sfhover ul{left: -1px;z-index: 100}


/*regole per separatore e le icone */

ul#nav li.sep{height: 34px;background: #fff}
ul#nav li.sep span{display: block;height: 1px;overflow: hidden;
    margin: 6px 5px 0;background: #CCC}
ul#nav li li.icon a{padding-left: 24px}
ul#nav li li.settings a{background: url(icon_settings.gif) no-repeat 3px 3px}
ul#nav li li.privacy a{background: url(icon_padlock.gif) no-repeat 3px 3px}






/*---- LeftColumn ----*/
#leftColumn
{
	float: left;
	width: 250px;
}
#innerLeftColumn
{
	padding: 10px;
	/*border: solid 0px #cccccc;
	border-right-width: 1px;*/
	overflow: visible;	/* fix the Win32 IE italics bug */
	height: 100%;		/* ditto */
	background-color:#FFFFFF;
}
#innerLeftColumn img
{
	display: block;
	margin: 0 auto;
	text-align: center;	/* IE 5 centering hack */
}

#innerLeftColumn p
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*---- leftcolumn ----*/
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#innerleftcolumn
{
	overflow: hidden;	/* IE5.0 fix the Win32 IE italics bug */
	width: 100%;
	height: auto;
	overflow: visible;	/* reset IE5.0 fix for 5.5 */
	height: 100%;		/* ditto */
	width: auto;		/* reset Safair after picking up the above IE5.0 fix : it's case insensitive to CSS selectors */
}

/*---- vnav ----*/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}

.vnav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	border: solid 1px #cccccc;
}
.vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	border-bottom: solid 0px #000;
	text-align:center;
	background-color: #EEEEEE;
	color: #005FA9;
	line-height:140%;
	padding: 2px 0px 2px 0px;
	border-bottom: solid 0px #cccccc;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	color: #005FA9;
	background-color: #EEEEEE;
}
.vnav ul li a:hover
{
	background-color: #999999;
	color: #fff;
}
/* Hide from IE-mac \*/
* html .vnav ul li a/* hide from IE 5.0 */ {height: 1%;}
/* End hide */

.vnav .TitoloMenu
{
	display: block;
	text-align: center;
	font-size: 100%;
	color: #990000;
	line-height: 120%;
	padding: 4px 0px 4px 0px;
	border-bottom: solid 1px #cccccc;
}

.vnav .TitoloSezionePagina
{
	display: block;
	text-align: center;
	font-size: 100%;
	color: #990000;
	line-height: 120%;
	padding: 4px 0px 4px 0px;
	border-bottom: solid 0px #cccccc;
}


/*---- ContentColumn ----*/
#contentColumn
{
	width: auto;
	margin-left: 0px;
	border: solid 0px #cccccc;
	border-left-width: 1px;
	top: 0px;
	vertical-align: top;
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}


#TitoloSezione
{
	padding: 10px;
	color: #666666;
	font-family: verdana, helvetica, sans-serif;
	background-color:#ffffff;
	font-size:150%;
	font-weight:bold;
	text-align:center;
}


/*---- hnav2 ----*/
.hnav2
{
	border: solid 0px #cccccc;
	border-bottom-width: 0px;
	white-space: nowrap;
	margin-left: 0px;
	color: #000;
	padding: 3px 0 4px 0;
	border: solid 1px #cccccc;
	/*border-bottom: solid 1px #cccccc;*/
	text-align: left;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #EEEEEE;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}
#hnav_TitoloPagina2
{
	text-align: left;
	list-style-type: none;
	line-height:normal;
	margin: 0;
	padding-left: 10px;
	display: inline;
	list-style-type: none;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	color:#990000;
	line-height:180%;
}
.hnav2 ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.hnav2 ul li
{
	display: inline;
	white-space: nowrap;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.hnav2 ul li a
{
	/* need to middor veritcal padding on .hnav and child anchor elements
	 * because the anchors are _not_ block elements. since they are not
	 * block elements web browsers will not expand .hnav to contain them
	 * even with the extra padding. by applying the same padding to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements. 
	 */
	padding-top: 3px;
	padding-bottom: 4px;
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	/* short-hand padding attribute would overwrite
				   top/bottom padding set in a previous rule */
	border-left: solid 0px #000;
	border-right: solid 0px #000;
	white-space: nowrap;
	background-color: #EEEEEE;
}
.hnav2 ul li a:hover
{
	background-color: #999999;
	color: #fff;
}
.hnav2 ul li a:link, .hnav2 ul li a:visited, .hnav2 ul li a:active, .hnav2 ul li a:hover
{
	text-decoration: none;
}
.hnav2 ul li span
{
	display: none;
}
* html .hnav2 ul li, * html .hnav2 ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline; 
	/* reset above hack */
}
* html .hnav2, * html .hnav2 ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV2
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}


#innerContentColumn
{
	padding: 0px 10px 0px 10px;
	height: 100%;	/* fix the Win32 IE float bug */
	overflow: visible;	/* fix the Win32 IE italics bug */
}
.InPrimoPiano {
	align: left;
	margin-top: 10px;
	margin-bottom: 25px;
	background-color: #EEEEEE;
	line-height: 100%;
	padding: 10px;
	border: 1px solid #cccccc;
	color:#333333;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
}

.InPrimoPiano .DataNovità{
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top:0px;
	font-size: 90%;
	color:#770000;
}

.InPrimoPiano .titolo{
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 100%;
	border-bottom: 1px solid #cccccc;
	color:#990000;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
}

.InPrimoPiano .ArchivioData{
	display:block;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top:10px;
	font-size: 85%;
}

.InPrimoPiano .ArchivioTitolo{
	display:block;
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.InPrimoPiano .SezioneConBordo{
	display:block;
	padding: 10px;
	border: 1px solid #cccccc;
}

.SezioniMuseo {
	width: 458px;
	align: left;
	margin-top: 10px;
	margin-bottom: 25px;
	background-color: #EEEEEE;
	line-height: 110%;
	padding: 10px;
	border: 1px solid #cccccc;
	color:#333333;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
}

.SezioniMuseo .titolo{
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 100%;
	border-bottom: 1px solid #cccccc;
	color:#990000;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
}

.Informazioni {
	margin-top: 10px;
	margin-bottom: 25px;
	background-color: #EEEEEE;
	line-height: 100%;
	padding: 10px;
	border: 1px solid #cccccc;
	color:#333333;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

.Informazioni .titolo{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	color:#990000;
	font-weight: bold;
	font-size: 100%;
}

.Incontri {
	position: relative;
	margin-top: 10px;
	margin-bottom: 25px;
	background-color: #EEEEEE;
	line-height: 100%;
	padding: 10px;
	border: 1px solid #cccccc;
	color:#333333;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
}


.Incontri .titolo{
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	color:#990000;
	font-weight: bold;
	font-size: 100%;
}

.Incontri .data{
	color:#000000
}

.Incontri .TitoloEvento{
	color:#990000;
}

#SequenzaImmagini{
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 0px;
}

.ParagrafoPresentazione {
	display:block;
	align: left;
	position: relative;
	line-height: 120%;
	color:#990000;
	font-weight: bold;
	font-size: 100%;
}

.Sottotitolo1 {
	display:block;
	align: left;
	position: relative;
	line-height: 100%;
	color:#990000;
	font-weight: bold;
	font-size: 100%;
}

.TitoloPagina {
	display:block;
	background-color: #EEEEEE;
	color: #990000;
	font-family: verdana, helvetica, sans-serif;
	font-weight:bold;
	font-size:140%;
	text-align:center;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #cccccc;
	line-height: normal;
}

.TitoloPagina .SottotitoloPagina{
	display:block;
	background-color: #EEEEEE;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-weight:normal;
	font-size:80%;
	text-align:center;
	padding: 0px 0px 0px px;
}

.CorpoPagina {
	display:block;
	background-color: #ffffff;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size:80%;
	text-align:center;
}

/*.CorpoPagina table{
	display:block;
	background-color: #eeeeee;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:80%;
	text-align:center;
	padding: 0px 0px 0px 0px;
	table-layout:fixed;
	width: 500px;
}*/

.CorpoPagina table{
	border: solid 1px #cccccc;
	background-color: #EEEEEE;
}

.CorpoPagina table .TitoloTable
{
	display: block;
	text-align: center;
	font-size: 100%;
	color: #990000;
	line-height: 120%;
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px #cccccc;
}

.CorpoPagina table td{
	/*border: 1px solid #cccccc;*/
	padding: 5px 0px 5px 0px;
}

.CorpoPagina table a
{
	display: block;
	text-decoration: none;
	/*padding: 2px 10px;*/
	color: #005FA9;
	background-color: #EEEEEE;
}
.CorpoPagina table a:hover
{
	background-color: #999999;
	color: #fff;
}

#ElencoRassegne {
	position: relative;
	margin-top: 10px;
	margin-bottom: 25px;
	background-color: #EEEEEE;
	line-height: 70%;
	padding: 10px;
	border: 1px solid #cccccc;
}

.Rassegna_Immagine {
	position: relative;
	float: left;
	width: 130px;
}
.Rassegna_Immagine img{
	position: relative;
	float: right;
	border-width: 0px;
}

.Rassegna_Col2 {
	position: relative;
	Margin-left: 150px;
}

.Rassegna_Col2 a:hover {
	color: #FFFFFF;
	background-color: #999999;
}

.Rassegna_AltriCampi {
 	font-size: 70%;
}

.ElencoSezioni {
	position: relative;
	margin-left: 0px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	line-height: 150%;
	border: 0px solid #cccccc;
	color:#000000;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	vertical-align: middle;
}

.ElencoSezioni .titolo{
	color: #990000;
	font-size: 120%;
}

.ElencoSezioni td{
	padding-left: 10px;
	text-align: left;
}


#ImgMappaSezioni
{
	border-width: 0;	/* remove the border around linked images. <img border="0" ..../> is invalid in XHTML 1.1 */
}

/*---- contentcolumn ----*/
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
	overflow: hidden;	/* IE5.0 fix the Win32 IE italics bug */
	width: 100%;
	height: auto;
	overflow: visible;	/* reset IE5.0 fix for 5.5 */
	height: 100%;		/* ditto */
	width: auto;		/* reset Safair after picking up the above IE5.0 fix : it's case insensitive to CSS selectors */
}

/*---- Footer ----*/
#footer
{
	clear: left;
	border: solid 0px #cccccc;
	border-top-width: 1px;
	background-color: #fff;	/* major background color */
	background-color: #fff;
	color: #fff;
	border-bottom: solid 0px #997; /* IE 6 has the footer flow over the pageFrame's 
									  bottom border. if this border is added, IE draws
									  the pageFrame border as exptected */
}

#innerFooter
{
	padding: 0px;
	text-align: center;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	color: #000000;
/*	background-image: url("../Images/PieDiPagina2.jpg");
	background-repeat: no-repeat;*/
}
