/* Colore intestazione: #104A7B */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

a img { border: none; }

html, body {
	color: #000;
	text-align: center;
	background-color: #fff;
}

body { margin: 10px 0 0 0; }

body, td {
	font-family: 'Lucida Grande','Trebuchet MS', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 1.5em;
}

p { margin: 5px 0 10px 0; }
a { color: #104A7B; }

a:hover {
	color: #fff;
	background-color: #F93;
	text-decoration: none;
}

#container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 730px;
	background: #fff;
}

#header {
	background: #fff url(../i/header.gif) no-repeat 0 0;
	width: 730px;
	height: 70px;
	margin-bottom: 10px;
	border-bottom: 2px solid #104A7B;
}

#header a.mail {
	display: block;
	position: absolute;
	left: 290px;
	top: 44px;
	width: 208px;
	height: 16px;
}

#header a:hover { background: none; }

#header h1 {
	position: absolute;
	width: 496px;
	height: 34px;
	text-indent: -999em;
}

#header h1 a {
	display: block;
	width: 600px;
	height: 34px;
}

#sidebar {
	padding-top: 5px;
	float: left;
	display: inline;
	width: 140px;
	line-height: 1;
}

#sidebar h2 {
	font-size: 12px;
	color: #fff;
	background: #104A7B url(../img/left_blu.gif) no-repeat 0 0;
	display: inline;
	padding-left: 9px;
	line-height: 1.2;
	border-bottom: 2px solid #104A7B;
}

#sidebar span {
	background: #104A7B url(../img/right_blu.gif) no-repeat 100% 0;
	padding-right: 9px;
}

#sidebar ul {
	width: 140px;
	margin: 0 0 10px 0;
	font-size: 11px;
	border: 1px solid gray;
	background: #FFEA96;
}

#sidebar li { margin: 6px 6px; }

#sidebar a {
	text-decoration: none;
	color: #333;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #F93;
}

#content {
	float: right;
	display: inline;
	width: 540px;
	/*Fai 500 con margin-right 30*/
	line-height: 1.3em;
	margin: 0 15px 0 0;
}

#home #content {
	width: 560px;
	margin: 0;
}

#home table,#home td { border: none; }

#home #footer {
	padding-left: 0;
	text-align: center;
	font-size: 10px;
}

#news-excerpts {
	float: left;
	display: inline;
	width: 380px;
	margin: 0 8px;
}

#news-sidebar {
	float: right;
	display: inline;
	width: 138px;
	margin: 0 0 0;
}

#news-sidebar td { text-align: left; }

#content #news-sidebar h2, #content #news-excerpts h2 {
	font-size: 12px;
	padding: 2px 1px;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	margin-bottom: 10px;
	margin-top: 0;
}

#news-sidebar a {
	color: #900;
	font-weight: bold;
}

#news-sidebar a:hover { color: #fff; }
#news-sidebar p { margin: 10px 0; }

#news-sidebar strong {
	display: block;
	margin-top: 30px;
}

#news-excerpts h3, .blubold, ol.documenti span {
	font-size: 14px;
	color: #2A3F55;
	font-weight: bold;
}

#content #news-excerpts h3 { margin: 5px 0; }
#news-excerpts h3 a { text-decoration: none; }

/*
#news-excerpts span {display: block;	margin: 4px 0;}
*/

#footer {
	clear: both;
	padding: 10px 0 15px 178px;
}

/* "Segue" e anche "Archivio" */
.more { font-weight: bold; }

/* modulistica e pdf */
#modulistica dl { background-color: #eee; }

#modulistica dt {
	color: #2A3F55;
	background-color: #DBEAF5;
	margin-top: 10px;
	font-weight: bold;
	padding: 5px;
}

.pdf, .doc, #modulistica dd {
	margin: 0;
	padding: 2px 0 2px 25px;
}

#modulistica dd {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pdf { background: transparent url(/img/gif/pdficon2.gif) no-repeat 5px 3px; }

p.pdf, p.doc {
	margin-top: 0;
	padding: 5px 0 6px 22px;
	background-position: 0 3px;
}

.doc { background: transparent url(/img/gif/wordicon.gif) no-repeat 5px 30%; }

div.hr {
	border: 0;
	color: #797979;
	background-color: #797979;
	height: 1px;
	clear: both;
	margin: 10px 0;
}

div.hr hr { display: none; }
.note, .nota { font-size: 11px; }

.meta {
	font-size: 11px;
	color: #484848;
	margin-bottom: 6px;
}

/*Residui di tabelle*/
#consiglio #content { text-align: center; }

#consiglio table {
	width: 400px;
	margin: 0 auto;
}

#consiglio table, #consiglio td {
	background: #fff;
	border: none;
}

#quote table {
	width: 100%;
	margin-bottom: 35px;
}

table.facsimile td { padding: 10px 20px 10px 20px; }

/* ----------------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #bbb;
	background: #fff;
	margin-bottom: 20px;
}

td, th {
	border: 1px solid #bbb;
	padding: .5em;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #EDEDED;
}

caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent;
}

td.prezzo {
	width: 90px;
	font-weight: bold;
	text-align: right;
}

tr.due { background: #DBEAF5; }

/* ----------------------------------------------- */
.list a { }

#content h2, #content h3, #content h4 {
	font-weight: bold;
	margin: 1.5em 0 .5em;
	line-height: 1.2;
}

#content h2 {
	font-size: 18px;
	color: #C60;
	margin: 13px 0 1em;
}

#content h3 { font-size: 15px; }
#content h4 { font-size: 14px; }

/*Elenco Links*/
dt { padding: 10px 0 0 0; }

dt a {
	text-decoration: none;
	font-weight: bold;
}

dd {
	padding: 2px 0 0 0;
	margin: 0;
}

/*Altro*/
.center { text-align: center; }

/*liste*/
#content ul li {
	margin-bottom: 5px;
	padding-left: 13px;
	background: url(/i/bull.gif) no-repeat 1px 8px;
}

#content ul { margin: 10px 0; }
#content ol li, #content ol { margin-bottom: 5px; }
#modulistica dt.organizzatori { background-color: #B7D1DA; }

.evidenzia { color: #B4261E; }