

/***** CATEGORIA ******/
.categorie_menubox {
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 2px solid #bbb;
}

.categoria_box {
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #7798b9;
}

.categoria {
	color: #fff;
	background-color: #7798b9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 5px 10px;
	border-top: 1px solid #cddcec;
}


/***** SOTTOCATEGORIA ******/
.sottocategoria {
	color: #333;
	background-color: #cddcec;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 5px 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	display: block;
}

a.sottocategoria:link, a.sottocategoria:visited {
	color: #333;
	background-color: #cddcec;
	text-decoration: none;
}

a.sottocategoria:hover, a.sottocategoria:active, a.sottocategoria:focus {
	color: #333;
	background-color: #a8c3dd;
}

.sottocategoria_on {
	color: #333;
	background-color: #cddcec;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	display: block;
}

a.sottocategoria_on:link, a.sottocategoria_on:visited {
	color: #fff;
	background-color: #f30;
	text-decoration: none;
}

a.sottocategoria_on:hover, a.sottocategoria_on:active, a.sottocategoria_on:focus {
	color: #fff;
	background-color: #f30;
}

/***** Rassegna Stampa ****/
.press_box {
	color: #666;
	background-color: transparent;
	margin: 10px 0;
}

.pressBottom {
	color: #369;
	background-color: #bdd4e9;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 6px 10px 4px;
	margin: 0;
}

a.pressLink:link, a.pressLink:visited {
	color: #369;
	background-color: transparent;
	font: normal 12px arial,times,sans-serif;
	text-decoration: underline;
}

a.pressLink:hover, a.pressLink:active, a.pressLink:focus {
	color: #a30;
	background-color: transparent;
}

.press_titolo {
	color: #12335E;
	background-color: transparent;
	font: bold 14px Lucida Grande,Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	margin-bottom: 5px;
}

.press_fonte {
	color: #369;
	background-color: transparent;
	font-size: 11px;
	text-transform: uppercase;
}

.press_fonte_label {
	color: #369;
	background-color: transparent;
	font: 9px normal Lucida Grande,Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	text-transform: uppercase;
}

.press_data {
	color: #369;
	background-color: transparent;
	font: 9px normal verdana,arial,helvetica,sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.press_descrizione {
	color: #666;
	background-color: transparent;
	font: normal 12px Lucida Grande,Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	margin-bottom: 5px;
}

.press_pdf {
	/*margin-bottom: 10px;*/
}

.press_pdf a:link, .press_pdf a:visited {
	color: #000;
	background: transparent url('../immagini/icone/acrobat.png') no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
	font: normal 12px arial,times,sans-serif;
	text-decoration: none;
}

.press_pdf a:hover, .press_pdf a:active, .press_pdf a:focus {
	color: #fff;
	background-color: #a30;
}

.press_zip {
	/*margin-bottom: 10px;*/
}

.press_zip a:link, .press_zip a:visited {
	color: #000;
	background: transparent url('../immagini/icone/zip.gif') no-repeat 0 2px;
	padding: 2px 3px 4px 23px;
	font: normal 12px arial,times,sans-serif;
	text-decoration: none;
}

.press_zip a:hover, .press_zip a:active, .press_zip a:focus {
	color: #fff;
	background-color: #a30;
}

/***** News ****/
.news_tipo {
	color: #589A34;
	background-color: transparent;
	font: 9px normal Verdana,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}

.news_data {
	color: #234189;
	background-color: transparent;
	font-size: 12px;
}

.news_titolo {
	padding-bottom: 10px;
	line-height: 30px;
	font: bold 18px Lucida Grande,Arial,Helvetica,times,sans-serif;
	color: #000;
	background-color: transparent;
}

.news_descrizione {
	color: #333;
	background-color: inherit;
	margin-bottom: 20px;
	text-align: justify;
}


a.news_link:link, a.news_link:visited {
	padding-bottom: 10px;
	color: #281A71;
	font-weight: bold;
	text-decoration: none;
}

a.news_link:hover, a.news_link:active, a.news_link:focus {
	color: #0476AA;
	text-decoration: underline;
}



.news_scheda {
	color: #333;
	background-color: #fff;
	text-align: left;
	padding: 20px;
	line-height: 20px;
}

.news_titolo_scheda {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	color: #000;
	background-color: inherit;
}

.news_descrizione_breve {
	color: #666;
	background-color: inherit;
	padding: 5px 0 10px;
	font-size: 11px;
}


/*** Commenti Home ***/
.hnewsBottom {
	margin-bottom: 20px;
	font-size:11px;
}

.hnewsBottom a:link, .hnewsBottom:visited {
	color: #c6e5fe;
	background-color: transparent;
}

.hnewsBottom a:hover, .hnewsBottom:active, hnewsBottom a:focus {
	color: #fff;
	background-color: transparent;
}

/**** Commenti ***/
.newsBottom {
	color: #666;
	background-color: #eee;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
	margin: 0;
	font-size:11px;
}

.newsBottom a:link, .newsBottom a:visited {
	font-size:11px;
	font-weight: bold;
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

.newsBottom a:hover, .newsBottom a:active, .newsBottom a:focus {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}


#newsCommento {
	color: #666;
	background-color: #eee;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 20px;
	margin: 0 0 20px;
}

#newsCommento form {
	font-size: 10px;
}

.commentiNome {
	color: #000;
	background-color: inherit;
	font-weight: bold;
	font-size: 12px;
}

.commentoData {
	color: #369;
	background-color: inherit;
	margin-bottom: 5px;
	font-size: 10px;
}

.commentoDescrizione {
	color: #333;
	background-color: inherit;
	font-size: 12px;
}

.commentoBox {
	padding: 20px;
	color: #666;
	background-color: #eee;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0 20px;
	font-size: 10px;
}

/***** Video *****/
.video_titolo {
	color: #006cff;
	background-color: transparent;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.video_descrizione {
	color: #666;
	background-color: inherit;
	font-size: 12px;
	line-height: 20px;
}

a.video_rec:link, a.video_rec:visited {
	color: #006cff;
	background-color: inherit;
	font-weight: bold;
}

a.video_rec:hover, a.video_rec:active, a.video_rec:focus {
	color: #f30;
	background-color: inherit;
}

a.video_link:link, a.video_link:visited {
	color: #792e29;
	background-color: inherit;
	font-weight: bold;
}

a.video_link:hover, a.video_link:active, a.video_link:focus {
	color: #fff;
	background-color: #441815;
}

.video_scheda {
	color: #000;
	background-color: #ccc;
	border: 1px solid #999;
	text-align: left;
	padding: 20px;
	line-height: 20px;
}

/***** UL CATEGORIES ****/
#categories {
	/*border: 1px solid #ccc;*/
}

#categories a:link, #categories a:visited {
	color: #666;
}

#categories ul {
	margin: 0;
	padding: 0;
}

#categories li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #234189;
	background: #B4C5EC;
	border-bottom: 1px solid #281A71;
}

#categories span {
	display: block;
	margin: 0;
	padding: 0 10px;
	color: #fff;
	background-color: #0476AA;
	font-size: 11px;
	line-height: 30px;
}

#categories a:link
	, #categories a:visited {
	display: block;
	margin: 0;
	padding: 0 10px;
	color: #281A71;
	background-color: transparent;
	font-size: 11px;
	line-height: 30px;
	text-decoration: none;
}

#categories a:hover
	, #categories a:active
	, #categories a:focus {
	color: #fff;
	background-color: #281A71;
}

#categories a.haschildren:link
	, #categories a.haschildren:visited
	, #categories a.haschildren:hover
	, #categories a.haschildren:active
	, #categories a.haschildren:focus {
	display: block;
	margin: 0;
	padding: 0 10px;
	color: #666;
	font-style: italic;
	line-height: 30px;
	text-decoration: none;
}
/*
#categories .haschildren:hover
	, #categories .haschildren:active
	, #categories .haschildren:focus {
	color: #fff;
	background-color: #f60;
}*/

#categories a.selected:link
	, #categories a.selected:visited
	, #categories a.selected:hover
	, #categories a.selected:active
	, #categories a.selected:focus {
	display: block;
	margin: 0;
	padding: 0 10px;
	color: #281A71;
	background-color: #E2BA0A;
	text-decoration: none;
	line-height: 30px;
}

#moreLetture {
	font-size: 10px;
}
#moreLetture a:link, #moreLetture a:visited {
	font-size: 10px;
}
#moreLetture a:hover, #moreLetture a:active, #moreLetture a:focus {
	
}
#moreLetture .desc {
	margin: 5px 0 20px;
	color: #fff;
}
#moreLetture h3 {
	margin-bottom: 5px;
	color: #fff;
}
