

/*  ------   BOOKING POINT STYLESHEET   ------  */


body,html{
	height:100%;
	margin:0px 0px 0px 0px;
	background-image: url(bg.gif);
}

#mainbox{
	width:700px;
	background-color:#ffffff;
	border:1px solid #999999;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
}

#box{
	position:relative;
	width:100%;
	background-color:#e6e6e6;
	border:1px solid #D3D3D3;
	border-top:none;
	margin-top:20px;
	
}

#logo{
	background-image:url(logo_2.jpg);
	width:700px;
	height:125px;
	margin-top:20px;
}

h1{
	font-family:Trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	margin-left:10px;
	margin-top:10px;
}

hr{
	border:1px dashed #ffffff;
	width:100%;
}

h2{
	font-family:Trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ff9900;
	margin-left:10px;
}

p{
	font-family:Trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	margin-left:10px;
	margin-right:10px;
}

.2{
	font-family:Trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

a:link{
	font-family:Trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
}

a:visited{
	font-family:Trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
}

a:hover{
	font-family:Trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	background-color:#990000;
}

.dev{
	font-family:Trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	position:relative;
	margin-left:550px;
	margin-bottom:10px;
	margin-top:5px;
}

#contratto{
	width:200px;
	height:30px;
	position:relative;
	background-image:url(contratto.gif);
	background-repeat:no-repeat;
	top:100px;
	float:right;
	text-align:center;	
}

.con{
	position:relative;
	bottom:5px;
	margin-top:20px;
}

/*   stili per il javascript  */

#lightbox{
	position: absolute;
	top: 40px;
	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;
	border:4px solid #999999;
	border-bottom:none;
	}

#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: 50; float: left;}
#nextLink { right: 50; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 100% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	border:4px solid #999999;
	border-top:none;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
/*#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}*/
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	.none{
	display:none;
	
	
	}



