/* calendar */
.calendar_data_01 { color:#3C937A; 
	font-size:1.1em;
	font-weight:bold;
	padding:4px 0 5px 10px;
	background:url('../img/share/sep.gif') repeat-x left bottom; 
}

.calendar_eve_01 { 
	padding:4px 0 5px 10px; 
	font-size:1.1em;
	background:url('../img/share/sep.gif') repeat-x left bottom;
	text-align:justify; 
}

.calendar_data_02 { 
	color:#3C937A; 
	font-size:1.1em;
	font-weight:bold;
	padding:4px 0 5px 10px;
	background:#EBF3EE url('../img/share/sep.gif') repeat-x left bottom; 
}

.calendar_eve_02 { 
	padding:4px 0 5px 10px; 
	font-size:1.1em;
	background:#EBF3EE url('../img/share/sep.gif') repeat-x left bottom; 
	text-align:justify;  
}

.nota_cal { 
	padding:7px 0 8px 10px; 
	font-size:1.0em;
	text-align:justify; 
	color:#3C937A; 
}




/* photogallery */
.immagine_left { 
	border-top:1px #ccc solid; 
	border-bottom:1px #ccc solid; 
	border-left:1px #ccc solid; 
	text-align:center; 
	padding:15px 0; 
}

.immagine_txt_right { 
	border-top:1px #ccc solid; 
	border-bottom:1px #ccc solid; 
	border-right:1px #ccc solid; 
	padding:40px 10px 40px 0;
}


#dhtmlgoodies_slideshow{
	width:650px;	/* Total width of slideshow */
}

#previewPane{
	border-top:1px #ccc solid; 
	border-bottom:1px #ccc solid; 
	border-left:1px #ccc solid;
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding:15px 15px 15px 25px;
	position:relative;
		
	/* CSS HACK */
	height: 407px;	/* IE 5.x */
	height/* */:/**/395px;	/* Other browsers */
	height: /**/395px;
}

#previewPane img{
	line-height:375px;
}

#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
}

#galleryContainer{
	background:#005841;
	height:100px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	padding:0px;

	/* CSS HACK */
	height: 100px;	/* IE 5.x - aggiungo 2 pixel per i bordi DX e SX */
	height/* */:/**/100px;	/* Altri browser */
	height: /**/100px;
}

#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color:#005841;
	padding:0px;
}

#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color:#005841;
	padding:0px;
}

#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
}

#theImages #slideEnd{
	float:left;
}

#theImages img{
	float:left;
	padding:13px 2px 0 2px;
	cursor:pointer;
	border:0px;

	filter: alpha(opacity=100);
	opacity: 1;

/*
	filter: alpha(opacity=60);
	opacity: 0.6;
*/
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#fff;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}
	
#theImages .imageCaption{
	display:none;
}


/*contatti*/
.pad_contact	{  padding:15px 0; }
.top_contact	{ background:url('../img/stampa/back_contatti.gif') no-repeat 0 0; height:26px; color:#0F8B6C; font-weight:bold; padding:8px 0 0 8px; }
.td_01			{ padding:10px 0 10px 7px; }
.td_02			{ padding:10px 0 10px 7px; }

