@charset "iso-8859-1";
/* CSS Document */

.articolo .toolbar span {
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}
.articolo a.link span   {
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}

.dowload {
	background: -moz-linear-gradient(
		top,
		#e8e8e8,
		#ffffff
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#e8e8e8),
		to(#ffffff)
	);
}
.glossario a {
	background: -moz-linear-gradient(
		top,
		#f3f4f4,
		#e3e4e6
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#f3f4f4),
		to(#e3e4e6)
	);
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.glossario form input.cerca {
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

.almanacco .dataodierna img {
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

.cococo a span#btnPlayer  {
	opacity: 1;
     filter: alpha(opacity=50);
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	 }
	 
	 .cococo a span#btnPlayer:hover {
	opacity: .5;
     filter: alpha(opacity=100);
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	 }
	 
	 
.sondaggiobutton {
	
	-webkit-border-radius:  8px;
	-moz-border-radius:  8px;
	background: -moz-linear-gradient(
		top,
		#565655,
		#727678
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#565655),
		to(#727678)
	);
}