﻿/* I fogli di stile elencati di seguito vengono importati in questo foglio  */
@import url(layout.css);
@import url(scroller.css);
@import url(right.css);
@import url(cerca.css);
@import url(dhtmlwindow.css);
@import url(menu.css);
@import url(tooltips.css);
@import url(calendario.css);
@import url(testi.css);

/****************************************/
/* STILE DI BASE BODY E LINK */
/****************************************/

body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;*/
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 150%;
}

h4 {
	font-size: 100%;
}

/*p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	padding: 0;
}*/

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #DDDDDD;
	height: 1px;
}



/****************************************/
/* HEADER */
/****************************************/

#head_nome {
	width: 290px;
	float: left;
	height: 18px;
	text-align: justify;
	padding-top: 4px;
	padding-left: 8px;
}
#header h1 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
#head_data {
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
	height: 18px;
	float: left;
	text-align: right;
	font-size: 9px;
	font-style: italic;
	color: #CCCCCC;
	padding-top: 5px;
}
#head_tools {
	width: 426px;
	float: left;
	height: 18px;
	padding-top: 3px;
}
#head_strumenti {
	width: 780px;
	float: left;
	height: 20px;
	padding-top: 2px;
	padding-left: 8px;
	text-align: right;
}
#head_search {
	width: 124px;
	float: left;
	height: 20px;
	background-image: url('../immagini/bg_search.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	font-size: 9px;
	margin-left: 3px;
}
.head_ttdiv {
	width: 7px;
	text-align: center;
}
.head_ttogg {
	width: 19px;
	text-align: center;
}
.head_ttogg a {
	display: block;
}
.head_ttogg a:hover {
	background-color: #bad7e3;
	border-bottom: none;
}
.head_tool {
	height: 14px;
	width: 16px;
	border: 0px;
}
#link_logo {
	width: 600px;
	float: left;
}
#link_logo img {
	border: 0px;
	height: 28px;
	width: 28px;
}
#link_logo a.int {
	background-image:url('../immagini/logo_int.png');
	background-repeat: no-repeat;
}
#link_logo a.int:hover {
	background-image:url('../immagini/logo_int.png');
	background-position: 0px -28px;
	background-repeat: no-repeat;
}

#sub_hd {
	width: 694px;
	clear: both;
	float: left;
}

/****************************************/
/* MENU A DESTRA IN ALTO */
/****************************************/

#topnav {
	float: left;
	height: 70px;
	margin-top: 0px;
	width: 220px;
	border: 0px;
	text-align: left;
}

/****************************************/
/* CASELLA DI RICERCA */
/****************************************/


div.head_search input {
	width: 90px;  
	height: 14px;  
	padding: 1px 2px 2px 1px;
	border: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 65%;
}

div.head_search input.button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	background: url(../immagini/search_button.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent: 100px;
	line-height: 0px;
}

div.head_search:hover, div#search div.sfhover  {
	background: url(../immagini/search_bg.png) 0 -18px no-repeat;
}

div.head_search:hover input, div.head_search input.sfhover {
	color: #000000;
}

div.head_search input:focus, div.head_search input.sffocus {
	color: #000000;
}


/****************************************/
/* MENU ORIZZONTALE */
/****************************************/

#ddmenu {
	background: url(../immagini/menubg.gif) repeat-x;
	margin: 0;
	padding: 0;
	height: 43px;
	width: 694px;
}
	
#ddmenu li {	
	float: left;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

#ddmenu li a {	
	background:url(../immagini/top-dotted.gif) right no-repeat;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	width: 70px;
	color: #fff;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;
}

#ddmenu li a:hover {	
	background: #000 url(../immagini/top-dotted.gif) right no-repeat;
}
	
#ddmenu li ul {	
	margin: 3px 0 0 -90px;
	padding: 0;
	position: absolute;
	visibility: hidden;
}

#ddmenu li ul li {	
	display:inline;
}

#ddmenu li ul li a {
	width: auto;	
	background: url(../immagini/bottom-dotted.gif) right no-repeat;
	display: inline;
	color: #000000; 
	font-size: 10px;
	padding: 3px 10px;
}

#ddmenu li ul li a:hover {	
	background: #fff url(../immagini/bottom-dotted.gif) right no-repeat;
	padding: 3px 10px;
}

/****************************************/
/* SUB-FOOTER */
/****************************************/

#subfooter {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #333333;
	text-align: center;
}
#subfooter a {
	color: #9966FF;
	text-decoration: none;
}
#subfooter a:hover {
	font-weight: bold;
	text-decoration: none;
}


/****************************************/
/* FOOTER */
/****************************************/

#footer p {
	color: #808080;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a {
	color: #9966FF;
	text-decoration: underline;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: none;
}
#ftxt1 {
	font-size: 9px;
	color: #333333;
}
#f01 {
	width: 140px;
	float: left;
	height: 65px;
	font-size: 10px;
	color: #666666;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 7px;
}
#f02 {
	width: 755px;
	float: left;
	height: 73px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
#f03 {
	width: 140px;
	float: left;
	height: 73px;
	text-align: center;
	font-size: 10px;
	color: #666666;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}

.txtTitoloSito {font-family: verdana; font-size: 12px; color:#333333; }
.txtDescrizioneSito {font-family: verdana; font-size: 10px; color:#333333; }
.txtPrivacySito {font-family: verdana; font-size: 10px; color:#333333; }


a.Footer:visited {
	color : #100099;
	text-decoration : none;
}
a.Footer:link {
	color : #100099;
	text-decoration : none;
}
a.Footer:hoover {
	background-color : transparent;
	color : Red;
	/* text-decoration: underline; */
	border-bottom: 1px dotted;
	border-bottom-color:#FF0000;
	/* border-bottom:1px dotted #ff0000; */
}



/* LAST NEWS */

.blocco_lastnews {
	text-align: center;
	width: 500px;
	margin-left: 20px;
}

div.lastnews {/* DIV PER I VARI MENU A SINISTRA */
	width: 490px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

div.lastnews_titolo {
	width: 434px;
	background-image: url('../immagini/bg_lastnews.png');
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 66px;
	padding-top: 8px;
	text-align: justify;
	font-weight: bold;
	font-size: 12px;
}
div.lastnews_sotto {
	width: 500px;
	background-image: url('../immagini/bg_lastnews_sotto.png');
	background-repeat: no-repeat;
	height: 10px;
}
/* ******************** */

div.center {
	text-align: center;
}

.newstit {
	color: #666666;
	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
}

/* HOME PAGE */
.welcome {
	font-size: 10px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 2px;
}
.homeinfo {
	/*width: 650px;*/
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 2px 10px 2px;
	line-height: 160%;
	font-size: 12px;
}
/* ******************** */

/* INFORMAZIONI */
.info_sezione1 {
	background-color: #34DCDC;
	font-weight: bold;
	text-align: center;
	width: 100px;
}
.info_sezione2 {
	width: 570px;
}
/* ******************** */


/****************************************/
/* MODULI A DESTRA */
/****************************************/

/* INIZIO MODULO BOTTOM COPYRIGHT */

#m_bd {
	clear: both;
	padding-right: 60px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666666;
}

/* FINE MODULO BOTTOM COPYRIGHT */

/* INIZIO MODULO WEBMAIL */

#m_webmail {
	float: left;
	margin-top: 6px;
	width: 220px;
	border: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666666;
	line-height: 20px;
	text-align: justify;
}
#m_webmail a:link {
	font-style: italic;
	text-decoration: none;
	color: #3c8eb0;
}
#m_webmail a:visited {
	font-style: italic;
	text-decoration: none;
	color: #3c8eb0;
}
#m_webmail a:hover {
	font-style: italic;
	color: blue;
	font-weight: bold;
}
#m_webmail .lbl1 {
	width: 60px;
	height: 18px;
	float: left;
	margin-left: 20px;
	vertical-align: middle;
	text-align: right;
	margin-top: 3px;
	margin-right: 4px
}
#m_webmail .txt1 {
	width: 132px;
	height: 24px;
	float: left;
	margin-left: 12px;
}
#m_webmail .btn1 {
	width: 50px;
	height: 18px;
	float: left;
	vertical-align: middle;
	margin-top: 1px;
	margin-left: 10px;
}
#m_webmail input {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #666666;
}
#m_webmail input.user {
	border: 0px;
	padding-left: 20px;
	padding-top: 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../immagini/bg_maillogin.png);
}
#m_webmail input.pwd {
	border: 0px;
	padding-left: 20px;
	padding-top: 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../immagini/bg_mailpassword.png);
}
#m_webmail .titolo {
	border: 0px;
    margin-bottom: 0px;
    height: 6px;
}
#m_webmail input.btn {
	border: 1px;
}

/* FINE MODULO WEBMAIL */

#navigation {/* DIV PER I VARI MENU A SINISTRA */
	width: 215px;
	margin-right: 1px;
	margin-left: 0px;
	padding-right: 2px;
}
.menu_dx_spazio{
    clear: both;
    height: 10px;
}

.table_dx_servizi {
	width: 138px;
}
.td1_dx_servizi {
	width: 18px;
	vertical-align: middle;
	text-align: center;
	height: 22px;
}
.td2_dx_servizi {
	width: 120px;
	vertical-align: middle;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.td2_dx_servizi a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.td2_dx_servizi a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#ordine_int {
	height: 50px;
	width: 204px;
	text-align: center;
	margin-top: 20px;
}
#ordine_dcrl {
	height: 50px;
	width: 102px;
	text-align: center;
	float: left;
}

/* ******************** */


/****************************************/
/* TESTO E TITOLI */
/****************************************/

.testo1w {font-family: verdana; font-size: 1px; color:#FFFFFF; }

.testo8 {font-family: verdana; font-size: 8px; }
.testo8g {font-family: verdana; font-size: 8px; font-weight: bold; }
.testo8i {font-family: verdana; font-size: 8px; font-style: italic; }
.testo8s {font-family: verdana; font-size: 8px; text-decoration: underline }
.testo8r {font-family: verdana; font-size: 8px; color: #FF0000; }
.testo8b {font-family: verdana; font-size: 8px; color: #000099; }
.testo8gr {font-family: verdana; font-size: 8px; color: #666666; }
.testo8bb {font-family: verdana; font-size: 8px; color: #000099; font-weight: bold; }
.testo8w {font-family: verdana; font-size: 8px; color: #FFFFFF; }
.testo8rg {font-family: verdana; font-size: 8px; color: #FF0000; font-weight: bold; }

.testo10 {font-family: verdana; font-size: 10px; }
.testo10g {font-family: verdana; font-size: 10px; font-weight: bold; }
.testo10i {font-family: verdana; font-size: 10px; font-style: italic; }
.testo10s {font-family: verdana; font-size: 10px; text-decoration: underline }
.testo10r {font-family: verdana; font-size: 10px; color: #FF0000; }
.testo10b {font-family: verdana; font-size: 10px; color: #000099; }
.testo10gr {font-family: verdana; font-size: 10px; color: #666666; }
.testo10bb {font-family: verdana; font-size: 10px; color: #000099; font-weight: bold; }
.testo10w {font-family: verdana; font-size: 10px; color: #FFFFFF; }
.testo10rg {font-family: verdana; font-size: 10px; color: #FF0000; font-weight: bold; }

.testo12 {font-family: verdana; font-size: 12px; }
.testo12g {font-family: verdana; font-size: 12px; font-weight: bold; }
.testo12i {font-family: verdana; font-size: 12px; font-style:italic; }
.testo12s {font-family: verdana; font-size: 12px; text-decoration:underline; }
.testo12r {font-family: verdana; font-size: 12px; color: #FF0000; }
.testo12b {font-family: verdana; font-size: 12px; color: #000099; }
.testo12gr {font-family: verdana; font-size: 12px; color: #666666; }
.testo12bb {font-family: verdana; font-size: 12px; color: #000099; font-weight: bold; }
.testo12w {font-family: verdana; font-size: 12px; color: #FFFFFF; }
.testo12rg {font-family: verdana; font-size: 12px; color: #FF0000; font-weight: bold; }
.testo12gbl {font-family: verdana; font-size: 12px; font-weight: bold; text-decoration:blink; }

.titolo12 {font-family: verdana; font-size: 12px; color: #000066; font-weight: bold; }
.titolo14 {font-family: verdana; font-size: 14px; color: #000000; font-weight: bold; }

/****************************************/
/****************************************/


/* Stili titolo */
/* Stili struttura */
/* Stili contenuto */
/* Stili piè di pagina */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* CLASSI PER LE PAGINE */
/* Strutturate così: [oggetto].[nomepagina]_[classe] */
#modulistica {
	width: 676px;
	padding-left: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#modulistica .dt {
	width: 484px;
	float: left;
	text-align: center;
	font-weight: bold;
	background-color: silver;
	margin-bottom: 2px;
	margin-left: 2px;
	height: 20px;
	padding-top: 4px;
}
#modulistica .datat {
	width: 132px;
	float: left;
	text-align: center;
	font-weight: bold;
	background-color: silver;
	margin-left: 2px;
	margin-bottom: 2px;
	height: 20px;
	padding-top: 4px;
}
#modulistica .icot {
	width: 50px;
	float: left;
	text-align: center;
	font-weight: bold;
	background-color: silver;
	margin-bottom: 2px;
	height: 20px;
	padding-top: 4px;
}
#modulistica .dex {
	width: 482px;
	float: left;
	padding-left: 2px;
	/*background-image: url('../immagini/freccia5.png');
	background-position: left top;
	background-repeat: no-repeat;*/
	padding-top: 2px;
	vertical-align: top;
	padding-top: 2px;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #EBEFF7;
	height: 20px;
	line-height: 18px;
}
#modulistica .data {
	width: 132px;
	float: left;
	vertical-align: middle;
	text-align: center;
	margin-left: 2px;
	margin-top: 2px;
	padding-top: 2px;
	background-color: #EBEFF7;
	height: 20px;
	line-height: 18px;
}
#modulistica .ico {
	width: 50px;
	float: left;
	vertical-align: middle;
	text-align: center;
	margin-top: 2px;
	padding-top: 2px;
	background-color: #EBEFF7;
	height: 20px;
	line-height: 18px;
}
#modulistica .ico img {
	border: 0px;
}
#modulistica .vuoto {
	width: 100%;
	clear: both;
	height: 4px;
	border-top: 1px #666666 dotted;
}
#software {
	width: 676px;
	padding-left: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#software .titolo {
	width: 676px;
	text-align: left;
	font-weight: bold;
	background-color: silver;
	margin-bottom: 10px;
	height: 20px;
	padding-top: 4px;
}
#software .ico {
	width: 60px;
	float: left;
	text-align: center;
	margin-top: 2px;
}
#software .dex {
	width: 604px;
	float: left;
	padding-left: 4px;
	padding-top: 2px;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #EBEFF7;
	line-height: 18px;
	padding-right: 6px;
	background-image: url('../immagini/bg_software.png');
	background-position: left top;
	background-repeat: no-repeat;
}
#software .dex h5 {
	font-weight: bold;
	font-size: 16px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
#software .ver {
	width: 180px;
	float: left;
	background-image: url('../immagini/ico_info2.png');
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 20px;
	height: 20px;
	padding-top: 4px;
}
#software .data {
	width: 180px;
	float: left;
	background-image: url('../immagini/ico_data.png');
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 20px;
	height: 20px;
	padding-top: 4px;
}
#software .esegui {
	width: 180px;
	float: left;
	background-image: url('../immagini/esegui.gif');
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 20px;
	height: 20px;
	padding-top: 4px;
}
#software .download {
	width: 180px;
	float: left;
	background-image: url('../immagini/download.gif');
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 20px;
	height: 20px;
	padding-top: 4px;
}
#software .esegui a {
	color: blue;
	text-decoration: none;
	font-size: 12px;
}
#software .esegui a:hover {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
#software .download a {
	color: blue;
	text-decoration: none;
	font-size: 12px;
}
#software .download a:hover {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
#software img {
	border: 0px;
	padding-top: 14px;
}
#software .vuoto {
	width: 100%;
	clear: both;
	height: 4px;
}
#links h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
#links a {
	color: #b1b1d1;
	font-weight: normal;
}
#links a:hover {
	text-decoration: underline;
	font-weight: normal;
}
#scli a {
	color: #b1b1d1;
	font-weight: normal;
}
#scli a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/****************************************/
/* CORPO CENTRALE */
/****************************************/

#content p {
	font-size: 13px;
	line-height: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.4px;
}
#content ul.elenco1 {
	list-style-image: url(../immagini/elenco1.gif);
	margin-left: 0px;
	padding-left: 15px;
	margin-right: 10px;
	margin-top: 20px;
	line-height: 160%;
	text-align: justify;
}
#content ul.elenco_servizi {
	list-style-image: url(../immagini/ico_servizi.gif);
	margin-left: 0px;
	padding-left: 15px;
	margin-right: 10px;
	margin-top: 20px;
	line-height: 160%;
	text-align: justify;
}
#content ul.elenco2 {
	list-style: disc;
	margin-left: 0px;
	padding-left: 15px;
	margin-right: 10px;
	margin-top: 20px;
	line-height: 160%;
	text-align: justify;
}
#content li.elenco2 {
	list-style: circle;
	margin-left: 0px;
	padding-left: 15px;
	margin-right: 10px;
	margin-top: 20px;
	line-height: 160%;
	text-align: justify;
}
#content ul.elenco3 {
	list-style-image: url(../immagini/freccia.png);
	margin-left: 0px;
	padding-left: 15px;
	margin-right: 10px;
	margin-top: 20px;
	line-height: 160%;
	text-align: justify;
}
#content ul.elencopdf {
	list-style-image: url(../immagini/elencopdf.png);
	margin-left: 10px;
	padding-left: 15px;
	margin-right: 10px;
	margin-top: 20px;
	line-height: 200%;
	text-align: justify;
}
.content_spazio {
	height: 4px;
}

/* CONTENT TOP */
#content_top {
	background-image: url('../immagini/content_top.png');
	background-repeat: no-repeat;
	height: 10px;
}

/* CONTENT BOTTOM */
#content_bottom {
	background-image: url('../immagini/content_bottom.png');
	background-repeat: no-repeat;
	height: 10px;
}

/* CONTENT CONTENT */
#content_content {
	padding-left: 10px;
	padding-right: 5px;
	/*background-color: #ffffff;*/
	text-align: justify;
}
#content_content a {
	color: #336699;
	text-decoration: none;
}
#content_content a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#content_content h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #3d6c87;
	border-bottom: 1px blue dotted;
}
#content_content h2 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
#content_content h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#content_content h4 {
	color: #666666;
	font-size: 16px;
}
/*#content_content img {
	padding: 2px;
	margin: 2px;
	border: 1px solid #808080;
}*/
.b1 {
	color: #000099;
	font-weight: normal;
}
.bb {
	color: #000099;
	font-weight: bold;
}

/****************************************/
/* ARTICOLI NEWS */
/****************************************/

#allnews {
	text-align: right;
	padding-right: 6px;
}
.tit_av {
	background-image: url('../immagini/avvisi.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 42px;
	text-align: center;
}
.tit_ln {
	background-image: url('../immagini/lastnews.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 42px;
	text-align: center;
}
#listnews a {
	color: #336699;
	text-decoration: none;
}
#listnews a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#listnews h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
}
#listnews .categoria {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
	font-weight: normal;
}
#ln {
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 2px 10px 2px;
}
.ln3 {
	clear: both;
	width: 100%; /*666px;*/
}
.ln3news {
	border-bottom: 1px #666666 dotted;
	text-align: justify;
	padding-left: 4px;
	padding-right: 4px;
}
#ln h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	line-height: 10px;
}
#ln p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	padding-top: 0px;
	line-height: 160%;
}
.ln3nd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px;
}
.ln3data {
	float: left;
	height: 20px;
	background-image: url('../immagini/ico_data.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-align: left;
	padding-right: 14px;
	padding-top: 8px;
	color: #999999
}
.ln3comments {
	float: left;
	height: 20px;
	background-image: url('../immagini/ico_commenti.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-align: left;
	padding-right: 14px;
	padding-top: 8px;
	color: #999999
}
.ln3leggi {
	float: left;
	height: 20px;
	background-image: url('../immagini/ico_lente.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-align: left;
	padding-right: 14px;
	padding-top: 8px;
	color: #999999
}
.ln3categoria {
	float: left;
	height: 20px;
	background-image: url('../immagini/ico_categoria.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-align: left;
	padding-right: 14px;
	padding-top: 8px;
}
.ln3categoria a{
	color: #FF99CC;
}
.ln3spazio {
	clear: both;
	height: 20px;
}
img.active_img {
	height: 54px;
	border: 0px;
	padding-top: 0px;
	padding-right: 4px;
}
#fullnews {
	width: 680px;
	margin-bottom: 15px;
	padding-top: 12px;
}
#fullnews a {
	color: #9966FF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#fullnews a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#fullnews h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #333333;
	padding-bottom: 6px;
}
#fullnews h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 10px;
	line-height: 160%;
}
#fullnews p {
	text-align: justify;
	padding-left: 4px;
	padding-right: 4px;
	/*padding: 3px;
	margin-top: 3px;
	margin-bottom: 5px;*/
	/*border-top: 1px solid #D3D3D3;*/
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#fullnews .news_bordo {
	border-top: 1px #666666 dotted;
	height: 4px;
}
#fullnews .news_share {
	text-align: right;
	padding-bottom: 4px;
}
#fullnews .news_dati {
	float: left;
	font-style: italic;
	text-align: left;
	height: 20px;
	background-image: url('../immagini/ico_calendario.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 14px;
	padding-top: 7px;
	font-size: 11px;
}
#fullnews .news_comments {
	float: right;
	font-style: italic;
	text-align: left;
	height: 20px;
	background-image: url('../immagini/ico_commenti.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 2px;
	padding-top: 1px;
	font-size: 11px;
}
#fullnews .news_bottom {
	clear: both;
	height: 20px;
}
#fullnews .news_fonte {
	color: #999999;
	background-image: url('../immagini/ico_info.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 20px;
	font-size: 12px;
}
#fullnews .news_fonte a {
	font-style: italic;
	color: #C0C0C0;
	padding-left: 4px;
}
#fullnews a.lk_articolo {
	background-image: url('../immagini/ico_articolo.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 30px;
	margin-left: 10px;
}
/* CLASSI PER APPROFONDIMENTI STUDIO */
#blog {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	text-align: justify;
	margin-top: 20px; 
}
#blog a {
	color: #3d6c87;
	text-decoration: none;
}
#blog a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#blog h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3d6c87;
}
#blog h2 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#blog h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}
#blog h4 {
	color: #666666;
	font-size: 12px;
}
