/* CSS Document */

html { 
	min-width: 742px;
	 }

img	{
	border: 0;
	}

p {
	text-align: justify;
	margin: 0 10px 0 10px;
	font: 9pt sans-serif;
	}

body	{
  	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #1c4c5e url(../immagini/bg2.png) top center repeat-y;	
	color: #0e1d41;
	font: 9pt sans-serif;
	}
	
hr {
	width: 95%;
	margin: 10px auto;
	text-align: center;
}
	
	
.floatRight { 
    float: right; 
    margin: 8px 5px 0px 8px; 
}	

.floatLeft { 
    float: left; 
    margin: 0px 8px 0px 0px; 
}		

form {
	margin: 0px;
}
	
	
/* suddivisioni principali della pagina */

div#globale	{
	color: #000000;
	width: 710px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
min-height: 100%;
height: auto !important;
height: 100%;
	}


div#globaleART	{
	color: #000000;
	width: 710px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
	
div#contenuti 	{
	float: left;
	width: 470px;
	padding: 0;
	border: 0;
	margin: 0px 0px 0px 0px;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 1px;
	}

html>body div#contenuti {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 0px;
	min-height: 580px;
	}
	
		
div#contenutiART 	{
	float: left;
	width: 470px;
	padding: 0;
	border: 0;
	margin: 0px 0px 0px 0px;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 1px;
	}

html>body div#contenutiART {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 0px;
	}

div#menu	{
	float: right;
	padding: 0px 8px 0px 5px;
	width: 213px;
	border: 0;
	margin-left: 0px;
	color: #FFFFFF;
	}
	
html>body div#menu 	{	/* soliti problemi di digestione di explorer */
	width: 209px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 0px 8px 0px 5px;
	}
	


div#divisore	{
	clear: both;
	color: #54432C;
/*	background: transparent url(../immagini/fondo.gif) top right no-repeat; */
	width: 420px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	}
	
* html div#divisore 	{	/* soliti problemi di digestione di explorer */
	clear: both;
	margin-left: 0px; 
	}
	
div#fondo	{
/*	clear: both; */
	position:absolute;
	border-top: 2px solid #1c4c5e;
	border-left: 2px solid #1c4c5e;
	border-right: 2px solid #1c4c5e;
	background: #478399 url(../immagini/fondo.png) top left repeat-x;
	color: #000000;
	width: 471px;
	padding: 10px 0px 0px 0px;
	left: 50%;
	margin-left: -356px;
	margin-top: 10px;
	}
	
* html div#fondo 	{	/* soliti problemi di digestione di explorer */
	margin-left: -355px;
	}

div#logo {
	background: url(../immagini/logo.png) top left no-repeat;
	display: block;	
	width: 140px;
	height: 140px;
	margin: 0px 0 0px 34px;
	}
	
	
	
/* impostazioni testo */
	
h1	{
	text-indent: -9999px;
	margin: -5px 0 0 0px;
	padding: 0;
	border: 0;
	}
	
html>body h1 {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 2px;
	}
	
h1 a:link, h1 a:visited	{
	display: block;	
	width: 470px;
	height: 200px;
	background: #FAF1CA url(../immagini/titolo.jpg) top left no-repeat;
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	}
	
h1 a:hover	{
	background: #C4B39E url(../immagini/titolo.jpg) top left no-repeat;
	}
	
h2 {
	font: 16pt sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #1c4c5e;
	margin: 20px 0 20px 0px;
	}

html>body h2 {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 2px;
	}


h3 {
	font: 12pt sans-serif;
	font-weight: bold;
/*	border-bottom: 2px solid #1c4c5e; */
	padding-left: 3px;
	margin: 0;
	color: #ffffff;
	background: transparent url(../immagini/intestazioni.png) top left no-repeat;
	height: 22px;
	}

h4	{
	font-weight: bold;
	line-height: 1.2em;
	margin: 15px 0 0 0;
	}
	
h5	{
	font: 8pt sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #1c4c5e;
	margin: 0 0 5px 0;
	}

h6	{
	font: 10pt sans-serif;
	margin: 0 5px 0 5px;
	color: #ffffff;
	text-align: center;
	}

h7	{
	font: 8pt sans-serif;
	margin: 10px 0 10px 390px;
	text-align: right;
	}



/* Links */

a:link, a:visited {
	text-decoration : none;
	color: #0e1d61;
	}


a:hover {
	text-decoration : underline;
	color: #000000;
	}

a:active {
	text-decoration : none;
	color: #0e1d41;
	}
	
a.menuItem:link, a.menuItem:visited, a.backLink:visited, a.backLink:link {
	color: #FFFFFF;
	padding: 0 0 0 18px;
	background: transparent url(../immagini/link.gif) top left no-repeat;
}

a.menuItem:hover, a.backLink:hover {
	color: #FFFFFF;
	background: transparent url(../immagini/linkhov.gif) top left no-repeat;
}


/* liste */

	
ul {
	padding: 0 0 0 15px;
	margin: 10px 0 10px 0;
	list-style-type: none;
	}
	
ul li	{
	margin: 5px 0 0 0;
	}
	
ul#pubblicazioni li	{
	margin: 20px 0 20px 0;
	}

div#contenuti dl	{
	margin-top: 5px;
	padding-top: 0;
	}
	
div#contenuti dl dt {
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	border: 0;
	}
	
div#contenuti dl dd {
	font-size: 8pt;
	padding-bottom: 5px;
	margin: 0 30px 15px 22px;
	text-align: justify;
	border-top: 1px solid #1c4c5e;
	line-height: 140%;
	}

div#menu dl	{
	margin-top: 5px;
	padding-top: 0;
	}
	
div#menu dl dt {
	font: 10pt sans-serif;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-bottom: 2px solid #1c4c5e;
	line-height: 150%;
	}
	
div#menu dl dd {
	font: 10pt sans-serif;
	margin: 5px 10px 0px 20px;
	text-align: left;
	}




/* div specifici */

div#indirizzo {
	font: 9pt sans-serif;
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
	}


div#acquisto { 
	font: 8pt sans-serif;
	width: 80px;
	margin: 20px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
	text-align: center;
        border-style: solid;
        border-width: 1px;
        border-color: #D3BE69;
      }

div#acquisto:hover {
	text-decoration : none;
	color: #000000;
	background: #F7DF7D; 
	}

div#pubbli { 
	font: 8pt sans-serif;
	width: 90px;
	margin: 2px 0 0px 25px;
        padding: 0px 0px 0px 3px;
        border-style: solid;
        border-width: 1px;
        border-color: #D3BE69;
      }

div#pubbli:hover {
	text-decoration : none;
	color: #000000;
	background: #F7DF7D; 
	}

div.riquadro { 
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
    border: solid 2px #1c4c5e;
	background: #e5ecef;
      }
	  
div.riquadroART { 
	background: #FFFFFF;
	position: relative;
	float: left;
	width: 690px;
	margin: 10px 0px 15px 1px;
    border: solid 2px #1c4c5e;
}
	  
	  

div.riquadroART a img.imgGalleria {
    float: right; 
    margin: 0px 5px 5px 8px; 
	cursor: pointer;
}

div.riquadroART img.imgLink {
    border: solid 2px #1c4c5e;
	margin: 5px 10px;
}
div.riquadroART p.parLink {
	margin: 20px 10px 10px;
	font-size: 14px;
	font-weight:bold;
}

div.riquadroART div.spacer {
	clear: left;
	height: 15px;
}

div.riquadroART p { 
    margin-bottom: 10px;
}
	  
div.galleriaART { 
	background: #578da3;
	margin: 10px 0px 10px 15px;
	width: 660px;
/*    border: solid 2px #1c4c5e;*/
} 

	  
div.IMGgalleriaART { 
	background: #578da3;
	width: 100px;
	height: 110px;
	padding: 10px 5px;
	text-align:center;
	float:left;
	vertical-align:bottom;
/*    border: solid 2px #1c4c5e; */
}
	  
  
div.galleriaART a { 
	margin-top: 5px;
	color: #FFFFFF;
	font-weight:bold;
	cursor: pointer;
}

div.galleriaSP { /**/
float:left;
	background: #578da3;
	width: 660px;
	height: 5px;
	margin-bottom: 15px;
}
div#indietro { 
	float: right;
	font: 8pt sans-serif;
	width: 80px;
	margin: 0;
        padding: 0px 0px 0px 3px;
	text-align: center;
        border-style: solid;
        border-width: 1px;
        border-color: #D3BE69;
	background: transparent;
      }

div#indietro:hover {
	text-decoration : none;
	color: #000000;
	background: #3c7b93; 
	}
	
div.indietromiss { 
	background: transparent url(../immagini/indietro.png) bottom left no-repeat;
	float: right;
	text-align: center;
	font: 8pt sans-serif;
	margin: 0px;
	width: 80px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	}



div.indietromiss:hover {
	text-decoration : none;
	color: #000000;
	}

div.indietroart { 
	background: transparent url(../immagini/intestazioni_fondo.png) bottom left no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	font: 8pt sans-serif;
	margin: 0px;
	margin-top: 10px;
	width: 480px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	}



div.indietroart:hover {
	text-decoration : none;
	color: #000000;
	}


div.leggitutto { 
	background: transparent url(../immagini/leggi.png) bottom left no-repeat;
	float: left;
	text-align: left;
	font: 8pt sans-serif;
	margin: 0px;
	padding-left: 5px;
	width: 80px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	}

	
div.fotoframe	{
	clear: both;
	width: 100%;
	margin: 10px 0 10px 0;
	}
	
div.foto	{
	float: left;
	text-align: center;
	width: 136px;
	height: 85px;
	margin: 0 10px 0 10px;
	background: #F7DF7D;
	}
	
div.didascalia	{
	font: 8pt sans-serif;
	margin: 0 5px 0 5px;
	text-align: center;
	}

* html div.foto 	{	/* soliti problemi di digestione di explorer */
	width: 130px; 
	}
	
div.commento	{
	float: left;
	text-align: center;
	width: 136px;
	font: 8pt sans-serif;
	text-align: justify;
	margin: 0 10px 0 10px;
	}

* html div.commento 	{	/* soliti problemi di digestione di explorer */
	width: 132px; 
	}

div#firma	{
	text-align: center;
	width: 280px;
	margin: 5px auto; 
	font: 8pt sans-serif; 
	border-top: 1px solid #D3BE69
	}
	
div#login {
	margin-left: 120px;
}

table {
margin: 0px;
}

td.td_pannelli {
	text-align: center;
	height: 160px;
	padding-top:20px;
}





#div_editor {
	width: 98%;
	margin: 0px auto;
}

#intestazione_cont {
	 position: relative; 
	 overflow: hidden; 
	 margin-bottom: 5px;
	 height: 55px;
}
#intestazione_cont2 {
	 position: relative; 
	 overflow: hidden; 
	 margin-bottom: 5px;
	 height: 150px;
}

html>body div#intestazione_cont {
	 height: 0%;
	
}

html>body div#intestazione_cont2 {
	 height: 0%;
	
}

#tab_gestione {
	border-collapse: collapse; 
	border: 1px solid #1c4c5e;
	width: 98%;
	margin: 0px auto;
}
#tab_gestione td, #tab_gestione th {
	border-bottom: 1px solid #1c4c5e;
}
#tab_gestione th {
	color:#FFF;
	font-weight:bold;
	text-align: center;
}

#tab_gestione td {
	padding: 3px;
}

#tab_gestione td.titolo_ges {
	border: 1px solid #1c4c5e;
}
.pulsante_ges {
	width: 60px;
	font-size: 10px;
}

/* casella data */
div.casellaData {
	margin-right: 5px;
	margin-left: 5px;
	float:right;
	text-align: center;
	width: 44px;
	height: 55px;
	background: #FFFFFF;
	border: 1px solid #999;
	cursor: pointer;
}

div.casFog {
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #eee;
	border-right: 2px solid #eee;
	width: 40px;
}

div.casAnn {
	background: #990000;
	color: #FFFFFF;
	text-align: center;
    font: 8pt sans-serif;
	border: 0px;
	width: 40px;
	height: 10px;
	padding-top: 1px;
	font-weight:bold;
	line-height: 90%;
	border-top: 2px solid #CC0000;
	border-left: 2px solid #CC0000;
	border-bottom: 2px solid #660000;
	border-right: 2px solid #660000;
}

div.casGio {
	text-align: center;
    font: 20pt sans-serif;
	border: 0px;
	width: 40px;
	height: 22px;
	line-height: 90%;
	font-weight:bold;
	color: #111111;
}

div.casMes {
	text-align: center;
    font: 8pt sans-serif;
	border: 0px;
	width: 40px;
	height: 14px;
	font-weight:bold;
	color: #7e431f;
}



#imgLink_default {
	width: 200px;
	height: 125px;
	border: 1px solid #1c4c5e;
	position: relative;
	background: #e5ecef;
}
#imgLink_default_testo {
	position: absolute;
	width: 120px;
	height: 20px;
	left: 50%;
	margin-left: -60px;
	margin-top: -20px;
	top: 50%;
}


#tabellaLink {
	width: 95%;
	margin-left: 10px;
}
#tabellaLink th {
	text-align: center;
}