@charset "UTF-8";
*{
	margin:0;
	padding:0;
}
.clearFloat{
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
}
#loading {
	position:absolute;
	left:222px;
	top:63px;
	width:491px;
	height:205px;
	z-index:1;
	background-color: #FFF;
	text-align:center;
	color:#990000;
	border:5px solid #990000;
	padding-top:50px;
	visibility: visible;
	display:none;
}
body{
	background-color:#44a7c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	}
.contenitore{
	background-color:#FFF;
	margin:0 auto;
	width:1040px;
	padding:10px;
	position: relative;
	}
.contenuti1col{
	width:940px;
	}
.menuPrincipale{
	background-color:#44a7c7;
	color: #FFF;
	padding: 5px;
	margin-bottom: 15px;
	}
.menuPrincipaleSx{
	float:left;
	}
.menuPrincipaleDx{
	float:left;
	text-align:right;
	}
.menuPrincipale a{
	color: #FFF;
	float:left;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 8px;
	padding-right:8px;
	padding-bottom:4px;
}
.menuPrincipale a:hover{
	color:#F60;
	}
.menuSecondario{
	width:200px;
	float:left;
	}
.menuSecondario ul {
	list-style-type: none;
}
.menuSecondario ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.menuSecondario ul li a {
	text-decoration: none;
	color: #44a7c7;
	text-transform: uppercase;
	display: block;
	line-height: 20px;
	height: 20px;
	padding-left: 5px;
}
.cat {
	text-decoration: none;
	color: #cfr;
	text-transform: uppercase;
	display: block;
	line-height: 20px;
	height: 20px;
	padding-left: 5px;
}
.menuSecondario ul li a:hover {
	color: #FFF;
	background-color: #999;
}
.contenuti{
	width:720px;
	float:right;
	}
.titoliTabella {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background-color: #CCC;
}

.titoliTabella2 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
}

.btn_invio {
	text-align: right;
}
.tableList {
	border:none;
	padding:0px;
}
.tableList tr{
	border-bottom:1px dotted #CCC;
	}
.tableList td{
	padding:2px;
	}
.tableList td img{
	border:none;
	}
.messaggio{
	color: #FFF;
	background-color: #C00;
	padding: 5px;
}
.alterna0{
	background-color:#E0E0E0;
	}
.alterna1{
	background-color:#F0F0F0;
	}
.alterna0:hover, .alterna1:hover{
	background-color:#FF6600;
	}