body{font-family: Verdana,sans-serif;font-size: 76%;
scrollbar-face-color:#333333;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#222222;}

table {
  border-collapse: collapse;
  border: 2px solid #EF6305;
  font: normal 10px verdana, arial, helvetica, sans-serif;
  color: #333333;
  background: #FFD4A9;
  }
caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #000000;
  background: trasparent;
  }


td, th {
  color: #000000;
  border: 1px solid #EF6305;
  padding: .3em;
  }
thead th, tfoot th {
  font: normal 1em verdana, arial, helvetica, sans-serif;
  border: transparent;
  text-align: left;
  font-size: 1em;
  color: #000000;
  background: #FFFFFF;
  }
  
tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  }
tbody td a:hover {
  background: transparent;
  color: #000000;
  }
tbody th a {
  font: normal 1em verdana, arial, helvetica, sans-serif;
  background: transparent;
  color: #000000;
  }
tbody th a:hover {
  background: transparent;
  color: #000000;
  }
  
tbody th {
  vertical-align: top;
  text-align: left;
  font-weight:normal;
  }
  
tbody td {
  vertical-align: middle;
  text-align: right;
  
  }
tfoot td {
  border: 1px solid #C5BA85;
  background: #C5BA85;
  }
.testata {
  color: #FFFFFF;
  font-weight:normal;
  background: #EF6305;
  }
tbody tr:hover {
  color: #000000;
  background: #FFFFFF;
  }

tbody tr.odd:hover th {
color:#FFFFFF;
  background: #CCCCCC;
  }



.note {
  text-align: center;
  font-size: 0.9em;
  font-weight: normal;
  color: #000000;
  background: trasparent;
  }




div#container{position: relative; max-width: 1016px; margin-left: auto; margin-right: auto; margin-top:20px; border-top: ridge; border-top-color:#CCCCCC; border-bottom:ridge; border-bottom-color:#CCCCCC; border-left:ridge; border-left-color:#CCCCCC; border-right: ridge; border-right-color: #CCCCCC;}

h1 {
	text-align:left;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	color: #C94201;
}

h2 {
	text-align:left;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	color: #FFFFFF;
}

h3 {
	text-align:left;
font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	color: #FFFFFF;
}
div#header{
	height: 150px; 
	background-color:#EF6305;
	background-position:center;
	background-image:url(images/Studio_progettazione_grafica_stampa.gif);
	background-repeat:no-repeat;
	color: #000000;
	cursor: help;
	}
	
div#header a{width:100%; height:150px; display:block;cursor: help;}
	
div#footer a{color:#DDDDDD;font-weight: bold;text-decoration: underline;}
div#navigation{padding-left:10px;padding-right:10px;color: #000000;position: absolute; top: 150px; left: 0;width: 200px; bottom:15px; background-color: #EF6305;}
div#extra{padding-left:10px;padding-right:10px;color: #000000;position: absolute; top: 150px; right: 0;width: 200px; bottom:15px; background-color: #EF6305;}


div#design{
position: relative;margin:0px;padding:0px;text-align:center;
	height:150px;
	background-color:#EF6305;
	color: #FFFFFF;
}


div#content{
color: #000000;
min-height:650px;
height:100%; 
border-top: ridge; border-top-color:#CCCCCC; border-bottom:ridge; border-bottom-color:#CCCCCC; border-left:ridge; border-left-color:#CCCCCC; border-right: ridge; border-right-color: #CCCCCC;
margin-top:0px; margin-bottom:0px; margin-right:220px; margin-left:220px;
padding-top:15px;
padding-bottom:20px;
padding-right:20px;
padding-left:20px;
background:#ffd4a9; text-align:justify;}

div#content a{
	color: #0000FF;
	text-decoration: none;
}


div#footer{margin:0px;text-align:center; padding:0px 0; height:15px;background-color: #111111; color: #FFFFFF;}

/*stili per la navigazione*/
div#navigation ul{margin: 0;padding: 0; list-style-type: none;}
div#navigation li{margin: 0;padding: 0;}
div#navigation a{
	color:#FFD4A9;
	font: normal bold 1.1em/1.2em arial,sans-serif;
	text-decoration: none;
}
div#navigation a:hover{color: #033;text-decoration: underline;}
div#navigation a#activelink{color: #033;text-decoration: none;}
div#navigation p{font-size: 90%;}

/*stili per la sezione extra*/
div#extra ul{margin: 0;padding: 0; list-style-type: none;}
div#extra li{margin: 0;padding: 0;}
div#extra a{color:#FFD4A9;font: normal bold 1.1em/1.2em arial,sans-serif;text-decoration: none;}
div#extra a:hover{color: #033;text-decoration: underline;}
div#extra a#activelink{color: #033;text-decoration: none;}
div#extra p{font-size: 90%;}


div#extra div.newsbox{font-size: 90%;margin-bottom: 2em;}
div#extra div.newsbox h2{color: #999;font-size: 1.2em;}
div#extra div.newsbox p{margin: 0;}




a.css_tooltip{
position:relative;
text-decoration:none;
text-align:left;
font-weight:normal;
}
a.css_tooltip:hover{
background-color:transparent;
}
a.css_tooltip span{
display: none;
}
a.css_tooltip:hover span{
display:block;
position:absolute;
z-index:20;
top:1.3em;
left:1em;
width:250px;
padding:5px;
border:2px solid #666666;
background-color:#000000;
color:#FFFFFF;
}
a.css_tooltip span img{
border:1px solid #FFFFFF;
}
a.css_tooltip span b{
display:block;
font-weight:bold;
}



a.css_tooltip2{
position:relative;
text-decoration:none;
text-align:left;
font-weight:normal;
}
a.css_tooltip2:hover{
position:relative;
top: 2px; left: 2px;
background-color:transparent;
}
a.css_tooltip2 span{
display: none;
}
a.css_tooltip2:hover span{
display:block;
position:absolute;
z-index:19;
width:250px;
padding:5px;
border:2px solid #006600;
background-color:#009900;
color:#FFFFFF;
}
a.css_tooltip2 span img{
border:1px solid #FFFFFF;
}
a.css_tooltip2 span b{
display:block;
font-weight:bold;
}







#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width:66px; height:22px; float:right;  padding-bottom:0.7em;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
