/* Base Styles



----------------------------------------------- */



body { color: #000000; background: rgb(255,255,255); text-align: left; padding: 0; margin: 20px 0px 0px 0px;}

acronym, abbr 	{ cursor: help;	}

body, input, textarea, select, table, tr, td, th, li, div { font-family: tahoma,verdana,arial; font-size: 13px; font-weight: normal;}

p, li  { line-height: 150%; }

table {	color: #000000; background: transparent; }



a:link { background-color: inherit; color: #0000ff; text-decoration: none;}

a:visited { background-color: inherit; color: #0000ff; text-decoration: none;}

a:active { background-color: inherit; color: #0000ff; text-decoration: none;}

A:hover {  background-color: inherit; color: #0000ff; text-decoration:underline;}






/* ******************  printing  ************** */







@media print {



   h1, h2, h3,



   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }



   blockquote,



   pre           { page-break-inside: avoid }



   ul, ol, dl    { page-break-before: avoid }



   .navbar       { background-color: #fff000; color: #000; border-color: #000; border-width: 1px; }



   a.navlink, a.bannerLink     { font-weight: normal }



	#testata, #intestazione, #menusin {		visibility: hidden;	}



}







/* ******************  speech  ************** */







@media aural {



   h1, h2, h3,



   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }



   h1            { pitch: x-low; pitch-range: 90 }



   h2            { pitch: x-low; pitch-range: 80 }



   h3            { pitch: low; pitch-range: 70 }



   h4            { pitch: medium; pitch-range: 60 }



   h5            { pitch: medium; pitch-range: 50 }



   h6            { pitch: medium; pitch-range: 40 }



   li, dt, dd    { pitch: medium; richness: 60 }



   dt            { stress: 80 }



   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }



   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }



   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }



   dfn           { pitch: high; pitch-range: 60; stress: 60 }



   s, strike     { richness: 0 }



   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }



   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }



   u             { richness: 0 }



   a:link        { voice-family: harry, male }



   a:visited     { voice-family: betty, female }



   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }



}


/* photogallery */
#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: 20%; 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,#nextLink{filter:alpha(opacity=70);opacity:0.7}
#prevLink:hover,#prevLink:visited:hover,
#nextLink:hover,#nextLink:visited:hover{ filter:alpha(opacity=100);opacity:1.0} 

#prevLink { left: 0; float: left;background: url(../img/prevlabel.gif) left 45% no-repeat;}
#nextLink { right: 0; float: right;background: url(../img/nextlabel.gif) right 45% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 45% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 45% no-repeat; }
#imageDataContainer{ font: 12px arial; color: #5F758E; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }
#imageData{padding:0 10px; color: #4b4b4b;  font: 11px }
#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; }

