@charset "utf-8";

/* CSS Document */
/**
**	@author: 	Marco Lestuzzi
**	@data:		aprile 2010
**
*/


/* DATA SECTION */

.news_area_data {
	width: 16%;
	float: left;
	height: 73px;
	overflow: hidden;
	margin: 0 0 10px 0;
	color: #777777;
	text-align: center;
	padding-right: 2%;
}

.news_area_data .numero {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 28px;
}

.news_area_data .anno {
	margin-top: 3px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.news_area_testo {
	width: 77%;
	float: left;
	padding: 0 0 0 3%;
	min-height: 73px;
	overflow: hidden;
	margin: 0 0 10px 0;
	font-size: 10px;
	line-height: 15px;
	text-align: justify;
	font-family: verdana, tahoma, sans-serif;
	color: #555555;
	border-left: 3px dotted #c8c8c8;
}

.SlideTabContainer {
	width: 230px;
	margin-bottom: 20px;
}

a.gen { color: #333333; }
a.fin { color: #0071b9; }
a.ass { color: #e2001a; }
a.acc { color: #c85094; }
a.sin { color: #ff9900; }

.news_titolo {
	font-weight: normal;
	font-size: 10px;	
	font-family:  verdana, tahoma, sans-serif;
	text-decoration: none;
}

.news_titolo:hover {
	text-decoration: underline;
}
