@charset "utf-8";
/* CSS Document */



.objScrollContent {
	position: relative;
	height: 160px;  /**** ALTEZZA TOTALE DELL'AREA SCROLLABILE. SE SI MODIFICA QUESTA VA MODIFICATA ANCHE LA HEIGHT DELLA SCROLLBAR ****/
	width: 92%;
	float: left;
	overflow: hidden;
 	border:0 solid #000;
}

/*.objScrollContent .scrollContent {
	height: 100%;
	width: 95%;
	float: left;
	height: 2000px;
}*/
.objScrollContent .content {
	width: 100%;
	height: 1000px;
	position:relative;
 	border:0 solid #ff0;
}


#worksVlist .content .listlink { width: 240px; height:160px; margin:0; border:0 solid #f00;}
#worksVlist .content .listlink p { width:230px; height:20px; line-height:20px; padding:0; font-weight:bold; font-family:tahoma, "Arial Black", Arial, helvetica, sans-serif; font-size:11px}
#worksVlist .content .listlink p a { width:230px; height:20px; line-height:20px; display:block; color:#c5c8cf; cursor:pointer; background: none;}
#worksVlist .content .listlink p a:hover{ color:#a5a8af;}
#worksVlist .content .listlink p a.selected { color:#a5a8af;}
#worksVlist .content .listlink .spotItem { width:230px; height:auto; overflow:auto; display:block; font-weight:bold; font-family:tahoma, "Arial Black", Arial, helvetica, sans-serif; font-size:11px}
#worksVlist .content .listlink .spotItem a { line-height:16px; cursor:pointer; background: none;}
#worksVlist .content .listlink .spotItem a:hover{ color:#a5a8af;}
#worksVlist .content .listlink .spotItem p { width:220px; height:auto; line-height:16px; padding-left:5px; font-weight:normal;}
#worksVlist .content .listlink .spotItem p a { width:200px; cursor:pointer; font-weight:bold;}

#heritageVlist .content .description { width: 240px; height:auto; padding:0; color:#c5c8cf; font-size:14px; border:0 solid #0f0;}
#heritageVlist .content .description p { width:240px; height:auto; padding-bottom:10px;}
#heritageVlist .content .description a { width:230px; height:20px; line-height:20px; display:block; color:#c5c8cf; cursor:pointer; background: none;}
#heritageVlist .content .description a:hover{ color:#a5a8af;}
#heritageVlist .content .description a.selected { color:#a5a8af;}

#people_Vlist .content .description { width: 480px; height:auto; padding:0 10px; color:#c5c8cf; font-size:14px; border:0 solid #f00;}
#people_Vlist .content .description h2 { font-size:16px; padding-bottom:0;}
#people_Vlist .content .description p { padding-bottom:10px;}
#people_Vlist .content .description p.ruolo { font-style:italic; font-size:12px; padding-bottom:15px;}
#people_Vlist .content .description p.ico_sn { width:auto; height:auto; overflow:auto}
#people_Vlist .content .description p.ico_sn a { float:left; display:block; margin-right:5px;}

.objScrollBar {
	height: 160px;  /**** ALTEZZA DEL VERO E PROPRIO COMPONENTE SCROLLBARS. DI SOLITO è UGUALE ALLA HEIGHT DEL COMPONENTE VLIST.
							SE SI MODIFICA VA MODIFICATA NELLA STESA MISURA ANCHE LA HEIGHT DEL COMPONENTE worksScrollBarContainer. ****/
	width: 18px;
	float: right;
	background-color:#fff;
	border:none;
}
.objScrollBarContainer {
	width: 18px;
	height: 120px;  /**** ALTEZZA DA MODIFICARE IN BASE ALLA MODIFICA APPORTATA ALLA HEIGHT DI scrollarea
																(e in base anche all'altezza delle frecce) ****/
	top: 0;
	left: 0;
	position: relative;
	background-color: #fff;
}
.objScrollBarKnob {
	height: 80px;
	width: 18px;
	background: url('../images/scroll_knob_g.gif') no-repeat ;
	cursor:pointer;
	top: 0;
	left: 0;
}
.objScrollBarBack {
	width: 18px;
	height: 14px;
	padding-bottom:6px; /**** Padding aggiunto per far si che l'altezza complessiva sia di 20px ****/
	margin: 0;
}
.objScrollBarForward {
	width: 18px;
	height: 14px;
	padding-top:6px; /**** Padding aggiunto per far si che l'altezza complessiva sia di 20px ****/
	margin: 0;
}



