BODY {  
	background-attachment: fixed; 
	background-image: url(bgbody.jpg); 
	background-repeat: repeat;
	SCROLLBAR-FACE-COLOR: #EFE7D0; 
	SCROLLBAR-HIGHLIGHT-COLOR: #EFE7D0; 
	SCROLLBAR-SHADOW-COLOR: #EFE7D0; 
	SCROLLBAR-3DLIGHT-COLOR: #EFE7D0; 
	SCROLLBAR-ARROW-COLOR: #C2BBA4; 
	SCROLLBAR-TRACK-COLOR: #F8F7EC; 
	SCROLLBAR-DARKSHADOW-COLOR: #EFE7D0;
}
HR{
	display:none;
}
.hline{
	border-bottom:1px solid #E5D2D2;
	border-top:0px solid #E5D2D2;
	width:100%;
	line-height:1px;
	margin:20px 0px 20px 0px;
}
.hline2{
	border-bottom:1px solid #E5D2D2;
	border-top:0px solid #E5D2D2;
	width:100%;
	line-height:1px;
	margin:10px 0px 5px 0px;
}
.h1{
	width:100%;
	line-height:1px;
	margin:20px 0px 10px 0px;
}
TD {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Georgia, sans-serif;*/
	font-weight:normal;
	font-size:11px;
	color:#777;
	text-align:justify;

}
TD a {
	text-decoration:underline;
}
TD a:link, TD a:visited {
	background:none;
	text-decoration:underline;
	color:#978061;
}
TD a:hover, TD a:active { 
	background:none;
	text-decoration:none;
	color:#978061;
}
.bigtext{
	font-size:12px;
}
.fr{
	float:right;
	margin:5px 0px 10px 10px;
}
.fr2{
	float:right;
	margin:5px 0px 0px 10px;
}
.bgdx {
	/*background-attachment: fixed;*/ 
	background-image: url(bgdx.jpg); 
	background-repeat: no-repeat;
	background-position:left top;
}
#content {
	position:relative;
	padding:0px 5px 0px 35px;	

}
#title {
	margin:0px 0px 10px 0px;
}
.testo{
	position:relative;
	margin:0px 0px 0px 0px;

}
#footer{
	width:700px;
	text-align:right;
	margin:20px 0px 50px 0px;
	padding:5px 0px 0px 0px;
	border-top:1px solid #E5D2D2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}
#footer a {
	text-decoration:none;
}
#footer a:link, #footer a:visited {
	background:none;
	color:#999;
}
#footer a:hover, #footer a:active { 
	background:none;
	color:#999;
}


.linea{
	border-top:1px solid #E5D2D2;
     }


/*********************************/
/* FORM */
/*********************************/
#formRow{
	width:100%;
	border:0px solid #333;
	margin:3px 0px 3px 0px;	
}
#formRow span{
	width:100px;
	vertical-align:top;

}
#formRow .l1{
	width:50px;
	vertical-align:bottom;
}
#formRow .l2{
	width:50px;
	vertical-align:top;
}
#formRow input{
	border-left:1px inset #666;
	border-top:1px inset #666;
	background-color:#f9f9f9;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:2px 5px 2px 5px;
	width:180px;
	height:18px;
	color:#444;
}
#formRow .radio{
	border:0px;
	background-color:#F9F6ED;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:18px;
	height:18px;
}

#formRow .small{
	border-left:1px inset #666;
	border-top:1px inset #666;
	background-color:#f9f9f9;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:2px 5px 2px 5px;
	width:50px;
	color:#444;
	cursor:auto;
}
.small2{
	border-left:1px inset #666;
	border-top:1px inset #666;
	background-color:#f9f9f9;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	width:50px;
	color:#444;
	cursor:auto;
}
#formRow textarea{
	border-left:1px inset #666;
	border-top:1px inset #666;
	background-color:#f9f9f9;
	margin:0px 0px 0px 0px;
	padding:5px 5px 0px 5px;
	width:250px;
	height:120px;
	scrollbar-face-color: #f9f9f9; 
	scrollbar-highlight-color: #f9f9f9; 
	scrollbar-shadow-color: #f9f9f9; 
	scrollbar-3dlight-color: #f9f9f9; 
	scrollbar-arrow-color: #C2BBA4; 
	scrollbar-track-color: #f9f9f9; 
	scrollbar-darkshadow-color: #f9f9f9;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#444;
	cursor:auto;
}
#formRow .wide{
	border-left:1px inset #666;
	border-top:1px inset #666;
	background-color:#f9f9f9;
	margin:0px 0px 0px 0px;
	padding:5px 5px 0px 5px;
	width:400px;
	height:60px;
	scrollbar-face-color: #f9f9f9; 
	scrollbar-highlight-color: #f9f9f9; 
	scrollbar-shadow-color: #f9f9f9; 
	scrollbar-3dlight-color: #f9f9f9; 
	scrollbar-arrow-color: #C2BBA4; 
	scrollbar-track-color: #f9f9f9; 
	scrollbar-darkshadow-color: #f9f9f9;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#444;
	cursor:auto;
}
#formRow2{
	width:100%;
	font-weight:normal;
	border:0px solid #fff;
	margin:15px 0px 15px 0px;
	padding:0px 0px 0px 100px;
	font-size:10px;
	text-align:left;
	
}
#formRow2 .bott{
	background-color:#A9A48F;
	font-size:11px;
	margin:0px 0px 0px 3px;
	padding:2px 3px 2px 3px;
	width:60px;
	color:#fff;
	cursor:hand;
	border:0px solid #ff9900;
}
select {
	border:0px;
	background-color:#f9f9f9;
	font-size:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:48px;
	height:12px;
	color:#444;
	cursor:auto;
	voice-family: "\"}\"";
        voice-family: inherit;
	height:auto;
}
.selectwide{
	width:180px;


}
#Lborder{
	background-color:none;
	width:400px;
	margin:20px 0px 20px 0px;
	padding:2px 3px 2px 6px;
	border-top:0px solid #DAD3BF;
	border-right:0px solid #DAD3BF;
	border-bottom:1px solid #DAD3BF;
	border-left:1px solid #DAD3BF;
	font-weight:normal;
	color:#A38F72;
}
/* MAIN MENU */
.mainmenu{
	z-index:1;
	position:relative;
	background-attachment: fixed; 
	background-image: url(mainmenubg.gif); 
	background-repeat: repeat-y;
	padding:10px 0px 0px 0px;
	height:auto;
	width:187px;	
}
#mainmenufoot{
	position:relative;
	top:0px;
	left:0px;
	width:187px;
}
#divCont {
	position:relative; 
	z-index:1; 
	left:0px; 
	top:0px; 
	height:325px;
	width:181px; 
	visibility:hidden;
	background-image:url(logobg.gif);
	background-repeat:no-repeat;
	background-position:center right;
}
.clTop   {
	position:absolute; 
	z-index:1; 
	top:0px;
	width:170px; 
	line-height:0px;
}
.clSub   {
	position:absolute; 
	z-index:1; 
	left:10px; 
	top:30px; 
	width:160px; 
	line-height:0px;
	margin:0px 0px 0px 0px;
	border:0px solid #000;
	background-image:url(rollover.gif);
	background-repeat:repeat;
}

/*** This sets the style for the links inside the menu. ***/
#divCont .clTop a {
	color:#000000; 
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	text-decoration:none;
}
#divCont .clTop a:hover {
	color:#000000;
	text-decoration:none;
}
#divCont .clTop .clSub a {
	color:#777777; 
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	text-decoration:none;
	padding:10px 5px 10px 12px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #D0C570;
	/*width:100%;*/
	display:block;
}
#divCont .clTop .clSub a:hover {
	color:#333333; 
	text-decoration:none;
	background:#FDFBE5;
	/*background-image:url(rollover.gif);
	background-repeat:repeat;*/
}
/* ZOOM MAPPA DOVE SIAMO */
#zoom{
	position:relative;
	top:0px;
	left:0px;
	margin:10px 0px 0px 10px;
	width:250px;
}
#map1 { 
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:250px;
	border:0px solid #ccc;
	visibility:visible;
 }
#map2 { 
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:250px;
	border:0px solid #ccc;
	visibility:hidden;
 }
#map3 { 
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:250px;
	border:0px solid #ccc;
	visibility:hidden;
 }
#map4 { 
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:250px;
	border:0px solid #ccc;
	visibility:hidden;
 }


/*********************************/
/* LISTINI */
/*********************************/

.titolo {
	color:#897FAC; 
	font-family:Arial; 
	font-size:16px; 
	font-weight:bold; 
        }

.titoloBassa {
	color:#993419; 
	font-family:Tahoma; 
	font-size:11px; 
	font-weight:bold;
	padding-top: 5px; 
        }
.camereBassa {
	color:#D18F7B; 
	font-family:Tahoma; 
	font-size:11px; 
	font-weight:bold;
	padding-top: 5px;
	padding-left: 5px; 
        }

.titoloAlta {
	color:#3A2974; 
	font-family:Tahoma; 
	font-size:11px; 
	font-weight:bold; 
	padding-top: 5px;
        }
.camereAlta {
	color:#7D65B7; 
	font-family:Tahoma; 
	font-size:11px; 
	font-weight:bold; 
	padding-top: 5px;
	padding-left: 5px;
        }

.text {
	font-family:Tahoma;
	font-weight:normal;
	font-size:11px;
	color:#666666;
	text-align:justify;
	padding-top: 5px;
      }


.text2 {
	font-family:Tahoma;
	font-weight:normal;
	font-size:11px;
	color:#666666;
	text-align:left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
      }


.note {
	/*background:#E6E6D7;*/
	background:#ECEDDE;
	font-family:Tahoma;
	font-weight:normal;
	font-size:11px;
	color:#666666;
	text-align:left;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
      }

.tratteggio {
	border-top: 1px dashed #999999;
	    }

.back{
	border-top:1px solid #E5D2D2;
	padding-top:5px;
	margin-top:20px;
	width:480px;

}
.tdbg{
	background:#E2DED5;
}
.trbg{
	/*background:#F9F6ED;*/
	background:#FCFCFC;
	padding:5px 5px 5px 5px;
}
.tr1{
	background:#F5EAE8;
	padding:5px 5px 5px 5px;
}
.tr2{
	background:#EBE9F1;
	padding:5px 5px 5px 5px;
}

