
/* 	=================================================   */
/* 	CONTROLLO DELLE NEWS VISUALIZZATE NELLA REDAZIONE   */
/* 	=================================================   */

#news_nascosto {
	visibility: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}

#news_container {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	width: 590px;
	border-left: 2px  dashed  #ff0000;
	border-right: 2px  dashed  #ff0000;
	padding-bottom: 5px;
}

/* sopra - dx - sotto - sx */	
.news_titolo {
	margin: 0px 25px 0px 25px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #CCFFCC;
}

/* 	======================================================   */
/* 	CONTROLLO DELLE NEWS VISUALIZZATE NEL SITO + REDAZIONE   */
/* 	======================================================   */

#news {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
/*	border: 1px  solid  #0000CC;     
	width: auto;      */
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
	
#news a {
	text-decoration: none;
	font-weight: bold;
	}	
	
/* sopra - dx - sotto - sx */	
#news  a:link, #news  a:visited {
	color: #000099;
	text-decoration: none;
}
	
#news a:hover {
	color: #FF0000;
	text-decoration: none;
}

#news a:active {
	color: #000099;
	text-decoration: none;
}


