@charset "iso-8859-1";
/* CSS Document */

/* CSS BASE */
#butt_accedi {
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	;
	background: -moz-linear-gradient(
		top,
		#496B91,
		#628FB0
		
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#496B91),
		to(#628FB0)
	);
}

#formLogin {
	border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	-moz-box-shadow:3px 3px 12px 0 #19334C;
	-webkit-box-shadow: 3px 3px 12px #19334C;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#628FB0,
		#496B91
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#628FB0),
		to(#496B91)
	);

}
#formLogin #login {
	border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	-moz-box-shadow:3px 3px 12px 0 #999;
	-webkit-box-shadow: 3px 3px 12px #999;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#cfcfcf,
		#FFF
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#cfcfcf),
		to(#FFF)
	);
}

#
logout {
	background: -moz-linear-gradient(
		left,
		#2C425A,
		#18344a
	);
	background: -webkit-gradient(
		linear,
		left top, right top,
		from(#2C425A),
		to(#18344a)
	);
}
#logout {
	background: -moz-linear-gradient(
		top,
		#d4d3d3,
		#e8e8e8
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#d4d3d3),
		to(#e8e8e8)
	);
	border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
}
#logout a{
	background: -moz-linear-gradient(
		top,
		#628FB0,
		#496B91
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#628FB0),
		to(#496B91)
	);
			border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}
#logout a:hover  {

	background: #2F445F;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#10263D,
		#1A364E
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#10263D),
		to(#1A364E)
	);
}
#header #cerca a {
	-webkit-border-radius:  6px;
	-moz-border-radius:  6px;
	text-decoration: none;
}
.mv .header ul ul li a:hover,
.mv .header ul ul li a.sel  {
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}

.mv .display .blocco ul li a .newsVisite  {
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;

}