/* CSS Document */

H1 {font-family: Verdana,Tahoma,Arial,Helvetica,Times New Roman; font-size: 12pt; color: black;}
a:link {font-family:  Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-size:12;}
a:visited {font-family:  Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-size:12;}
a:hover {font-family:  Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; font-size:12;}

.textbox {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif; 
}
.textboxorange {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif; color:#FC7216;
}
.textboxored {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif; color:#E30916;
}
.text1 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#FWTtesto {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:423px;
	height:auto;
	text-align:left;
	
}#FC7216

#lightbox{
	background-color:#eeeeee;
	padding: 10px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

