/*
Autore		> 	Fabio Dreosso | www.dreosso.it |
			per SYNERGIE  | www.synergie-web.it |
Versione	>	1.0 - 17.04.2007

Stile		>	Stile per tutte le pagine
*/



/*****		GLOBALI		***/
*	{ margin:0; padding:0; }
HTML 	{ font-size:100%; }
BODY 	{
	color:		#333; 
	background: 	#F2F2F2 url(../img/background.jpg);		
	font-size:	0.8em;
	font-family: 	verdana, arial, sans-serif;
	text-align:	center;
	}
	
LEGEND  { display:none }	
.csc-mailform-required { font-weight:bold }

A	{ color:#000; padding: 0em .2em; text-decoration:none; border-bottom: 1px dotted }
A:hover	{ color:#DD0000; border-bottom: 1px solid }

#skippo { position:absolute;margin-left:-10000px;padding:0; }
.oldbrw { display:none }





/*****		STRUTTURA 		***/
#sito { 
	font-size:		1.2em;
	text-align:		left;
	margin-left:		auto;
	margin-right:		auto;
	width:			60em;
	}

#centrale { margin-top:10px }
#cenintarno { background:#FFF; border:1px solid #999; padding:10px }


#intestazione:after,
#centrale:after,
#cenintarno:after,
#footer:after	{
	content:		".";
	display:		block;
	height:			0;
	clear:			both;
	visibility:		hidden;
	}





/*********** Intestazione **********/
#intesta {
		color:			#AD9684;
		height:			85px;
		}

#intesta H1 {
		font-family:		'Trebuchet MS', Verdana, Arial, Sans-Serif;
		font-size:		1em; 
		font-weight:		normal;
		position:		absolute;
		margin:			10px 15px 0px 15px;
		z-index:		100;
		}
#intesta H1 A {
		background: 		url(../img/gonfalone.gif) 0 0 no-repeat;
		border-bottom:		none;
		line-height:		5.8em;
		text-decoration:	none;
		display:		block;
		padding-left:		80px;
		}

#intesta H1 A SPAN	{ color:#999999; margin:0; padding:.7em .5em .2em .2em; font-size:1.4em;}
#intesta H1 A STRONG	{ color:#000; font-weight:normal; font-size:1.8em;}

#intesta H1 A:hover span { color:#D7293A; }
#intesta H1 A:hover span strong { color:#F00; }



#flash { display:none }



#indirizzo {
		font-size:		.65em;
		text-align:		left;
		padding:		.2em 0px .2em 100px;
		width:			100%;
		text-transform:		uppercase;
		font-family: 		arial, verdana, sans-serif;
		}

#lingua {
		background:		#F8F8F8;
		border:			1px solid #444;
		padding:		.3em .5em;
		font-size:		.65em;
		position:		absolute;
		top:			20px;
		margin-left:		72em;
		font-weight:		bold;
		text-transform: 	uppercase;
		font-family:		Arial, Verdana, Sans-Serif;
		letter-spacing:		.02em;
		}

#lingua A { border:none }
#lingua A.selected { color:#F00 }



/**********************************/
/*****		MENU 		***/
/**********************************/
#menualto { background:#F00; border:1px solid #FFF; border-width:1px 0px }

.menu { color:#fff; min-height:0; margin-left:100px; }

.menu ul { list-style-type:none; display:block; }
.menu ul ul { border:none }

.menu li {
		border-right: 		1px dotted #FFF;
		display:		block;
		float:			left;
		position:		relative;
		z-index:		5;
		}
.menu li:hover	{ z-index:10000; white-space:normal; }
.menu li li	{ float:none; }
.menu ul {
		visibility:		hidden;
		position:		absolute;
		z-index:		10;
		left:			0;
		top:			0;
		}
.menu li:hover>ul	{ visibility:visible; top:100%; }
.menu li li:hover>ul	{ top:0; left:100%; }
.menu:after,
.menu ul:after {
		content:		".";
		height:			0;
		display:		block;
		visibility:		hidden;
		overflow:		hidden;
		clear:			both;
		}
.menu ul {
		background: 		url(../img/shim.gif) 0 0;
		padding:		20px 5px 5px 5px;
		margin:			-20px 0 0 -5px;
		min-height:		0;
		width:			10em;
		/*background: 		#f00;*/	
		}
.menu li a {
		color:			#FFF;
		background:		url(../img/arw1a.gif) 10px 50% no-repeat;
		border-bottom:		none;
		padding:		.3em 1.2em .3em 2em;
		text-transform:		uppercase;
		font-size:		.7em;
		display:		block;
		position:		relative;
		font-weight:		bold;
		}
.menu a:hover, .menu li:hover>a {
		color:			#FFF;
		background:		#D00 url(../img/arw1b.gif) 8px 50% no-repeat;
		border:			none;
		}
.menu ul li {
		color:			#333;
		background:		#FFF;
		}
.menu ul li a {
		color:			#333;
		border-bottom:		none;
		padding:		.3em .85em .3em 2em;
		text-transform:		none;
		font-size:		.65em;
		display:		block;
		position:		relative;
		}
.menu li li	{ border:1px solid #D00 }
.menu ul>li + li { border-top:0 }
.menu li li:hover>ul { top:5px;	left:90%; }

/* Fix for IE5/Mac \*//*/
.menu a { float:left; }
/* End Fix */

/*]]>*/





/*****		PERCORSO 		***/
#percorso {
		color:			#999;
		background:		#FFF;
		font-size:		.65em;
		line-height:		2em;
		padding-left:		1em;
		}
#percorso A 	{ text-decoration:none; margin-left:5px; padding:0em .2em; }
#percorso SPAN 	{ display:none }





/*****		ZONA CENTRALE	***/
#sinistra {
		font-size:		.70em;	
		width:			23%;
		float:			left;
		}
#centro {
	 	font-size:		.7em;
		width:			76%;
		float:			right;
	    
		min-height:		38em;
		height:			auto !important;
		height:			38em;
		 }

#centro:after,
#sinistra:after {
		content:		".";
		display:		block;
		height:			0;
		clear:			both;
		visibility:		hidden;
		}





/*****		ZONA SINISTRA	***/
#sinistra H2 {
		color:			#FFF;
		background:		#444;
		border:			1px solid #000;
		font-size:		1.2em;
		text-transform:		uppercase;
		padding:		.3em .8em;
		}

#sinistra H3 {
		color:			#0A6FC0;
		font-size:		1em;
		font-weight:		bold;
		margin:			.6em 0em;
		padding:		.1em 0em .1em 1.2em;
		}
		
#sinistra UL 	{ padding:0px 0px 15px 0px }
#sinistra UL LI {
		list-style:		none;
		border: 		1px solid #666; /** bordo x risolvere il baco di exploder **/
		border-width:		0px 1px 1px 1px;
		}
#sinistra UL LI A {
		color:			#000;
		background:		#EEE url(../img/arw4.gif) 20px 50% no-repeat;
		border:			none;
		font-size:		1em;
		font-weight:		bold;
		margin:			0;
		padding:		.3em .55em .3em 3em;
		display:		block;
		}
#sinistra UL LI A:hover { color:#FFF; background:#D00 url(../img/arw1a.gif) 20px 50% no-repeat;	}
#sinistra UL UL {
		margin:			0;
		padding:		0;
		border:			none;
		}
#sinistra UL UL LI { border:0 }
#sinistra UL UL LI A { background:#FFF url(../img/arw4.gif) 40px 50% no-repeat; padding:.3em .5em .3em 4.5em }
#sinistra UL UL LI A:hover { color:#FFF; background:#D00 url(../img/arw1a.gif) 40px 50% no-repeat; }

#sinistra UL LI A.selected,
#sinistra UL LI UL LI A.selected {
		color:			#FFF;
		background:		#F00 url(../img/arw1a.gif) 20px 50% no-repeat;
		}



/*****		ZONA PRINCIPALE	***/

#centro H1,
#centro H2,
#centro H3,
#centro H4	{
		font-family:		'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
		font-weight:		normal;
		}


#centro H1 {
		color:			#FFF;
		background:		#444 url(../img/corner1.gif) 100% 100% no-repeat;
		font-size:		1.8em;
		text-transform:		uppercase;
		padding:		.1em 0em .1em 30px;
		}

#centro H2 {
		color:			#000;
		background:		#ECCA62 url(../img/corner1.gif) 100% 100% no-repeat;
		font-size:		1.6em;
		margin:			1.4em 0em .2em 0em;
		padding:		.2em 0em 0.1em 2em;
		}
#centro H3 {
		color:			#000;
		font-size:		1.4em;
		margin:			.4em 0em .2em 0em;
		padding:		.2em 0em 0.1em 20px;
		}
#centro H4 {
		color:			#222;
		background:		url(../img/arw3.gif) 1.4em 60% no-repeat;
		font-size:		1.2em;
		margin:			.4em 0em .2em 0em;
		padding:		.2em 0em 0.1em 20px;
		}
#centro H5,
#centro H6	{
		color:			#000;
		font-size:		1.1em;
		font-weight:		bold;
		margin:			1em 0em 0em .1em;
		padding:		.2em 0em 0em 20px;
		}
#centro H5	{ background: url(../img/arw2.gif) 1.4em 60% no-repeat }
#centro H6	{ background: url(../img/arw3.gif) 1.4em 60% no-repeat }

#centrale P	{ padding:.1em; margin:.9em .4em .9em 2.9em; }
#centro UL,
#centro OL	{ margin:1em 0em 1.5em 5em; }
#centro LI	{ color:#4D4A46; margin:.4em; }
#centro UL LI	{ list-style-type:square }

#centro TABLE 	{ padding:0; margin:1em; width:95%; font-size:.95em;}
#centro TH	{
		color:			#FFF;
		background:		#B00;
		font-size:		1.1em;
		padding:		.2em .5em;
		}
#centro TH P	{ margin:0; padding:0; }
#centro TD	{
		border-bottom:  	1px dotted #C0C0C0;
		font-size:		1em;
		padding:		.2em .3em;
		}
#centro TD P 	{ margin:0; padding:0; }
#centro TD A IMG,
#centro TD IMG { border:none }

#centro P IMG { border:1px solid #006; margin:.2em .4em }
#centro A IMG { border:1px solid #006; }

#centrale FORM 		{ display:block; }
#centrale FORM LABEL	{ display:block; width:10em; float:left; }

#centrale DL.csc-menu	{ margin:0px 15px; }
#centrale DL.csc-menu DT { padding:.2em .8em; background:url(../img/arw2.gif) .2em 50% no-repeat }
#centrale DL.csc-menu DT A { border:none; font-weight:bold }
#centrale DL.csc-menu DD { margin:.2em 25px 0.7em 25px; padding:.5em 1em; background:#F5F5F5; border: 1px solid #CCC }

#centro DD { color:#7E7B76; font-style: italic; font-size:95%; }



/*******************************************/
/*****		RICERCA laterale	***/
/*****************************************/
#ricercasx 				{ margin:10px 0px; text-align:center }
#ricercasx FIELDSET.inevidenza LEGEND,
#centrale FORM#ricercasx LABEL 		{ display:none }
#ricercasx FIELDSET			{ border:none; margin:0; padding:0 }

#centrale FORM#ricercasx P 		{ margin:0; padding:0 }
#centrale FORM#ricercasx P A 		{ font-size:80% }
#ricercasx INPUT.input1 		{ width:10em }

FIELDSET INPUT		{ 
		color:			#000;
		background:		#F4F4F4; 
		border:			1px solid #666;
		font-family:		verdana, arial, sans-serif;
		font-size:		1em;
		margin:			.5em;
		padding:		.1em .5em
		}
FIELDSET INPUT:focus { 
		background:		#FFF;
		border:			1px solid #F00; 
		}
INPUT[type='submit'] { color:#FFF; background:#333; border:1px solid #000; text-transform:uppercase; font-weight:bold; }
INPUT[type='submit']:hover,
INPUT[type='submit']:focus { color:#FFF; background:#D00; border:1px solid #F00 }



/*******************************************/
/*****		RICERCA centrale	***/
/*****************************************/
DIV.tx-indexedsearch-searchbox { margin-left:1em;}




/***********************************/
/*****		NEWS		***/
/*********************************/
HR.clearer { display:none }



/***********************************/
/*****		NEWS HOME	***/
/*********************************/
#news SPAN.news-lista-date {
		color:			#D00;
		font-size:		85%;
		font-weight:		bold;
		padding:		.1em 2px;
		}
#sinistra DIV#news UL LI { margin:10px }
#news LI.news-lista-item { 
		background:		#F4F4F4;
		border:			1px dashed #666;
		padding:		5px;
		}
#news LI.news-lista-item:hover		{ background:#FBFBFB; border:1px solid #D00 }
#news LI.news-lista-item H3		{ font-size:160%; margin:0; padding:0; } 
#news LI.news-lista-item H3 A {
		color:			#000;
		background:		none;
		margin:			0;
		padding:		.1em 2px;
		}
#news LI.news-lista-item H3 A:hover 	{ color:#FFF; background:#D00 }

#news DIV.news-list-morelink A 		{ color:#4D4A46; background:none; text-align:right; font-weight:normal; padding:.1em 2px; }
#news DIV.news-list-morelink A:hover 	{ color:#FFF; background:#D00 }



/***********************************/
/*****		NEWS SINGOLA	***/
/*********************************/
DIV.news-single-timedata	{ color:#000; float:right; padding:.1em .5em }
P.news-single-author		{ text-align:right }

DIV.news-single-img		{ float:right; padding:10px; margin:.2em .5em; border:1px solid #333; background:#FFF;}
DIV.news-single-img A		{ border:none; margin:0; padding:0; }
DIV.news-single-img A IMG	{ border:none; margin:0; padding:0; }
DIV.news-single-img P.news-single-imgcaption { border:none; margin:0; padding:0; text-align:center }

DIV.news-single-backlink	{ margin:2em 0em .5em 0em; padding:.4em 0em .2em 1em; border-top:1px dashed #DDD }
DIV.news-single-backlink A	{ font-size:80%; text-transform:uppercase; }



/*******************************************/
/*****		NEWS LISTA ARCHIVIO	***/
/*****************************************/
#centro LI.news-lista-item H3		{ text-transform:uppercase; border:none; background:none }
LI.news-lista-item H3 A			{ color:#C63E3E }
LI.news-lista-item H3 A:hover		{ color:#D1B455 }
LI.news-lista-item DIV.news-lista-date	{ color:#9A968F; font-size:80% }



/****************************************************/
/*****		ARCHIVIO NOTIZIE per anno	****/
/**************************************************/
div.news-amenu-container	{ border:none; background:none }
div.news-amenu-container H2	{ border-top:none; border-left:none; border-right:none; background:none }
div.news-amenu-container UL	{ border:1px solid #D7D7D7; background:#F5F5F5; list-style-type:none }





/*******************************************/
/*****		FOOTER			***/
/*****************************************/
#footer		{
		color:			#555;
		border-top: 		5px solid #000;
		font-size:		.60em;
		letter-spacing:		.02em;
		clear:			both; 
		padding:		1em 0em;
		}
#footer A		{ font-weight:bold; }

#footer DIV 		{ padding:.2em .8em }
#footer div.primo 	{ float:left }
#footer div.secondo 	{ float:right }





/*******************************************/
/*****		MENU in FONDO 		***/
/*****************************************/
#bottomen	{
		margin-bottom:		5px;
		clear:			both;
		margin-left:		auto;
		margin-right:		auto;
		width:			60em;
		text-align:right;
		font-size:		1.2em;
		}
#bottomen UL, 
#bottomen LI {
		margin-bottom:		1em;
		list-style-type:	none;
		display:		inline;
		font-size:		1em;
		}

#bottomen LI A {
		color:			#000;
		font-weight:		bold;
		font-size:		.65em;
		margin:			5px .5em;
		padding:		.1em 0em;
		}
#bottomen LI A:hover { color:#DD0000; }

/************************************/
/*****		TABELLE	*****/
/************************************/
TABLE.csc-uploads {
table-layout: auto; 
border: 1px solid #EEE;;
border-collapse: collapse;
border-spacing: 5px;
}
TABLE.csc-uploads TD { border-bottom:1px dotted #EEE; }
TD.csc-uploads-icon {text-align: center; width:28px; }
TD.csc-uploads-fileName {text-align: left;}
TD.csc-uploads-fileSize {text-align: right;}
TR.tr-odd {background: #FBFBFB;}
#centrale TD.csc-uploads-icon A {border:none }
#centrale TD.csc-uploads-fileName P {margin:.8em 0em .8em 0px;padding:0}
#centrale TD.csc-uploads-fileName A {margin:0 ;padding:0}
#centrale TD.csc-uploads-fileSize P {margin:.8em 0em .8em 0px;padding:0}

