html{
	height:100%;
}
body{
	height:100%;
	
	margin:0 0 0 0;
	background-color: #b3d2e4;

	background: -webkit-gradient(linear, 0 0, 0 top, from(#b3d2e4), to(#F7F7F7));
	background: -webkit-linear-gradient(top,#b3d2e4, #F7F7F7);
	background: -moz-linear-gradient(top,#b3d2e4, #F7F7F7);
	background: -ms-linear-gradient(top,#b3d2e4, #F7F7F7);
	background: -o-linear-gradient(top,#b3d2e4, #F7F7F7);
	background: linear-gradient(top,#b3d2e4, #F7F7F7);
	
	background-repeat: no-repeat;
	background-attachment: fixed;
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('../Fonts/Gothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('../Fonts/Gothicb.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
div{
	font-family:"Century Gothic","CenturyGothic", Georgia;

	font-size: 12px;
	color: #444444;
	text-align:left;
	border-spacing: 0;
	empty-cells:show;
	overflow: hidden;
}
.FormSt{
	margin:0 0 0 0;
}
A:link{color: #F7F7F7;text-decoration:none;}
A:visited {color: #F7F7F7;text-decoration:none;}
A:hover {color: #FF3;text-decoration:none;}

ul{
	margin-left:-20px;
}
li{
	margin-top:-10px;
	height:10px;
}
textarea{
	resize:none;
}


.ContainerTable{
	width:940px;
	height: auto;
	
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	
	border: solid  #b3d2e4 1px;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	
-webkit-box-shadow: 0px 0px 152px 73px rgba(255,255,255,0.25);

-moz-box-shadow: 0px 0px 152px 73px rgba(255,255,255,0.25);

box-shadow: 0px 0px 152px 73px rgba(255,255,255,0.25);
}

.Header{
	width:940px;
	height:200px;
	text-align:left;

	background-color: #346db4;
	background: -webkit-gradient(linear, 0 0, 0 top, from(#346db4), to(#F7F7F7));
	background: -webkit-linear-gradient(top,#346db4, #F7F7F7);
	background: -moz-linear-gradient(top,#346db4, #F7F7F7);
	background: -ms-linear-gradient(top,#346db4, #F7F7F7);
	background: -o-linear-gradient(top,#346db4, #F7F7F7);
	background: linear-gradient(top,#346db4, #F7F7F7);

}
.ContenitoreLogo{
	width:770px;
	height:110px;
	float:left;
}
.LogoHeader{
	width:400px;
	height:75px;
	margin-top:30px;
	margin-left:50px;
	border:0;
}

.ContenitoreLogin{
	height:40px;
}
.LoginContainer{
	width:264px;
	height:40px;

	float:right;
	margin-right:20px;

	background-color: #346db4;
	background: -webkit-gradient(linear, 0 0, 0 top, from(#2d2d2d), to(#222222));
	background: -webkit-linear-gradient(top,#2d2d2d, #222222);
	background: -moz-linear-gradient(top,#2d2d2d, #222222);
	background: -ms-linear-gradient(top,#2d2d2d, #222222);
	background: -o-linear-gradient(top,#2d2d2d, #222222);
	background: linear-gradient(top,#2d2d2d, #222222);

	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-o-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.CampoLogin{
	width:100px;
	height:12px;
	font-family:"Century Gothic","CenturyGothic", Arial, Georgia;
	text-indent:5px;
	font-size:11px;
	color:#F7F7F7;
	background-color:transparent;
	
	margin-top:2px;
	
	border: solid #999 1px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.BtnLogin{
	width:60px;;
	height:16px;
	line-height:10px;
	vertical-align:middle;
	
	font-family:"Century Gothic", Arial, Georgia;
	font-size:11px;
	font-weight:bold;
	color:#555555;
	
	margin-top:2px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;

	border:solid #999 1px;
	
	background-color: #EEF3FD;
	background: -webkit-gradient(linear, 0 0, 0 top, from(#EEF3FD), to(#F7F7F7));
	background: -webkit-linear-gradient(top,#EEF3FD, #F7F7F7);
	background: -moz-linear-gradient(top,#EEF3FD, #F7F7F7);
	background: -ms-linear-gradient(top,#EEF3FD, #F7F7F7);
	background: -o-linear-gradient(top,#EEF3FD, #F7F7F7);
	background: linear-gradient(top,#EEF3FD, #F7F7F7);
	
	cursor:pointer;
}


.Content{
	width:940px;
	height:auto;

	background-color: #F7F7F7;

	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}
.ContentInt{
	width:860px;
	height:auto;

	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	

}
.Footer{
	width:940px;
	height:150px;
	line-height:50px;
	vertical-align:middle;

	text-align: center;
	font-family: "Century Gothic", Arial, Georgia;
	font-size: 10px;
	color: #555555;

	background-color: #F7F7F7;
	background: -webkit-gradient(linear, 0 0, 0 top, from(#F7F7F7), to(#cbc9c9));
	background: -webkit-linear-gradient(top,#F7F7F7, #cbc9c9);
	background: -moz-linear-gradient(top,#F7F7F7, #cbc9c9);
	background: -ms-linear-gradient(top,#F7F7F7, #cbc9c9);
	background: -o-linear-gradient(top,#F7F7F7, #cbc9c9);
	background: linear-gradient(top,#F7F7F7, #cbc9c9);
}



.TitoloPagina{
	height:70px;
	background-repeat: no-repeat;
	
	margin-top:20px;
	margin-bottom:20px;
}
.TestoSt{
	font-family: "Century Gothic", Arial, Georgia;
	font-size: 12px;
	text-align: justify;
}


.ImgFooter{
	height:60px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	cursor:pointer;
	
	margin-left:10px;
	margin-right:10px;
}

.ImgFooter:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


.RiquadroSt{
	width:422px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;

	border:solid  #CCC 1px;
	padding-bottom:10px;
	
	background-color: #EEF3FD;
	background: -webkit-gradient(linear, 0 0, 0 top, from(#EEF3FD), to(#F7F7F7));
	background: -webkit-linear-gradient(top,#EEF3FD, #F7F7F7);
	background: -moz-linear-gradient(top,#EEF3FD, #F7F7F7);
	background: -ms-linear-gradient(top,#EEF3FD, #F7F7F7);
	background: -o-linear-gradient(top,#EEF3FD, #F7F7F7);
	background: linear-gradient(top,#EEF3FD, #F7F7F7);
}
.TitoloRiquadroSt{
	height:40px;
	line-height:38px;
	
	font-size:22px;
	font-weight:bold;
	color: #555555;

	vertical-align:middle;
	text-indent:40px;

	background-image: url(../Immagini/Cerchio.png);
	background-repeat:no-repeat;
	background-size: 30px 30px;
	background-position:5px 5px;

}




.CampoStRiquadroLogin{
	width:300px;
	height:16px;
	font-family:"Century Gothic", Arial, Georgia;
	text-indent:5px;
	font-size:11px;
	color:#555555;
	background-color:#F7F7F7;
	
	border: solid #999 1px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.SelectStRiquadroLogin{
	width:320px;
	height:18px;
	font-family:"Century Gothic", Arial, Georgia;
	text-indent:5px;
	color:#555555;
	background-color:#F7F7F7;
	font-size:11px;
	
	border: solid #999 1px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;

}
.BtnSt{
	width:auto;
	height:18px;
	line-height:15px;
	vertical-align:middle;
	
	margin-top:1px;
	margin-bottom:1px;
	
	font-family:"Century Gothic", Arial, Georgia;
	font-size:10px;
	font-weight:bold;
	color:#555555;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;

	border:solid #999 1px;
	
	background-color: #EEF3FD;
	background: -webkit-gradient(linear, 0 0, 0 top, from(#EEF3FD), to(#F7F7F7));
	background: -webkit-linear-gradient(top,#EEF3FD, #F7F7F7);
	background: -moz-linear-gradient(top,#EEF3FD, #F7F7F7);
	background: -ms-linear-gradient(top,#EEF3FD, #F7F7F7);
	background: -o-linear-gradient(top,#EEF3FD, #F7F7F7);
	background: linear-gradient(top,#EEF3FD, #F7F7F7);
	
	cursor:pointer;
}

.TitoloContent{
	height:40px;
	line-height:30px;
	
	vertical-align:middle;

	font-size:18px;
	font-weight:bold;
	color:#555555;
	margin-bottom:5px;
}
.SpanTitoloContent{
	height:38px;
	line-height:10px;
	vertical-align:middle;
	
	font-size:12px;
	cursor:pointer;
}



.RiquadroEmailNonConf{
	width:698px;
	margin-top:3px;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;

	border:solid  #CCC 1px;
	padding-bottom:10px;
	
	background-color: #FC9;
	background: -webkit-gradient(linear, 0 0, 0 top, from(#FC9), to(#F7F7F7));
	background: -webkit-linear-gradient(top,#FC9, #F7F7F7);
	background: -moz-linear-gradient(top,#FC9, #F7F7F7);
	background: -ms-linear-gradient(top,#FC9, #F7F7F7);
	background: -o-linear-gradient(top,#FC9, #F7F7F7);
	background: linear-gradient(top,#FC9, #F7F7F7);
}
.TitoloRiquadroEmailNonConf{
	height:40px;
	line-height:38px;
	
	font-size:22px;
	font-weight:bold;
	color: #555555;

	vertical-align:middle;
	text-indent:40px;

	background-image: url(../Immagini/Attenzione.png);
	background-repeat:no-repeat;
	background-size: 30px 30px;
	background-position:5px 5px;

}