html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {	color: #664;
	padding: 1px;
}
a:hover {
	background: #EAEADA;
}
a:link img { border: none }
a[href ^="mailto:"] {
   padding-right: 20px;
   padding-top: 2px;
   background: url(images/icons/mailto.gif) no-repeat center right;
}   

a[href ^="mailto:"]:hover {
   padding-right: 20px;
   padding-top: 2px;
   background: #7E9EDA url(images/icons/mailto.gif) no-repeat center right;
   color: #F7FAFF;
}   

img { border: none; }
hr {
	background-color: #95B396;
  	border: 0;
	height: 1px;
	margin-top: 0;
	margin-bottom: 10px;
}
acronym { cursor: help; }
body {
	background: #D9E1E5;
	color: #444;
	font: normal 62.5% Verdana,sans-serif;
}
table { 
	border-width: 2px;
	border-spacing: 2px;
	border-style: inset;
	border-color: gray;
	border-collapse: collapse;
}
th    { padding: 4px; 
	border-style: inset;
	border-collapse: collapse;
	border-width: 1px;
	border-color: black;
}

td    { padding: 4px; 
	border-style: inset;
	border-collapse: collapse;
	border-width: 1px;
	border-color: gray;
}
thead { padding: 4px; }
p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em sans-serif;
	margin-bottom: 0;
}


h1,h2,h3 {padding-top: 6px;}

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.button{
	display: inline;
}
.button a {
	border: 1px solid #95B396;
	font-size: 1.1em;
	color: #554;
	padding: 6px 6px 6px;
	text-decoration: none;
	display: inline;
}
.button a:hover {
	background: #EAEADA;
	color: #654;	
}
.informazione {
	border-width: 1px;
 	border-style: solid;
	border-color: #7E9EDA;
	padding: 1em;
	background: #F7FAFF url(images/icons/informazione.gif) top right no-repeat;
	margin-top: 0;
	margin-bottom: 1em;
}
.avvertenza {
	border-width: 1px;
 	border-style: solid;
	border-color: #A43030;
	padding: 1em;
	background: #FCF0F0 url(images/icons/avvertenza.gif) top right no-repeat;
	margin-bottom: 1em;
}
#container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
}


#top {
	padding: 10px 10px 0;
}
#header {
	font-size: 1.2em;
	height: 150px;
	width: 100%;
	margin: 0 auto;
	background: url(images/header.jpg) repeat-x;
}


#navigation {	
	border: 1px solid #95B396;
	line-height: 2em;
}
#navigation ul {	
	display: inline;
}
#navigation li {	
	display: inline;
}
#navigation a {
	background: #95B396;
	border-right: 1px solid #95B396;
	color: #4F5939;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 2em;
	padding: 0 20px;
	text-decoration: none;
}
#navigation a:hover {
	background: #fff;
}

#breadcrumb {
	font: 1.1em sans-serif;
	display: inline;
	line-height: 2em;
	margin-left: 0.5em;
}

.alignLeft { float:left; margin-right: 1em; }
.alignRight { float:right; margin-left: 1em; }

#main {
    background: url(images/sfondo.gif);
	background-repeat: repeat-y;
    background-color: #F7F7F7;
	height: 1%; /* per bug IE */
}


#sidenav {
	float: left;
	width: 15em;
	background: #F7F7F7;
	border: 1px solid #EAEADA;
	margin-right: 1em;
}
#sidenav p {
	color: #5A5A43;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-bottom: 0;
	font: bold 1.1em sans-serif;
}
#sidenav ul {
	margin-top: 0;
	padding-top: 0;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom: 2px solid #EAEADA;
}
#sidenav li {
	border-bottom: 1px solid #EAEADA;
	list-style: url(images/li.gif);
	margin-left: 18px;
}
#sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
#sidenav li a:hover {
	background: #EAEADA;
	color: #654;	
}
#sidenav hr {
	display: none;
}
#content {
	padding: 16px 16px;
	height: 100%; /* per bug IE */
	line-height: 1.3em;
	margin-left: 16em;
	text-align: justify;
}
#content h1 {
	color: #664;
	font-size: 1.6em;
	margin-bottom: 0.1em;
	padding-bottom: 0.1em;
}
#content h2 {
	color: #664;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 0.3em;
	border-width: 0;
	border-bottom: 1px dashed;
}
#content li {
	line-height: 1.5em;
	list-style: url(images/li.gif);
	margin-left: 18px;
	padding: 0 0 8px 8px;
}
#content li p {
	font: 1em Verdana,sans-serif;
	line-height: 1.4em;
	margin-top: 4px;
}


#footer {
	font: bold 1em Verdana,sans-serif;
	padding-top: 0.3em;
	line-height: 1.4em;
	height: 2em;
	text-align: center;
	background: #D9E1E5;
	clear: right;
	vertical-align: middle;
}
#footer hr {
  	display: none;
}
#fileformat {
	color: #664;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0.5em;
	padding-left: 2.5em;
	border-width: 2px;
	border-left: 2px;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-style: solid;
	background: url(images/icons/pdf.gif) no-repeat;	
	background-position: 0.5em 0.6em;
	margin-top: 2em;
}
#skip {
	position: absolute; top: -1000em;
}
#goup {
	font: bold 1em Verdana,sans-serif;
	line-height: 1.8em;
	text-align: left;
	clear: right;
	margin-left: 4px;
}
