.Button1 {
	border: 1px solid #999999;
	text-decoration: none;
	-moz-border-radius: 5px;
	height:25px;
	cursor: pointer;
}
.Button20 {
	border: 1px solid #999999;
	text-decoration: none;
	-moz-border-radius: 5px;
	height:20px;
}
.TextBoxBordo {
	border: 1px solid #999999;
	text-decoration: none;
}


.BordoBassoTratteggiato{

 border-bottom-color:#CCCCCC;
 border-bottom-style:dashed;
 border-bottom-width:1px;

}

.SelezionaRiga:hover{
	background-color: #ffffcc;
}

.SelezionaRiga{
/*	background-color: #ffffff; */
}



	input[type="text"]:disabled
{
color: #000000;
} 

select[disabled] {  color: #000000; }

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	border:1px solid #cecece;
	z-index:1000000000;
	background-color: #333333;
}

.NascondiModuloMenu{
	display:none;
}

#ImgPreLoad{ width:100%; height:20px; background-repeat:no-repeat; background-position:center;  background-image: url('../../img/loadingAnimation.gif'); }

	/* Large desktops and laptops */
@media (min-width: 1200px) {
	.CentraMQ{width: 500px; margin: 0 auto;}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.CentraMQ{width: 500px; margin: 0 auto;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.CentraMQ{width: 500px; margin: 0 auto;}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.CentraMQ{width: 400px; margin: 0 auto; }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.CentraMQ{width: 300px; margin: 0 auto;}
}

#DivtoShow {
    position: absolute;
    display: none;
    z-index: 1000000000000000000;
    padding:5px;
    max-width: 600px;
   	min-height: 100px;
    background-color: #fff;
    border: 1px solid #000;
}

#TopDivtoShowRight{
	float: right; 
	cursor: pointer;
	border-bottom:1px solid #ccc;
	height: 25px;
	width: 10%;
	text-align:center;
	line-height: 25px;
	font-weight: bold;
}

#TopDivtoShowLeft{
	border-bottom:1px solid #ccc;
	height: 25px;
	width: 90%;
	font-weight: bold;
	float:left;
	line-height: 25px;

}

#BodyDivtoShow{
	width: 100%;
	height: 100%;
	clear:both;
	padding: 5px;
}

.border-radius { 
  border-radius: 5px; 
  -moz-border-radius: 5px; /* firefox */
  -webkit-border-radius: 5px; /* safari, chrome */
}

.Nascondi{display: none;}
