/* layout di stampa: */

body{
	margin:0 auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
	color:#000000;
	width: 550px;
	font-size: 0.9em;
}
	

a{
text-decoration:none;
color:#336699;
}

a:hover{
text-decoration:underline;
}

h1{
margin:0 0 20px 0;
font-size:2.1em;
font-weight:normal;
}

h2{
margin:0 0 20px 0;
font-size:1.6em;
font-weight:normal;
}

h3{
margin:20px 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

.right{
text-align:right;
}

a img{
border:0;
}

.photo{
	padding:5px;
	display:block;
	margin:0 auto 15px auto;
	background-color:#f0f0f0;
	text-align: center;
}

.hide{
display:none;
}

/* SEZIONE CONTENITORE TESTI */

#bloccocontenuto {
	margin-left: 400px;
	height: 100%;
	}
	

#percorso {
	padding-top: 0px;
	height: 1.5em;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	}
	

#path {
	color:#CC0000;
	display:block;
	font-weight: bold;
	font-size: 82%;
	padding-left: 10px;
	height: 1.5em;
	padding-top: 8px;
	text-align: left;
	float: left;
	width: 70%;
	position: relative;

}

#stampapagina {
	display:block;
	height: 1.5em;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
	float: right;
	width: 20%;
	position: relative;

}


.descrstampa {
	font-size: 82%;
	font-weight: bold;
}

.imgstampa {
	display: none;
}

/* SEZIONE CONTENUTO */

.bloccoarticolo {
	display:block;
}

.titoloarticolo {
	color:#000000;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	clear: both;
	width: 100%;
	height: 1em;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.imgarticolo_high {
	padding-top: 5px;
	padding-left: 10px;
	text-align: center;
	display: none;
}

.contarticolo{
	color:#000000;
	padding:8px 0;
	height: 1em;
	
}

.imgarticolo_low{
	color:#808080;
	position: relative;
	left: 10px;
	top: 5px;
	float: left;
	padding-right: 5px;
	display: none;
	padding-top: 3px;
}


.contarticolo_low{
	color:#000000;
	float: left;
	text-align: justify;
	top: 5px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	display: block;
	padding-top: 0px;
}


.articolo {
	color:#000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	clear: both;
	text-align: justify;
}



.titoloallegato {
	color:#000000;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 10px;
	width: 100%;
	font-size: 0.9em;
	text-align: left;
}


.descrallegato {
	color:#000000;
	display:block;
	padding-left: 10px;
	padding-top: 4px;
	width: 100%;
	padding-bottom: 20px;
	font-size: 0.8em;
	text-align: left;
}

/* Pannello ricerca */
#pannello_ricerca {
	position: relative;
	text-align: left;
	color: #000000;
	margin: 12px 0px;
	width: auto;
	padding: 2px 2px 2px 70px;
	border: 1px dotted #666666;
        
}

#pannello_ricerca h3{
	margin: 0px;
        margin-bottom: 6px;
        padding: 0px;
        height: 20px;
}
#pannello_ricerca h3 span {display: none;}

.numerorisultati {
	display:block;
	height: 1em;
	font-weight: bold;
	text-indent: 10px;
	padding-top: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 5px;
}

.bloccorisultato {
	display:block;
	}
	
.titolorisultato {
	color:#000000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	height: 1em;
	padding-bottom: 5px;
}
.extractrisultato {
	color:#000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.pathrisultato {
	color:#CC0000;
	font-weight: bold;
	font-size: 82%;
	padding-left: 10px;
	height: 1.5em;
	padding-top: 8px;
	text-align: left;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.paginerisultato{
	background:#fafafa;
	color:#000000;
	font-size:0.9em;
	padding:8px 0;
	border-bottom:1px solid #d0d0d0;
	height: 1em;
	letter-spacing: 0.1em;
	text-indent: 10px;
}
