@import "form.css";

/*------------ MODULI GENERICI ------------*/
	#layout .box {
		margin-top:10px;
	}

	#layout .box.first {
		margin-top:0px;
	}

	#layout .box .box_title {
		margin-bottom:10px;
	}
	
	#layout .box .box_body {
	}
				
	#layout .box .box_body img.image {
		margin: 8px;
	}
	
	#layout .box .box_body img.no-margin {
		MARGIN-TOP: -10px; MARGIN-BOTTOM: -12px;
	}		
	
	#layout .box .subtitle {
		font-weight:bold;
		color:#666666;
		margin-bottom:6px;
	}
	
	#layout .box .comment {
		font-size:11px;
		color:#000;
		margin-bottom:12px;
	}
	
	#layout .box .command {
		display: block;
		margin: 6px 0px;
		padding-left: 16px;
		background: url(../images/li.gif) left no-repeat;
	}
	
	#layout .box_img {
		float:right;
	}
	
	#layout .box .testo p {
		text-align: justify;
	}	
	
	#layout .box  img.bordo {
		float:left;
		margin:8px 12px 8px 0px;
		border: 1px solid #ccc;
	}	


	#layout #page_area .box .box_body {
		font-size:13px;
		line-height: 19px;	
		font-family: Arial, Helvetica, sans-serif;
	}
	

	#layout #col_right .box .box_title h2 {
		color: #fff;
	}
	
	
	#layout.layout_home .box .box_title {
		background:url(../images/bg_box_top.jpg) top no-repeat;
		min-height:22px;
		margin:0px;
		padding: 10px 14px 4px 14px;
		margin-bottom:0px;
	}
	
	#layout.layout_home .box .box_body {
		background: url(../images/bg_box_middle.jpg) repeat-y;
		padding: 2px 14px 0px 14px;
		height: 112px;
	}
	
	#layout.layout_home .box .box_footer {	
		background:url(../images/bg_box_bottom.jpg) bottom;
		min-height:17px;	
	}

	#layout.layout_home .testo a {
		color:#666;
	}
	
#layout.layout_page #head_box {}

	#layout.layout_page #head_box .box {
		margin-top:23px;
		margin-left:21px;
	}
		#layout.layout_page #head_box .box	.mod_utente {
			height:118px;
		}
		#layout.layout_page #head_box .box .box_title {
			margin-bottom:6px;
		}
			#layout.layout_page #head_box .box	.newsletter_box .box_title {
				margin-bottom:3px;
			}		
		#layout.layout_page #head_box .box .box_footer {
			display:none;
		}		
		#layout.layout_page #head_box .form.mini form {
			width:230px;
		}
		
		#layout.layout_page #head_box .form.mini .label {
			width:230px;
		}
		#layout.layout_page #head_box .form.mini .label span {
			width:144px;
		}
		#layout.layout_page #head_box .form.mini .label input {
			width:144px;
			float:left;
		}		
		#layout.layout_page #head_box .form.mini .label input.submit {
			width:64px;
			float:left;
			margin-left:10px;
		}
/*------------ MODULI GENERICI PER AREA ------------*/	

a.leggi,
a.archivio {
	color: #999999;
  }

a.leggi:hover,
a.archivio:hover {
	color: #444;
  }


	
/*------------ STRUMENTI PAGINE -----------*/
.pagetree {
}

	.pagetree ul {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	
	.pagetree ul li.root a {	
		display:block;
		margin: 10px;
		font-weight: bold;
		font-size: 14px;
	}

		.pagetree ul li.root ul {
			margin-left: 10px;
		}
		.pagetree ul li.root ul li a {
			background: url(../images/li0.gif) 0px 3px no-repeat;
			color: #999;
			padding-left: 14px;
			font-weight: normal;
			text-transform: uppercase;
		}
		.pagetree ul li.root ul li a:hover,
		.pagetree ul li.root ul li a.attivo {
			background: url(../images/li1.gif) 0px 3px no-repeat;
			color: #3361AE;
		}
		.pagetree ul li.root ul li ul li {
			padding:0px;
			color: #999;
			padding-bottom:6px;
		}
		.pagetree ul li.root ul li ul li a {
			background: url(../images/li_0.gif) 0px 3px no-repeat;			
			text-transform: none;
			margin:0px;
			font-size: 13px;
		}
		.pagetree ul li.root ul li ul li a.attivo,
		.pagetree ul li.root ul li ul li a:hover {
			background: url(../images/li_1.gif) 0px 3px no-repeat;
		}

.pagebox {
}
	.pagebox .page_box{
		clear:both;
		margin-top:15px;		
		margin-bottom:30px;
	}
	
	.pagebox .page_box .titolo{
		color:#009FD1;
		font-size:14px;
		padding-bottom:5px;
	}
	.pagebox .page_box a:hover .titolo{
		color:#0066CC;
	}
	
	.pagebox .page_box .anteprima {
		color:#444;
		font-size:11px;
	}
	
	.pagebox .page_box .img {		
		border: 7px solid #000;
		float: left;
		margin-right: 16px;
	}	
	

.pagelist .box_body { margin-top:15px;}

	.pagelist ul {
		list-style:none;
		margin: 0px 0px 0px 5px;
		padding: 0px;
		color:#009FD1;
	}
	
	.pagelist ul li {
		margin-bottom: 7px;
		background:url(../images/next2.gif) left no-repeat;
		padding-left: 16px;
	}
	.pagelist ul li a {	
		color:#009FD1;		
	}	
	.pagelist ul li a:hover,
	.pagelist ul li a.attivo {
		color:#009FD1;
		font-weight:bold;
	}
				
/*--------- NUMERAZIONE ----------*/

.page_num ul {
	clear:both;
	float:right;
	list-style:none;
	margin: 5px 10px 0px 0px;
	padding:0px;
}

.page_num li {
	float:left;
	list-style:none;
	margin-right:7px;
}

.page_num li a {
	font-size:11px;
	display:block;
	text-decoration: none;
	text-align:center;
	color:#666;
	background:#fff;
	border: 1px solid #aaa;
	width:20px;
	height:20px;
	font-weight:bold;
	line-height:18px;
}

.page_num li a:hover,
.page_num li a.selected {
	color:#fff;
	background:#555;
}

/*--------- PHOTOGALLERY -------*/

.photogallery {
	clear:both;
}

	.photogallery .photo {
		float:left;
		margin: 0px 23px 20px 0px;
		width:115px;
		height:81px;
		overflow:hidden;
	}
	.photogallery .photo a {
		display:block;		
	}
		
	.photogallery .photo a img{		
		border: 5px solid #fff;
	}

	.photogallery .photo a:hover img{
		filter: alpha(opacity=70);
		-moz-opacity:.70;opacity:.70;
	}

	.photogallery .photo .titolo {
		display:none;
	}

	.photogallery .photo .descrizione {
		display:none;		
	}

 .photogallery_main {
		width:400px;
		margin: 0px auto;
	 }
	 
	 	 .photogallery_main #mainphoto {
		 		float:left;
		 		border: 1px solid #ccc;
				margin:6px;
		 }

	 	 .photogallery_main .thumbphoto {
		 		float:left;
		 		border: 1px solid #ccc;
				margin:6px;
		 }
		 
		 
		 
.photogallery_icolist {
	clear:both;
}
	.photogallery_icolist .photo {
		display:block;
		/*clear:both;*/
		float:left;
		width:50%;
		padding-bottom:10px;
	}
	.photogallery_icolist .photo img {
		float:left;
		margin-right:10px;
	}
	.photogallery_icolist .photo .titolo {
		margin-top:5px;
		display:block;
	}
	.photogallery_icolist .photo .descrizione {
		display:none;
	}		



.photogallery_icogr {
	clear:both;
}
	.photogallery_icogr .photo {
		float:left;
		margin-right:4px;
		margin-bottom:5px;
		cursor: pointer;
	}
	.photogallery_icogr .photo img {
		border:none;
	}
	
	.photogallery_icogr .photo .titolo {
		display:none;
	}
	.photogallery_icogr .photo .descrizione {
		display:none;
	}		


.downloadgallery {
}

.downloadgallery ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

/*
	#col_right  .form form {
		width:250px;
		overflow: hidden;
	}
	
	#col_right  .form .label {
		width:250px;
	}

	#col_right  .form .label span {
		width: 80px;
		font-weight: normal;
		text-align:right;
		margin-bottom: 3px;
	}
	
	#col_right .form .label input, 
	#col_right .form .label textarea {	
		width: 140px;
	}
	
	#col_right  .form .label input.submit {
		font-size:12px;
	} 
*/
/*------- MAPPA DEL SITO -----*/

.sitemap ul {
	margin: 3px 0 3px 20px;
	padding:0;
}

.sitemap ul li {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

.sitemap ul li ul li{
	float:left;
	width:200px;
	margin-top:12px;
}

.sitemap ul li ul li ul li{
	float:none;
	width:auto;
	margin-top:0px;
}


.sitemap ul li a {
	font-weight:bold;
	color:#666666;
}
.sitemap ul li a:hover {
	color:#000;
}

.sitemap ul li ul li ul li a {
	font-weight:normal;
}


.sitemap ul li.no-point {
	list-style-image: none;
	list-style:none;
	margin:0px;
	padding:0px;
}

/*------- SLIDE SHOW --------*/

.slideshow .movie {
	border:1px solid #444;
}


/*--- RICERCA ---*/

.search_results {
}

	.search_results ul {
	}
	
		.search_results ul li {
			margin-top:10px;
		}
		
			.search_results ul li div {
				margin-bottom:5px;
			}
.search_found {	
	font-weight:bold;
	color: #800;
}