@charset "utf-8";



/* STILI GENERALI */
.condividi {
	position:relative;
	float:right;
	width:100%;
	z-index: 10;

	text-align: left;
}



/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #E5E5E5;
	border: 4px solid rgba(0,0,0,0.1);
	padding: 5px;
	padding: 5px;
	-moz-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 60px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 60px 5px rgba(0,0,0,0.1);
	border-radius: 5px;
	mox-border-radius: 5px;
	min-width: 100px;

}

.condividi img {
max-width: 26px;
padding-left: 3px;
}

	
.tooltipContent img{
	margin: 5px;
	position: relative;
	float: left;
}	

/* STAMPA */
		
.logo_print {
	width: 1000px;
	height: 77px;
	position: relative;
	clear: both;
	margin-bottom: 20px;
}

.footer_print {
	width: 1000px;
	height: 77px;
	position: relative;
	clear: both;
	margin-top: 20px;
}
