/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-image: url(images/bg_body.jpg);
	
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:none;	
}
.spazio{
	height:50px;	
}
.spazio10{
	height:10px;	
}
#toppage{
	width:800px;
}
#date{
	float:left; width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#topbar{
	float:left; 
	width:598px; 
	height:40px; 
	background-image:url(images/bg_topbar.gif);
	background-color:#3A26CE;
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
}
#header{
	width:780px;
	background-color:#ffffff;
	text-align:left;
}
#content{
	width:800px;
}
#contenttext{
	float:left; width:598px; 
	background-color:#ffffff; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
	min-height:360px;
}
#logo{
	float:left; width:489px; height:110px;  border-left:solid 1px #999999;	
}
#titolo{
	float:right; height:110px; border-right:solid 1px #999999;			
}

#title{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{
	float:left; width:190px; margin:0px;
}

#footer{
	width:590px; 
	text-align:center;
}

/*GRAY PANEL*/
.colonna_contenitore{
	width:605px;
	height:253px;
				
	overflow: scroll;
	overflow-x:hidden;

	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#0F375B;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#ffffff;				
	
	
	}
.colonna_sx{
	float:left;
	width:285px;
	margin-left:5px;
}
.colonna_dx{
	float:right;
	width:285px;
	margin-right:5px;
}
.blocca_float{
	clear:both;
	}
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:0px;
	padding:3px;
	width:270px;
	min-height:110px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
	line-height:1.6em;

}

.bodytext img{
	text-align:right;
	margin:5px 5px 0px 5px;	
	border:solid;
	border-width:1px;
	border-color:#000080;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em verdana, Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #EFBE49;		
}

.orangetitle,.orangetitle a {
	font: 0.7em Tahoma, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
	text-decoration:none;
}
#linksmenu a{
	float:right; 
	width:183px; 
	height:20px; 
	background-color:#000080; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
	text-align:left;
	
}
#linksmenu a:hover{
	background-color:#ffffff;
	color: #000080;
	border-left:solid 1px #999999;
	margin-left:1px;
}

#linksmenu_premuto a{
	background-color:#ffffff;	
	color: #000080;
	border-left:solid 1px #999999;
	margin-left:1px;
	
}


.indirizzo_barra{
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
	text-align:left;
	margin-left:20px;
	
}

.foto_sezione{
	padding-bottom:4px;
	
	}
	
.nascosto{
	display:none;	
}	

.visibile{
	display:block;		
}	
#titolo1,#titolo2,#titolo3,#titolo4,#titolo5,#titolo6{
	margin-top:5px;	
	padding:0px;
}
#titolo1:hover,#titolo2:hover,#titolo3:hover,#titolo4:hover,#titolo5:hover,#titolo6:hover{
	color:#FF9900;
	
}

.simbolo{
	display:inline;	
}
