﻿body
{
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
}
a, a:visited
{
	color: #FFFFCC;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.modalBackground {
	background-color:#1B2838;
	filter:alpha(opacity=90);
	opacity:0.8;
}
.modalPopup {
	background-color:#1B2838;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-top:10px;
	padding-left:10px;
	width:875px;
	height:510px;
}
.ListBox
{
	font-family: 'Arial Narrow';
	font-size: 9px;
}
.modalBackground2 {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup2 {
	background-color:#1B2838;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-top:10px;
	padding-left:10px;
	width:995px;
	height:auto;
}
.BackgroundLoading
{
	position: fixed;
	top: -38px;
	bottom: 38px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #C9D6E4;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 100000;
}
.ProgressLoading
{
	border: 1px solid #FFFFCC;
	position: fixed;
	top: 46%;
	left: 40%;
	height: 10%;
	width: 15%;
	z-index: 100001;
	background-color: White;
	background-image: url('../Immagini/Loading_03.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}