@charset "utf-8";
/* CSS Document */

/* TEMPLATE PER LA SCHEDA STAMPABILE */
body {
	margin:0;
	padding:0;
	font-size:13pt;
	color:#000000;
	cursor:default;
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	width:100%;
	height:1px;
	font-size:1px;
	clear:both;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}

#contenitore_stampa {
	width:816px;
	position:absolute;
	z-index:800;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	left: 50%;
	margin-left: -400px;
	padding: 0 0 15px 15px;
	margin-top:30px;
}

#contenitore_stampa .chiudi{
	width: 15px;
	height:500px;
	float:right;
}
	#header_stampa {
		padding-top:15px;
		padding-bottom:10px;
		width:800px;
		height:141px;
	}
	.elemento_stampa {
		margin-bottom:10px;
		padding:10px 0;
		width:800px;
		border-bottom:1px dotted #666;
		border-top:1px dotted #666;
	}
		.elemento_stampa .area_img {
			float:left;
			width:280px;
		}
		.elemento_stampa .camper {
			padding:5px;
			width:270px;
			background:#0080C6;
			text-align:center;
		}
		.elemento_stampa .dati_generali {
			float:left;
			padding:5px 10px 0 10px;
			width:240px;
			font-size:13pt;
			color:#666;
			line-height:1.5;
		}
		.dettagli_stampa {
			padding-top:10px;
			width:800px;
			font-size:13pt;
			color:#666;
			line-height:1.5;
		}
	#testo_stampa {
		 float:left; 
		 width:800px; 
		 height:60px; 
		 font-size:11pt; 
		 color:#666;
	}
	#bott_stampa {
		float:right;
		margin-top:66px;
		width:60px;
		height:80px;
		line-height:135px;
		font-weight:bold;
		text-align:center;
		font-size:13px;
		background:url(img/stampa.gif) top right no-repeat;
	}
		#bott_stampa a {
			float:left;
			width:60px;
			height:80px;
		}
		#bott_stampa a:hover {
			float:left;
			width:60px;
			height:80px;
			color:#0080C6;
		}
	.label_titolo {
		color:#333;
		font-weight:bold;
	}
	.label_rosso {
		color:#EA3C37;
	}
