/* CSS Document */

/* Notizia di importanza 1 */
#news-level-1 { 
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
	min-height: 100px;
}

#news-level-1 h1{
	margin: 0 0 5px 0;
	font-size: 20px;
	line-height: 24px;
}

#news-level-1 h2{
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 18px;
}

#news-level-1 img{
	border: 0px;
	margin: 0 6px 6px 0;
}

#news-level-1 p{
	margin: 6px;
	min-height: 50px;
}

/* Notizia di importanza 2 */
#news-level-2 { 
	padding: 2px 3px 5px 0;
	font-size: 12px;
	line-height: 16px;
	min-height: 100px;
}

#news-level-2 h1{
	margin: 0 0 5px 0;
	font-size: 18px;
	line-height: 22px;
}

#news-level-2 h2{
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 18px;
}

#news-level-2 img{
	border: 0px;
	margin: 0 6px 6px 0;
}

#news-level-2 p{
	margin: 6px;
	min-height: 60px;
}

/* Notizia di importanza 3 */
#news-level-3 { 
	padding: 0 3px 0 3px;
	font-size: 12px;
	line-height: 16px;
}

/* Notizia di importanza 3 */
#news-level-3 h1{ 
	margin: 0 0 5px 0;
	padding-top: 10px;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
}

#news-level-3 p{
	margin: 6px 6px 10px 0;
}


/* General Styles */

#news-level-1 a:link, #news-level-1 a:visited, #news-level-1 a:active, 
#news-level-2 a:link, #news-level-2 a:visited, #news-level-2 a:active, 
#news-level-3 a:link, #news-level-3 a:visited, #news-level-3 a:active{
	text-decoration: none;
	color: #333333;
}

#news-level-1 a:hover, 
#news-level-2 a:hover, 
#news-level-3 a:hover{
	text-decoration: underline;
	color: #333333;
}

a.comment:link, a.comment:visited, a.comment:active{
	background-image: url(/_templates/_icons/comment.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	line-height: 22px;
	font-size: 10px;
	color: #333333;
	margin-right: 4px;
}

a.html2pdf{
	background-image: url(/_templates/_icons/page_white_acrobat.png);
	background-repeat: no-repeat;
	padding: 2px 1px 2px 20px;
	text-decoration: none;
	color: #333333;
}

a.html2pdf:hover{
	background-image: url(/_templates/_icons/page_white_acrobat.png);
	background-repeat: no-repeat;
	padding: 2px 1px 2px 20px;
	text-decoration: underline;
	color: #333333;
}

a.moreLinks{
	background-image: url(/_templates/more-btn.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 2px 20px 2px 1px;
	margin-left: 5px;
	color: #333333;
}

a.moreLinks:hover{
	background-image: url(/_templates/more-btn.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 2px 20px 2px 1px;
	margin-left: 5px;
	color: #333333;
}

div.BottomBar{
	margin-top: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	color: #333333;
}

div.spacer{
	width: 100px;
}

td.pub-press_newsletter{
	font-size: 11px;
}

td.pub-register{
	font-size: 10px;
	color: #FFFFFF;
	background-color: #660000;
}

#pub-press-newsletter td.pub-press_newsletter a{
	color: #999999;
	text-decoration: none;
}

#pub-press-newsletter td.pub-press_newsletter a:hover{
	color: #999999;
	text-decoration: underline;
}

#pub-press-newsletter td.pub-register a{
	color: #FFFFFF;
	text-decoration: none;
}

#pub-press-newsletter td.pub-register a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

div.extraNews{
	float: left;
	margin-left: 1px;
	text-align: left;
	line-height: 18px;
}

div.dataNews{
	background-image: url(/_templates/_icons/calendar_view_month.png);
	background-repeat: no-repeat;
	float: right;
	margin-right: 1px;
	text-align: right;
	line-height: 18px;
	padding-left: 20px;
}

b{
	color: #333333;
}

#MostCommented td{
	padding-bottom: 10px;
}

/* SINGLE NEWS */
#mnewsLayer{
	margin: 7px 10px 0 0;
}

#mnewsLayer h1.mnewsTitolo{
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 24px;
}

#mnewsLayer h3.mnewsAnteprima{
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
}

#mnewsLayer p.mnewsNormale{
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}

/* NEWS LIST */
div.mnewsRigaAlternato{
	width: 100%;
	margin: 7px 11px 0 0;
	font-size: 11px;
	line-height: 15px;
	/*float: right;*/
}

div.mnewsRigaAlternato div.header{
	margin: 10px 0 5px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border-bottom: #333333 1px solid;
}

div.mnewsRigaAlternato div.mnewsAnteprima{
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

div.mNewsElencoArchivio{
	margin: 20px 11px 15px 0;
	font-size: 12px;
	line-height: 16px;
}

div.mNewsElencoArchivio div.title{
	margin: 0 0 2px 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background-image: url(/_templates/_icons/bullet_green.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.mNewsElencoArchivio div.title a{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}

div.mNewsElencoArchivio div.subtitle{
	margin: 0 0 5px 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
}

div#Paginazione{
	text-align: center;
}

div#Paginazione a{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}

/* News Correlate */
div.mNewsCNews{
	margin-top: 5px;
	font-size: 11px;
	line-height: 13px;
}
span.mNewsCTitolo{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
span.mNewsCSottotitolo{
	font-size: 11px;
	font-style: italic;
	padding-bottom: 5px;
}

/* End News Correlate */
div.mnewsLayer{
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}

div.mnewsLayer font.mnewsTitolo{
	margin: 0 0 15px 0;
	font-size: 18px;
	line-height: 22px;
}
div.mnewsLayer font.mnewsAnteprima{
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
}

td.mnewsRigaAlternato{
	margin: 7px 10px 0 0;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}
font.mnewsTitolo{
	margin: 7px 10px 0 0;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	font-weight: bold;
}
font.mnewsAnteprima{
	margin: 7px 10px 0 0;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	font-style: italic;
}
td.mnewsRigaAlternato{
	padding-top: 300px;
}

