/* CSS Document */
body {
	background-color:#CCCCCC;
	text-align:center;
	font-family:verdana;
	font-size:11px;
	margin:0;
	padding:0;
}

img {
	border:0px;
}

pre {
	font-size:9px;
}

h1,h2,h3,h4,h5,h6 {
	color:#555555;
	background:#FFFFFF;
	text-align:left;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:5px 10px 5px 10px;
	width:auto;
	display:block;
	clear:both;
	margin:0px;
}

h1 {
	font-size:18px;
}
h2 {
	font-size:14px;
	margin-bottom:20px;
	}
h3 {
	font-size:12px;
	}

h4 {
	font-size:11px;
}	
	
a {text-decoration:none; color:inherit; font-weight:bold;}

#main table {
	border:1px solid #999999;
	background-color:#FFFFFA;
	padding:1px;
}

#main table th{
	background-color:#AAAAAA;
	color:white;
	padding:3px;
	font-size:12px;
}

#main table td{
	padding:2px;
	vertical-align:top;
}

#main table th{
	white-space:pre;
}

#main table tr:nth-child(even) { background-color:#eee; }
#main table tr:nth-child(odd) { background-color:#ddd; }

#main table tr:hover { background-color:#FFF !important;  }

#content {
	width:1120px;
	display:block;
	margin:auto;
	background:#DDDDDD;
	text-align:left;
	-moz-border-radius:0 15px 15px 15px;
	border-radius:0 15px 15px 15px;
	border:1px solid #AAAAAA;
}

#header {
	background-image:url(http://www.avvisatorivenezia.com/img/logo.png);
	height:20px;
	background-position:10px 10px;
	background-repeat:no-repeat;
	text-align:right;
	color:#555555;
	padding:20px;
}
#header a {color:blue;}

#navmenu {
	display:block;
	clear:both;
	width:100%;
	height:20px;
	padding:10px;
	overflow:hidden;
}
#navmenu a  {
	font-size:120%;
	color:#555555;
	display:inline;
	float:left;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	padding:8px 10px 3px 8px;
	padding-bottom:2px;
	border:1px solid #AAAAAA;
	background-color:#EFEFEF;
	vertical-align:middle;
	border-bottom:0px;
	height:20px;
	overflow:hidden;
	
}

#navmenu .spacer {
	font-size:120%;
	color:#555555;
	display:inline;
	float:left;
	border-bottom:0px;
	height:20px;
	width:10px;
	overflow:hidden;
}
#navmenu a:hover {
	background-color:#dedede;
		border-bottom:1px;
		width:auto;
}
#navmenu img  {
	vertical-align:sub;
}
#navmenu small  {
	font-weight:normal;
}
#col_left {
	margin:0px;
	margin-right:10px;
	margin-bottom:10px;
	float:right;
	overflow:hidden;
	width:190px;
	border:1px solid #AAAAAA;
	background:#EFEFEF;
	padding:5px;
	-moz-border-radius:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
}

#main {
	margin:0px;
	margin-left:10px;
	float:left;
	overflow:hidden;
	width:1080px;
	border:1px solid #AAAAAA;
	background:#EFEFEF;
	padding:10px;	
	margin-bottom:10px;
	min-height:500px;
	-moz-border-radius:0px 15px 15px 15px;
	border-radius:0px 15px 15px 15px;	
}

#col_right {
	margin:10px;
	float:left;
	overflow:hidden;
	width:160px;
	border:1px solid #AAAAAA;
	background:#EFEFEF;
	padding:10px;
}

#footer {
	margin:10px;
	display:block;
	clear:both;
	background:#EFEFEF;
	border:1px solid #AAAAAA;
	text-align:center;
	-moz-border-radius:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
	padding:10px;
}

.tab  {
	font-size:120%;
	color:#555555;
	display:inline;
	clear:none;
	width:30px;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	padding:8px 8px 3px 8px;
	padding-bottom:2px;
	border:1px solid #AAAAAA;
	background-color:#EFEFEF;
	vertical-align:middle;
	border-bottom:0px;
	overflow:hidden;
}

.tab:hover  {
	width:auto;
}

.tab:hover {
	background-color:#dedede;
	border-bottom:1px;
}
.schede {
	background-color:#CCCCCC;
	margin-bottom:20px;
}
.schede table {
	width:100%;
}


ul, li {
display:block;
list-style-type:none;
list-style-position:none;
}

.livello {
	background-color:#FFFFFF;
	height:20px;
	display:block;
	float:left;
}

.disabilitato * {
	color:#777;
}

.iconed option{
	padding-left:20px;
	background-repeat:no-repeat;
}


.filelist a{
	display:block;
	width:210px;
	margin-left:2px;
	margin-top:2px;
	border:1px solid white;
	float:left;
	height:36px;
	overflow:hidden;
	font-weight:normal;
	background-color:#EEEEEE;
}

.filelist img{
	display:block;
	width:50px;
	float:left;
	margin-right:5px;
}



.liv_0 {
	background-color:#D0D0D0;
	font-weight:bold;
}
.liv_0 td {
	background-color:#D0D0D0;
	font-weight:bold;
	border-bottom:1px solid white;
}

.liv_1 {
	background-color:#E5E5E5;
}
.liv_2 {
	background-color:#EAEAEA;
}
.liv_3 {
	background-color:#EFEFEF;
}

.liv_4 {
	background-color:#F5F5F5;
}

.liv_4 a {
	font-weight:normal;
}

.liv_5 {
	background-color:#FAFAFA;
}

.liv_5 {
	background-color:#FFF;
}




.dintab tr td:first-child {
	white-space:nowrap;
}
.dintab i {
	display:none;
}
