@charset "utf-8";
body { margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;background-color: #fff;}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF
}
#menu1 { list-style-type:disc}
#menu1 li {
margin:4px;
padding:4px;
text-align:left	}
#menu1 li a {
	margin:0px;
	text-align:left;
	width:auto;
	line-height:30px;
	height:30px;
	background-color:#fff;
	font-size:12px;
	color:#666;
	padding:4px;
	text-decoration:none
}
.cont {
	width:300px;
	border:solid 1px #b5b5b5;
	margin:2px;
	margin-bottom:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#e0e1e1;
	border:solid 1px #b5b5b5;
	padding-left:2px;
	font-size:11px;
	color:#111;
	margin:0 auto;
}
.link a {color:#111;}
.imp {color:#333 ; margin-bottom:2px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; background-color:#e0e1e1; border:solid 1px #b5b5b5; padding-left:2px; font-size:11px}
.bd {
	background-image:url(/images/greenb.png);
	margin:2px;
	height:20px;
	line-height:18px;
	text-align:center;
	border:solid 1px #b5b5b5;
	font-size:12px;
	color:#fff;
	text-decoration:none
}
#main {
	width:96%;
	margin:0 auto;
	height:auto;
	
}
.text_bar {
	margin:2px;
	padding-left:2px;
	border:solid 1px #aaaaaa;
	width:auto;
	height:auto;
	line-height:auto;
	background-color:#fff;
	font-size:12px;
}
.titolo_c{background-color:#003e75; height:auto; line-height:auto;color:#fff; padding:4px}
.allegati{
	background-color:#ebebeb;
	height:30px;
	overflow:hidden;
	line-height:auto;
	color:#000;
	padding:2px;
	-webkit-border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
}
.pdfallegati{padding:0px; margin:0px; list-style-type:none}
.pdfallegati li{ float:left;padding:2px;margin:2px; border:solid 1px #dadada;font-size:9px; background-color:#FFF}
.pdfallegati li a {font-size:9px;color:#000}
.clear{clear:both}
.logodiv{text-align:center}
.logo {margin:2px;}
.imp2 {width:310px; margin:0 auto; background-color: #FFF;}
.divlogin{width:70px; height:19px; float:left; padding-top:2px}
.topnav {
  overflow: hidden;
  background-color:#039;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #06C;

}
.addobj{ cursor:pointer}