 /* elementi base */

html,body{ padding: 0; font-family: Trebuchet MS; font-size: 10pt;
			background-color: #FFF;  }
table {font-family: Trebuchet MS, sans-serif; font-size: 10pt; border-collapse: collapse; text-align: center; }
#scheda{ border-collapse: collapse }
font         { font-family: Trebuchet MS, sans-serif; font-size: 10pt; }
textarea     { font-family: Trebuchet MS, sans-serif; font-size: 10pt; }
select		 { font-family: Trebuchet MS, sans-serif; font-size: 10pt; }

input.taglia   { border-style:solid; border-width:1px; font-family: Trebuchet MS, sans-serif; font-size: 10pt; background-color:#EAE5DE }



/*#BCB5AC colore default*/



a      { color: #1E1E1E; text-decoration: none }
a:hover{ color: #FF0000; text-decoration: none }

a.info    { color: #CE011F; text-decoration: none }
a:hover.info{ color: #FF0000; text-decoration: none }

h1,h2,h3,h4,h5{font-size: 9pt; color: black; margin:0; padding:0;}

h6 {font-size: 8pt; color:#667368; font-weight:400; text-decoration:none ; margin:0; padding:0;}
h5 {font-size: 8pt; color:#1E1E1E; font-weight:400; text-decoration:none ; margin:0;}


 /* form */

.t1 {font-family: verdana, sans-serif;
 font-size:8pt;
	font-style: normal;
	background-color: #B5BDBC;
}
.t2 {font-family: verdana, sans-serif;
     font-size:8pt;
	font-style: normal;
	background-color: #9BA6A5;
	
}

 /* trasparenza immagini */

.filtro {alpha(opacity=65); -moz-opacity: 0.65; opacity: 0.65; -khtml-opacity: 0.65; }

a.opacity img {
filter:alpha(opacity=40); 
-moz-opacity: 0.4; 
opacity: 0.4;
} 
a:hover.opacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
} 


a.trasparenza img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
} 
a:hover.trasparenza img {
filter:alpha(opacity=60); 
-moz-opacity: 0.6; 
opacity: 0.6;
} 



 
 
.thumbs	
			{
			margin-right: 4px;
			margin-top: 10px;

			background-color: #E6E6E6;
			border: 0;
			width: 126px;
			height: 82px;			
		
				}
						
/*menu secondario*/

div#menucontestuale{
margin-left:4px; margin-right:4px; margin-top:4px; 
margin-bottom:4px;
float:left;

}

div#menucontestuale ul{
list-style-type: none;
margin: 0;
padding:0;
}

div#menucontestuale li{
border:1px solid #808080; padding:0; margin-left: 0 ; margin-right:0px; margin-top:0px; 
margin-bottom:1px;

}

div#menucontestuale a{
display: block;
width: 180px;
height:25px;
line-height: 25px;
text-decoration:none;
text-indent: 8px;
background: url('../images/grey_link.gif') top left;
alpha(opacity=70); -moz-opacity: 0.70; opacity: 0.70; 
color: #1E1E1E;
font-weight:normal

}

div#menucontestuale a:hover{
background: url("../images/green_hover.gif") repeat top left;
color:#3366FF;
}

div#menucontestuale li#active{
display: block;
width: 180px;
height:25px;
line-height: 25px;
text-decoration:none;
text-indent: 8px;
background: url('../images/green_hover.gif') repeat top left;
color: #1E1E1E;
font-weight:bold

}

/*fine menu secondario*/

div#scheda
{

margin-left:0px; margin-right:4px; margin-top:4px; 
margin-bottom:4px;
background-color: #CCCCCC;
border:1px solid #808080;
width: 585px;
color: #1E1E1E;
font-weight:normal; text-align:left

}

div#commento
{
margin-left:0px; margin-right:4px; margin-top:4px; 
margin-bottom:4px;

border:0;
width: 585px;
color: #1E1E1E;
font-weight:normal;
text-align:left

}