@charset "utf-8";
/* CSS Document */

/* ---------------------------- TAG HTML GENERICI ---------------------------- */

* {
	margin:0;
	padding:0;
}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	overflow: auto;
}
body {
	background-image: url(img/tpl/bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-color:#eaeaea;
}
h1 {
	font-size: 12pt;
	margin: 0 0 5px 0;
}
p {
	margin:0 0 8px 0;
}

a { color:#666; border: none; }

.padding { padding: 0 20px; }
/* ---------------------------- CONTENITORI ---------------------------- */

#boxEsterno {
	position: absolute;
	width:1000px;
	height:458px;
	left:50%;
	top:50%;
	margin-left:-500px;
	margin-top:-229px;
	/*background-color:#0F6;*/
}

#boxHeader {
	width:1000px;
	height: 35px;
	color:#666;
	text-align:right;
	background-image: url(img/tpl/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#boxHeader a { color:#666; text-decoration:none; padding: 0 2px; }
#boxHeader a:hover { background-color:#000; color:#FFF; }

#boxFasciaCentrale {
	width:1000px;
	height: 388px;
	clear: both;
	line-height:22px;
}
#boxCu3er {
	width:350px;
	height:350px;
	position:absolute;
	margin: 0;
	float:left;
	/*background-color:#0F0;*/
}

#boxText {
	width: 353px;	
	height:350px;
	position:absolute;
	margin-left:370px;		
	float:left;
	border-left: 2px solid #00ff00;
	/*background-color:#00C;*/

}

#boxExtra {
	width: 273px;	
	height:350px;
	position:absolute;
	margin-left:725px;
	border-left: 2px solid #00ff00;	
	/*background-color:#0F0;*/
}

#Scroll2 img { border:1px solid #000;}
#Scroll2 a { text-decoration: none; }


#boxFooter {
	width:1000px;
	height: 35px;
	clear:left;
	font-size: 8pt;
	color:#666;
	padding-top:18px;
}

/* NEWS */
.NewsItemHome { text-align:left; color: #666; margin-bottom: 15px; border-bottom: 2px solid #ccc; padding-bottom: 15px; }
.NewsItemHome em { font-size:8pt; }
.NewsItemHome h2 { margin-bottom:6px; }
.NewsItemHome h2 a { font-size: 10pt; color:#000;}
.newsOneDate { color: #666; font-size:8pt; }

.NewsElenco { line-height: 28px; color: 000; font-size:9pt; }
.NewsElenco span { color: #666; } 
.NewsElenco a { color: #000; font-size:9pt; text-decoration: none; } 

/* Stile del box che contiene la navigazione dell'archivio */
.NewsNaviElenco { font-size:14px; background-color: #00ff00; display: inline; padding: 5px; }
.NewsNaviElenco a { color: #fff; text-decoration: none; font-weight:bold; text-decoration:underline }
.NewsNaviElenco a:hover { font-weight:bold; }