/* Definizioni di stile per la formattazione dei contenuti */


BODY {
background: #ffffff;*/
/*scrollbar-face-color:f0f0f0;*/
/*scrollbar-highlight-color:ffffff;*/
/*scrollbar-3dlight-color:ffffff;*/
/*scrollbar-darkshadow-color:000000;*/
/*scrollbar-shadow-color:000000;*/
/*scrollbar-arrow-color:000000;*/
/*scrollbar-track-color:009999;*/
padding:0;
margin:0;
border:0;
}
	
/*contenitore del sito*/
div#container
{
    width: 960px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
    } 


/*parte superiore della pagina logo*/
div#header
	{
		height: 100px;
		background: url( /images/sistema/logo_home2.jpg) no-repeat;
	}

/* zona riservata al menu superiore*/
div#menu
	{
		height: 25px;
		border-bottom: 1px solid #f0f0f0;
		border-top: 1px solid #f0f0f0;
		background: #ffffff;
	}


/* zona sinistra della pagina*/	
div#navigation
		{
		margin: 5px 0px 0px 0px;
		float: left;
		width: 150px;
		/*border-right: 1px dotted #009999;*/
		/*background: url( /images/sistema/sf_link.jpg) repeat-y top left;*/
	}

	
	
	/* spazio centrale riservato ai contenuti tre colonne*/	
div#content
	{
		margin: 0px 200px 0px 150px;
		background: #ffffff;
	}
	
    

/* zona interna destra del content*/	
div#ricerca
		{
		display: block;	
		margin: 5px 0px 0px 5px;
		float: right;
		width: 190px;
		background: #ffffff;
	}	



/* spazio riservato al footer */		
	div#footer
	{
		clear: both
		height: 50px;
		text-align:center;
		border-top: 1px solid #000000;
		background-color:#f0f0f0;
    }

/* zona sinistra della pagina div interni*/	
div#int
		{
		width: 148px;
		border-right: 1px dotted #009999;
		border-bottom: 1px dotted #009999;
		border-left: 1px dotted #009999;
		/*background: #ffffff;*/
		/*background: url( /images/sistema/sf_link.jpg) repeat-y top left;*/
	}

	

/*----------------Pubblicità--------------*/
div#oriz
	{
		align: center;
		width: 470px;
		height: 120px;
	}

	
div#vert
	{
		width: 98px;
		height: 400px;
		border: 1px solid #f0f0f0;
	}

div#quad
	{
		width: 190px;
		height: 190px;
		border: 1px solid #f0f0f0;
	}
	
div#vertxt
	{
		display: block;	
		margin: 5px 5px 0px 5px;
		float: right;
		width: 190px;
	}
/*----------------home page div attesa inizio sito--------------*/
#sponsor
{
    position: Absolute;
    background-color: #000000;
    font-size: 10px;
    font-family: Verdana;
    top:20px;
    left: 20px;
    width: 600px;
    height: 240px;
    border: Solid 1px #000000;
}
div.chiudi
{
    text-align: Right;
    border-bottom: Solid 1px #000000;
}
a.sponsor
{
    color: #ffffff;
    text-decoration: None;
}
a.sponsor:hover
{
    color: #009999;
    text-decoration: None;
}

div#G
	{
		height: 110px;
		background: url( /images/gastronomia/logo_g.jpg);
	}

div#E
	{
		height: 110px;
		background: url( /images/eventi/logo_e.jpg);
	}

div#L
	{
		height: 110px;
		background: url( /images/gastronomia/logo_link.jpg);
	}

/*----------------light box--------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*Tabella*/
table.focus {
	width: 590px;
}


/*parti non visibili ma stampabili*/
.invisibile
	{
	display: none;
	}