﻿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;
}
.my-panel {
	width: 100%;
}

@media (max-width: 768px) {
	.my-panel {
		width: 90%;
		margin-left:50px;
	}
}
.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;
}

@media {
	.modalPopup2 {
		background-color: #052039;
		border-width: 1px;
		border-style: solid;
		border-color: black;
		padding-top: 1px;
		padding-left: 1px;
		width: 855px;
		height: auto;
	}
}
/*ELENA NCC*/
/*.modalPopup2 {
	background-color: #052039;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding-top: 1px;
	padding-left: 1px;
	width: 1275px;
	height: auto;
}*/
/*NORMALE*/
	.modalPopup2 {
		background-color: #052039;
		border-width: 1px;
		border-style: solid;
		border-color: black;
		padding-top: 1px;
		padding-left: 1px;
		width: 825px;
		height: auto;
	}



	.BackgroundLoading {
		position: fixed;
		top: -38px;
		bottom: 0px;
		left: -131px;
		right: -200px;
		overflow: hidden;
		padding: 0;
		margin: 0;
		background-color: #C9D6E4;
		filter: alpha(opacity=70);
		opacity: 0.4;
		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('../Img/Loading_02.gif');
		background-repeat: no-repeat;
		background-position: bottom;
	}