@charset "utf-8";
/* CSS Document */

.stampa {
	padding-left:90px;
	float:left;
	background-image:url(../img/stampa.fw.png);
	background-repeat:no-repeat;
	color:#000000;
	font-size:13px;
	padding:0;
	margin-top:3px;
	width:83px;
	height:23px;
	text-decoration:none;
}
.stampa:hover {
	background-image:url(../img/stampa_hover.fw.png);
}
.pdf {
	padding-left:90px;
	float:left;
	margin-left:15px;
	background-image:url(../img/pdf.fw.png);
	background-repeat:no-repeat;
	color:#000000;
	font-size:13px;
	padding:0;
	margin-top:3px;
	width:125px;
	height:23px;
	text-decoration:none;
}
.pdf:hover {
	background-image:url(../img/pdf_hover.fw.png);
}

/* bottone indietro */
a.go_back_cm {
float: left;
margin-right: 15px;
padding: 1px 5px;
position: relative;
background: rgb(204,204,204);
background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(238,238,238,1)));
background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
color: #000;
text-decoration: none;
top: 3px;
border: 1px solid #ccc;
border-radius: 7px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}


a.go_back_cm:hover{
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}

.go_back_cm span {
font-family: 'HeydingsCommonIconsRegular';
color: #FF6D0B;
font-size: 16px;
}