/*
Autore		> 	Fabio Dreosso | www.dreosso.it |
			per SYNERGIE  | www.synergie-web.it |
Versione	>	1.0 - 30.09.2008

Stile		>	Stile per tutte le pagine
*/



/*****		GLOBALI		***/
*	{ margin:0; padding:0; }
HTML 	{ font-size:100%; }
BODY 	{
	color:		#000; 
	background: 	#A9D5E4 url(../img/back.jpg) 0 0 repeat-x;
	font-size:	0.8em;
	font-family: 	verdana, arial, sans-serif;
	text-align:	center;
	}
	
LEGEND  { display:none }	
.csc-mailform-required { font-weight:bold }

A	{ color:#3085B8; padding: 0em .2em; text-decoration:none; border-bottom: 1px dotted }
A:hover	{ color:#F93E97; border-bottom:1px solid }

INPUT		{ 
		color:			#000;
		background:		#FFF; 
		border:			1px solid #144B74;
		font-family:		verdana, arial, sans-serif;
		font-size:		1em;
		margin:			.5em;
		padding:		.1em .5em
		}
INPUT:focus { 
		background:		#FFF;
		border:			1px solid #F93E97; 
		}
INPUT[type='submit'] { color:#FFF; background:#3085B8; border:1px solid #144B74; text-transform:uppercase; font-weight:bold; }
INPUT[type='submit']:hover,
INPUT[type='submit']:focus { color:#FFF; background:#F93E97; border:1px solid #BC055C }


#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:			95%;
	}

#centrale { margin-top:20px }
#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:			#FFF;
		background: 		url(../img/fascia.jpg) 100% 0 no-repeat;
		height:			115px;
		}

#intesta H1 {
		font-family:		'Trebuchet MS', Verdana, Arial, Sans-Serif;
		font-size:		1em; 
		font-weight:		normal;
		position:		absolute;
		margin:			10px 15px 0px 5px;
		z-index:		100;
		}
#intesta H1 A {
		background: 		url(../img/gonfalone.gif) 0 0 no-repeat;
		border-bottom:		none;
		line-height:		5.6em;
		text-decoration:	none;
		display:		block;
		padding:		10px 0px 0px 90px;
		}

#intesta H1 A SPAN	{ color:#DAECF1; margin:0; padding:.8em .5em 0em .2em; font-size:1.4em }
#intesta H1 A STRONG	{ color:#FFF; font-weight:normal; font-size:1.8em; }

#intesta H1 A:hover span { color:#55CEEE; }
#intesta H1 A:hover span strong { color:#8DE6EF; }



#flash { display:none }



#indirizzo {	
		color:			#BFDEE8;
		font-size:		.65em;
		text-align:		left;
		padding:		.2em 0px .2em 100px;
		margin-top:		-25px;
		text-transform:		uppercase;
		font-family: 		arial, verdana, sans-serif;
		}

#lingua {
		background:		#FFF;
		padding:		.3em .5em;
		font-weight:		bold;
		font-size:		.7em;
		position:		absolute;
		right:			15px;
		top:			40px;
		}





/*********************************************/
/*****		MENU			*****/
/*******************************************/
#menu 		{ padding:0; margin:0; }
#menu UL 	{
		color:			#FFF;
		background:		#144B74;
		border:			1px dotted #4AB6DE;
		float:			left;
		display:		block;
		width:			100%;
		}
#menu LI 	{ list-style-type:none; display:inline }
#menu A 	{
		color:			#FFF;
		background:		url(../img/arw1.gif) 10px 50% no-repeat;
		border:			none;
		display:		block;
		float:			left;
		padding:		.3em 10px .3em 25px;
		font-family:		Trebuchet MS, Tahoma, verdana, arial, helvetica,sans-serif;
		font-size:		80%;
		letter-spacing:		.1em;
		}
#menu A:hover { color:#144B74; background:#55CEEE url(../img/arw1.gif) 10px 50% no-repeat; }





/*****		PERCORSO 		***/
#percorso {
		color:			#89DEF3;
		font-size:		.65em;
		line-height:		2em;
		padding-left:		1em;
		}
#percorso A 		{ color:#FFF; font-weight:bold; border:none; margin-left:5px; padding:0em .2em }
#percorso A:hover	{ color:#F93E97 }





/*****		ZONA CENTRALE	***/
#sinistra {
		font-size:		.70em;	
		width:			23%;
		float:			right;
		}
#centro {
	 	font-size:		.7em;
		width:			76%;
		float:			left;
	    
		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:		#144B74 url(../img/bh2.jpg) 0 0 repeat-x;
		border:			1px solid #144B74;
		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 #144B74; /** bordo x risolvere il baco di exploder **/
		border-width:		0px 1px 1px 1px;
		}
#sinistra UL LI A {
		color:			#144B74;
		background:		#FFF url(../img/arw3.gif) 18px 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:#F93E97 url(../img/arw4.gif) 18px 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/arw3.gif) 36px 50% no-repeat; padding:.3em .5em .3em 4.5em }
#sinistra UL UL LI A:hover 	{ color:#FFF; background:#F93E97 url(../img/arw4.gif) 36px 50% no-repeat; }

#sinistra UL LI A.selected 	{ color:#86DDF2; background:#3085B8 }
#sinistra UL UL LI A.selected 	{ background:#3085B8 }


/*****		ZONA PRINCIPALE	***/
DIV.internal	{ color:#333; background:#FFF; border:1px solid #144B74 }

#centro H1,
#centro H2,
#centro H3,
#centro H4	{
		font-family:		'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
		margin:			5px 0px;
		padding:		5px 20px;
		font-weight:		normal;
		}


#centro H1 {
		color:			#1C70AC;
		font-size:		1.8em;
		text-transform:		uppercase;
		}

#centro H2 {
		color:			#3F98CD;
		font-size:		1.6em;
                clear:                  both;
		}
#centro H3 {
		color:			#15527F;
		font-size:		1.4em;
		}
#centro H4 {
		color:			#3F98CD;
		font-size:		1.2em;
		}
#centro H5,
#centro H6	{
		color:			#1C70AC;
		font-size:		1.1em;
		font-weight:		bold;
		}


#centrale P	{ padding:.1em; margin:.9em .4em .9em 2.9em; }
#centro UL,
#centro OL	{ margin:1em 0em 1.5em 5em; }
#centro LI	{ color:#444; 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:		#144B74 url(../img/bh2.jpg) 0 100% repeat-x;
		border:			1px solid #0D2E46;
		font-size:		1.1em;
		padding:		.2em .5em;
		}
#centro TH P	{ margin:0; padding:0; }
#centro TD	{
		border-bottom:  	1px dotted #CCC;
		font-size:		1em;
		padding:		.2em .3em;
		}
#centro TD P 	{ margin:0; padding:0; }
#centro TD A IMG,
#centro TD IMG { border:none }

#centro IMG,
#centro P IMG,
#centro A IMG { background:#FFF; border:1px solid #1C70AC; margin:0px 10px 5px 10px; padding:0px }

#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; }
#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%; }





#centro DIV.csc-textpic DL { padding:0px 10px; margin:0 }
#centro DIV.csc-textpic DL A { border:none; padding:0; margin:0px }
#centro DIV.csc-textpic DL A IMG { margin:0 }





/*******************************************/
/*****		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 }



/*******************************************/
/*****		RICERCA centrale	***/
/*****************************************/
DIV.tx-indexedsearch-searchbox { margin-left:1em;}







/***********************************/
/*****		NEWS		***/
/*********************************/
HR.clearer { display:none }




/***********************************/
/*****		NEWS HOME	***/
/*********************************/
#news DIV.news-latest-item			{ margin:5px 0px; padding:2px 5px; border:1px solid #144B74; background:#FFF; }
#news DIV.news-latest-item:hover,
#news DIV.news-latest-item:focus		{ border:1px solid #55CEEE }


#news DIV.news-latest-item A			{ border:none; padding:0; }
#news DIV.news-latest-container	H3		{ margin:0; padding:0 }
#news DIV.news-latest-container H3 A 		{ color:#144B74; border:none; font-weight:bold}
#news DIV.news-latest-container H3 A:hover 	{ color:#55CEEE }



DIV.news-latest-item SPAN.news-latest-date A 	{ color:#2173AF }
DIV.news-latest-item SPAN.news-latest-date A:hover { color:#BC055C }
#news DIV.news-latest-item P 			{ margin:0; padding:0 }
DIV.news-latest-item IMG 			{ padding:5px; border:1px solid #FFF; float:left; margin:5px }
DIV.news-latest-category 			{ display:none }
DIV.news-latest-morelink 			{ text-align:right }
DIV.news-latest-morelink A 			{ text-transform:uppercase; font-size:90% }
DIV.news-latest-morelink A:hover		{ }




/***********************************/
/*****		NEWS SINGOLA	***/
/*********************************/
DIV.news-single-timedata	{ color:#000; float:right; padding:.1em .5em }
P.news-single-author		{ text-align:right }

.news-single-category		{ display:none; }

DIV.news-single-img		{ float:right; padding:10px; margin:5px 10px; }
DIV.news-single-img A,
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-additional-info DL { margin:10px 25px }
DIV.news-single-additional-info DT { font-weight:bold; text-transform:uppercase }
#centro DIV.news-single-additional-info DD IMG { border:none; padding:0; }
						  
DIV.news-single-backlink	{ clear:both; margin:5px 10px; padding:5px 20px; border-top:1px dashed #DDD }
DIV.news-single-backlink A	{ font-size:80%; text-transform:uppercase; }



/*******************************************/
/*****		NEWS LISTA ARCHIVIO	***/
/*****************************************/
DIV.news-list-item		{ border-bottom:1px dotted #CCC; margin:5px 20px }
SPAN.news-list-date 		{ font-weight:bold; text-transform:uppercase; margin:0px 0px 0px 4px; font-size:85% }
#centro DIV.news-list-item H3 	{ margin:0; padding:0 }
DIV.news-list-category		{ display:none }
DIV.news-list-morelink		{ text-align:right; margin:5px }
DIV.news-list-morelink A	{ text-transform:uppercase; font-size:90% }


/****************************************************/
/*****		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 }


/*********************************************/
/*****		NEWS MULTIPAGINA	*****/
/*******************************************/
.news-list-browse {
		clear:			both;
		margin:			2em 0em;
		}
.news-list-browse SPAN.evidenti	{ font-weight:bold; color:#C98A45 }
.news-list-browse DIV		{ display:block }
#centro DIV.news-list-browse UL		{
		float:			left;
		display:		block;
		margin:			.2em 0em;
		padding:		0;
		width:			70%;
		text-align:		center;
		}
#centro .news-list-browse LI		{ margin:0; padding:.1em .4em; list-style-type:none; display:inline;}
#centro .news-list-browse A {margin:0;padding: 0; border:none}
#centro .news-list-browse LI.evidenti	{ color:#000; background:#E8BC66; border:1px solid #595959; font-weight:bold; }
#centro .news-list-browse P		{ margin: .2em .5em; padding:0; }

P.precedente,
P.prossima			{ width:10%; margin:.2em 0em; padding:0 }
P.precedente			{ float:left }
P.prossima			{ float:right; text-align:right }

/************************************/
/*****		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}

/*******************************************/
/*****		ALBO LISTA ARCHIVIO	***/
/*****************************************/

#centro DIV.albo-list-container { margin:0 2.8em 0 1.8em; padding:0; background:none; }
#centro .albo-list-item 	{ margin:.5em  0 0 0 ; padding:6px; font-size: 1.05em; width:100%; background:none; border:1px solid #cdcdcd; height:auto; overflow: auto}
#centro .albo-lista-category		{ font-size:1em}
#centro .albo-list-morelink		{ text-align:right; margin:0;padding:0 }
#centro .albo-list-morelink A	{ text-transform:uppercase; font-size:90% margin:0; padding:0}
#centro .albo-list-container { margin:10px 20px 10px 0; background:FFF; border:none; }
#centro .albo-lista-date {  background:none; float:none; font-size:1em}
#centro .albo-lista-image {display: none}
#centro .albo-lista-image img {float:none; margin:0; padding:0}
#centro .albo-list-container P {margin:0; text-indent:0}
#centro .albo-list-container H2,
#centro .albo-list-container H3,
#centro .albo-list-container H4 { 
	font-family: Trebuchet MS, Tahoma, verdana, arial, helvetica,sans-serif;
	background:none;
	border:none;
	margin:0; padding:0; 
	font-size:1.2em; 
	}
#centro .albo-list-container H3 A {margin:0; padding:0}

/*******************************************/
/*****		ALBO latest ARCHIVIO	***/
/*****************************************/

#centro DIV.albo-latest-container { margin:0 1em ; padding:0; background:none; }
#centro .albo-latest-item 	{ margin:.5em  0 0 0 ; padding:6px; font-size: 1.05em; width:100%; background:none; border:1px solid #cdcdcd; height:auto; overflow: auto}
#centro .albo-latesta-category		{ font-size:1em}
#centro .albo-latest-morelink		{ text-align:right; margin:0;padding:0 }
#centro .albo-latest-morelink A	{ text-transform:uppercase; font-size:90% margin:0; padding:0}
#centro .albo-latest-container { margin:10px 20px 10px 0; background:FFF; border:none; }
#centro .albo-latesta-date {background:none; float:none; font-size:1em}
#centro .albo-latesta-image {display: none}
#centro .albo-latesta-image img {float:none; margin:0; padding:0}
#centro .albo-latest-container P {margin:0; text-indent:0}
#centro .albo-latest-container H2,
#centro .albo-latest-container H3,
#centro .albo-latest-container H4 { 
	font-family: Trebuchet MS, Tahoma, verdana, arial, helvetica,sans-serif;
	background:none;
	border:none;
	margin:0; padding:0; 
	font-size:1.6em;
	}
#centro .albo-latest-container H3 A { margin:0; padding:0}


/*******************************************/
/*****		FOOTER			***/
/*****************************************/
#footer		{
		color:			#89DEF3;
		background: 		#144B74 url(../img/bfooter.jpg) 0 100% repeat-x;
		border: 		1px solid #0F3755;
		font-size:		.60em;
		letter-spacing:		.02em;
		clear:			both; 
		padding:		2em 0em;
		margin:			10px 0px 5px 0px;
		}
#footer A		{ color:#FFF; font-weight:bold; }
#footer A:hover		{ color:#F93E97 }

#footer DIV 		{ padding:.3em 20px }
#footer div.primo 	{ float:left }
#footer div.secondo 	{ float:right }





