/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: "Courier New", Courier, mono;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:white;
	font-size:small;
	color:black;
	}

h2 {
	margin-top:10px;
	padding:0;
	font-size:150%;
	font-weight: normal;
	color:#40659B;
	}

a, a:visited {
	text-decoration:none;
	color:black;
	}

img {
	display:block;
	border:1px solid #99CCFF;
	padding:3px;
	margin-bottom:15px;
	}


/* ***************************************************************** */
/*  CONTENITORE GENERALE */
/* ***************************************************************** */

#contenitore, #contenitore_interno {
	font-size: 95%;
	text-align:justify;
  	background-color:white;
	}
 
 
/* ***************************************************************** */
/*  TESTATA */
/* ***************************************************************** */

#testata {
	text-align: left;
	border:0;
	margin:0;
	padding:0;
 }
 
 
/* ***************************************************************** */
/*  COLONNE SX-DX */
/* ***************************************************************** */

#colonna_dx, #colonna_sx, #colonna_dx_interno {display:none;}

#colonna_sx {display:none;}

#colonna_dx_interno {display:none;}

/* ***************************************************************** */
/*  COLONNA CENTRALE + ELEMENTI */
/* ***************************************************************** */

#centrale, #centrale_interno {
	line-height: 1.8em;
	font-size: 90%;
	}

#centrale_interno {margin-right:0;}

#centrale h2, #centrale_archivio h2 {
	text-align:left;
	font-weight:bold;
	font-size: 110%;
	}
	
.scheda {
	margin-bottom:0;
	padding-bottom:0;
	color:#000;
	}
	
/* ***************************************************************** */
/*  PHOTOGALLERY */
/* ***************************************************************** */

#gallery ul {
	list-style:none;
	width:auto;
}

#gallery ul li{
	list-style:none;
	display:inline;
}

#galleria_preview {display:none;}
	

/* ***************************************************************** */
/*  CLASSI*/
/* ***************************************************************** */

.hidetotal {display:none;}

.hideprint {display:none;}

.clear_right {clear:right;}

.clear_left {clear:left;}

.logo {
	padding:0;
	margin-bottom:20px;
	border:0;
	}

#mvideo {display:none;}


/* ***************************************************************** */
/*  FOOTER */
/* ***************************************************************** */

#footer {
	font-size:80%;
	padding-bottom:10px;
	}
