/*body  { background: url(res/html/layout1/images/set-gallery/sfondo.gif) repeat-x }*/
.testo { color: #666; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 15px}
.testo_bianco { color: #FFF; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 15px}
.dida { color: #666; font-style: italic; font-size: 11px; line-height: 15px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.titolo { color: #333; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.testo_bold { color: #333; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

a  { color: #333; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: #fc0; padding: 1px 2px }
a:hover  { color: #333; font-size: 11px; font-weight: bold;font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; padding: 1px 2px }
.menu a:link { color: #333; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; padding: 1px 2px }
.menu a:hover { color: #333; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; padding: 1px 2px }

#dropmenudiv  { position:absolute; border:1px solid white; border-bottom-width: 0; font:normal 12px Verdana; line-height:18px; z-index:100; }
#dropmenudiv a{ width: 100%; display: block; background-color: #dedbcb; text-indent: 3px; border-bottom: 1px solid white; padding: 1px 0; text-decoration: none; font-weight: bold; }
#dropmenuseparatordiv a{ width: 100%; display: block; background-color: #dedbcb; text-indent: 3px; border-bottom: 1px solid white; padding: 1px 0; text-decoration: none; font-weight: bold; }
#dropmenudiv a:hover{ /*hover background color*/ background-color: #a7a7a7; }

.menuitems { cursor:hand; color: #666; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 15px}

/* Menu dell'area */
.menuarea_current  { color: #333; font-size: 11px; font-weight: normal;font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; padding: 1px 2px }

/* Link Gallery fotografica*/
#gallery  { text-decoration: none; background-color: #ffffff; padding: 0px 0px; border:0px}

/* Link senza giallo*/
#gallery2  { text-decoration: none; background-color: #ffffff; padding: 0px 0px; border:0px}

/* Lightbox 2.0 */
#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;
	}
#loadingLink { 
  text-decoration: none; background-color: #ffffff; padding: 0px 0px; 
  }
#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(/res/js/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}

/* #nextLink { right: 0; float: right; } Add by Graz */
#nextLink { position: absolute; right: 0; float: right; }

#prevLink:hover, #prevLink:visited:hover { background: url(/res/js/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/res/js/lightbox/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; float: right;  padding-bottom: 0.7em; text-decoration: none; background-color: #ffffff; }	
#imageData #bottomNavPrev{  float: right;  padding-bottom: 0.7em;	text-decoration: none; padding: 0px 0px; border:0px }	
#imageData #bottomNavNext{  float: right;  padding-bottom: 0.7em;	text-decoration: none; padding: 0px 0px; border:0px }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* ExMessageBox */
#msgOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
}

#msgBox{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 180px;
	z-index: 91;
	background-color: #fff;
  border-style: solid;
  border-width: 5;
  border-color: #4682B4;
}

#msgText{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	z-index: 92;
	background-color: #fff;
  color: #000; 
  font-size: 12px; 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
  line-height: 15px;
}

#buttonClose{
	position: absolute;
	z-index: 92;
	top: 0;
	left: 0;
}
