@charset "iso-8859-2";
/* CSS Document */

.popupModale{
	position: absolute; 
}
.sfondoGrigio{
	position: fixed; 
  background: url(../img/back_trasp.png);
  width: 100%; 
  height: 100%;
}

#modal_window{
	position:fixed; 
	float:left; 
	background-color: transparent; 
	left: 35%;

}
.chiudiModal{
	cursor: pointer;
	width: 30px; 
	height:30px;
	background-image:url(../img/fancy_close.png);
	background-repeat:no-repeat;
	background-position:top right;
	left:9px;
	margin-top:-15px;
	position: relative; 
	float:right;
}
#modal_container{
	overflow:hidden;
	overflow-y: auto;
	overflow-x: auto; 
	float:left; 
	font-family:tahoma; 
	font-size: 8pt;
	 width: 99%; 
	 text-align:center;
}

.height_modal_container_99 {
  height: 99%; 
}

.height_modal_container_90 {
  height: 90%; 
}

.height_modal_container_80 {
  height: 80%; 
}

.sfondoBianco{
	position:relative; 
	padding: 7px 0px 5px 7px;  
	font-family:tahoma; 
	font-size: 8pt; 
	width: 98%; 
	height: 83%; 
	border: 4px solid #dddddd;
	 -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
	background: #ffffff;
	 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);

}
div#titolo{
	position:relative; 
	float: left;
	 width: 99%;
	  height: 30px; 
		background-color: #062F5B; 
		background-image: -moz-linear-gradient(center top , #042249, #074276); 
		background-repeat: repeat-x; 
		border-radius: 4px 4px 4px 4px; 
		color: #FFFFFF; 
		font-size: 16px; 
		font-weight: normal; 
		text-align: center; 
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.loading{
background-image:url(../img/indicator.gif);
background-position:center;
background-repeat:no-repeat;
width:50px;
height:50px;
margin:auto;
margin-top: 25px; margin-bottom: 10px;

}

.margin_and_vertical_align {
  margin-top:5px; 
  vertical-align:middle;
}
