/* Created by brdp 2005 g.giusti [@] giano-solutions.com */

/* Style standard e semplici per tag HTML */

body {background:#ffffff;}

img { border: 0px;}

a { text-decoration:none; color:#333399; }

a:hover{ text-decoration:underline; color:#333399;}

div{ font-family: verdana, arial, Tahoma; border-style: solid; border-color: #8A9092;	border-width: 0px;}

.Hand{cursor:pointer; cursor:hand;}

/*traduzione non disponibile*/		
div#langNo{ clear:left; width:178px; height:20px; line-height:20px; padding-left:5px; margin-top: 1px; margin-bottom: 1px;
			border-style: solid; border-color: #cccccc; border-width: 1px; 
			font-size: 12px; font-weight: regular; color: #444849;}		

div#HeaderContainer{ margin:0 10px 10px; width:750px; height:90px; }

	div#HeaderLogo{ float:left; width:358px; height:100%; }
	
	div#HeaderRightContainer{ float:right; width:385px; height: 100%; }

		div#HeaderRightTop{ float:right; width:100%; text-align: right;							
							font-size: 10px; color: #444849;							
							padding: 0px; margin-right: 0px; }
		
		div#HeaderRightBottom{ 	float:right; width:100%; text-align: right; margin-top: 52px;
								font-size: 10px; color: #444849; }
		
								
div#HeaderMenu{ clear:both; width:750px; height:28px; line-height:28px; margin-top: 8px; background:#f2f1e1; text-align:center;
				font-size: 12px; font-weight: bold; color: #444849; }
	
	.HeaderMenuVoiceOFF{ float:left; width:100px; height:22px; text-align:center; line-height:22px; margin: 3px;
						font-size: 12px; font-weight: bold; color: #444849; 
						cursor:pointer; cursor:hand; }				
						
	.HeaderMenuVoiceON{ float:left; width:100px; height:22px; text-align:center; line-height:22px; margin: 3px;
						border-top-style: solid; border-top-color: #4f4f9f; border-top-width: 4px;
						font-size: 12px; font-weight: bold; color: #444849; 
						cursor:pointer; cursor:hand; }

				

div#FooterContainer{ clear:both; width:750px; height:70px; margin-top:25px;}	

	div#FooterRight{ float:right; width:400px; height:70px; padding-right:10px; vertical-align:bottom; text-align: right;
					 border-right-style: solid; border-right-color: #5a5d63; border-right-width: 4px; 
					 font-size: 11px; color: #2d2e2f;}
					 
					 
					 
div#Roller{ clear:both; width:748px; height:30px; margin-top: 8px; border-style: solid; border-color: #cccccc; border-width: 1px;}

	div#Roller_Title{ float:left; width:125px; height:30px; line-height:30px; background:#f2f1e1; text-align: center;
						border-right-style: solid; border-right-color: #cccccc; border-right-width: 1px; 
						font-size: 12px; font-weight: bold; color: #444849;}
						
	div#Roller_Content{ 	float:left; width:605px; height:30px; line-height:30px; padding-left: 5px; padding-right: 5px; 
							font-size: 12px; font-weight: regular; color: #444849;}
						
							

.Title_1{ clear:right; width:743px; height:30px; line-height:30px; background:#f2f1e1; padding-left:5px;
		border-bottom-style: solid; border-bottom-color: #cccccc; border-bottom-width: 1px; 
		font-size: 14px; font-weight: bold; color: #444849; }								
							
							
.opacitaOFF {
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.opacita25 
{
	opacity:.25;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
}
.opacita50 {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.opacita75 {
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}			