﻿* {
font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: 10px
}

body {
margin-left:0; 
margin-right:0; 
margin-top:0;
margin-bottom:0;
background-image:url('images/bgnd-2009-01.gif');
background-repeat:repeat-x;
}

h1 {
font-size: 30px;
color: #FF3300;
font-weight: bold
}

h2 {
font-size: 24px;
color: #FF3300
}

.table_separatore {background-image:url('images/stop-table.gif')  }


	#bubble_tooltip{
		width:147px;
		position:absolute;
		display:none;
	}
	#bubble_tooltip .bubble_top{
		background-image: url('images/bubble_top.gif');
		background-repeat:no-repeat;
		height:16px;
	
	}
	#bubble_tooltip .bubble_middle{
		background-image: url('images/bubble_middle.gif');
		background-repeat:repeat-y;	
		background-position:bottom left;
		padding-left:7px;
		padding-right:7px;
	}
	#bubble_tooltip .bubble_middle span{
		position:relative;
		top:-14px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:10px;
	}
	#bubble_tooltip .bubble_bottom{
		background-image: url('images/bubble_bottom.gif');
		background-repeat:no-repeat;
		height:29px;
		position:relative;
		top:-4px;
	}

.titolo{ 

font-size: 13px;
color: #FF3300;
font-weight: bold
}

.titolo2{ 
font-size: 10px;
color: #FF3300;
font-weight: bold
}

.titolo3{ 
font-family: Arial, Verdana, Helvetica;
font-size: 14px;
color: #FF3300;
font-weight: bold
}

.titolo4{ 
font-family: Arial, Verdana, Helvetica;
font-size: 16px;
color: #FF3300;
font-weight: bold
}

.bigtext{ 
font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: 12px;
}

.bigtext b{
font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: 12px;
}

.bigtext em{
font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: 12px;
}

.bigtext u{
font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: 12px;
}

.bigtext i{
font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: 12px;
}

.menu{ 
font-size: 12px;
text-decoration: none; 
color: #FFFFFF;
font-weight: bold
}

.sottotitolo_menu{ 
font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size:10px;
color: #F69753
}

.bottom { font-size: 10px; color: #FFFFFF}

a:link{ font-size: 12px;text-decoration: none; color: #FFFFFF;font-weight: bold}
a:visited{ font-size: 12px;text-decoration: none; color: #FFFFFF;font-weight: bold}
a:active{ font-size: 12px;text-decoration: none; color: #FFFFFF;font-weight: bold }
a:hover{ font-size: 12px;text-decoration: underline;color: #F69753;font-weight: bold }

a:link.bottom { font-size: 10px; color: #F69753 }
a:visited.bottom{ font-size: 10px;text-decoration: none; color: #FFFFFF}
a:active.bottom{ font-size: 10px;text-decoration: none; color: #FFFFFF}
a:hover.bottom{ font-size: 10px;text-decoration: underline;color: #F69753}

a:visited.titolo3 {font-size: 14px; color: #FF3300}
a:link.titolo3 { font-size: 14px; color: #FF3300 }
a:active.titolo3 { font-size: 14px; color: #FF3300}
a:hover.titolo3 { font-size: 14px; color: #FF3300}

.bigtext a:link { font-size: 12px; color: #0036FF }
.bigtext a:visited {font-size: 12px; color: #0036FF}
.bigtext a:active { font-size: 12px; color: #0036FF}
.bigtext a:hover { font-size: 12px; color: #0036FF}

a:visited.box {font-size: 10px; color: #FF3300}
a:link.box { font-size: 10px; color: #FF3300 }
a:active.box { font-size: 10px; color: #FF3300}
a:hover.box { font-size: 10px; color: #FF3300}

a:visited.little { font-size: 8px}
a:link.little { font-size: 8px}
a:active.little { font-size: 8px}
a:hover.little { font-size: 8px}

a:visited.bla { font-weight: normal; font-size: 10px; color: #000000}
a:link.bla { font-weight: normal; font-size: 10px; color: #000000 }
a:active.bla { font-weight: normal; font-size: 10px; color: #000000}
a:hover.bla { font-weight: normal; font-size: 10px; color: #000000 }

input        { font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif; color: #CC0000}

#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;
	}

#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: url('images/blank.gif') no-repeat;
	display: block
	}
#prevLink { left: 0; float: left}
#nextLink { right: 0; float: right}
#prevLink:hover, #prevLink:visited:hover { background: url('images/prevlabel.gif') no-repeat left 15% }
#nextLink:hover, #nextLink:visited:hover { background: url('images/nextlabel.gif') no-repeat right 15% }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em
	}

#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: block; 
	width: 100%
	}

* html .clearfix {
	height: 1%
	}