/*Stili per barra laterale sinistra e menù box
*/
a.box_v_menu, a.box_v_menu:link, a.box_v_menu:visited {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	text-indent: 10px;
	height: 21px;
	width: 160px;
	margin-bottom: 5px;
	margin-left: 1px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	line-height: 21px;
 }
 a.box_v_menu:hover {
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	border: 1px solid #000000;
 }
 
 
.box_v_menu_fisso {
	background-color: #CCCCCC;
	padding: 0.4em;
	color: white;
	font-size: 11px;
	border: 1px solid #006600;
}
a.box_v_menu_titolo, a.box_v_menu_titolo:link, a.box_v_menu_titolo:visited  {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	text-indent: 10px;
	height: 21px;
	width: 160px;
	margin-bottom: 5px;
	margin-left: 1px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	line-height: 21px;
 }
 a.box_v_menu_titolo:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #999999;
	text-indent: 10px;
	height: 21px;
	width: 160px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	line-height: 21px;
 }
 a.box_v_sottomenu, a.box_v_sottomenu:link, a.box_v_sottomenu:visited {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	text-indent: 10px;
	height: 21px;
	width: 160px;
	margin-bottom: 5px;
	margin-left: 1px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	line-height: 21px;
 }
 a.box_v_sottomenu:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #999999;
	text-indent: 10px;
	height: 21px;
	width: 160px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	line-height: 21px;
 }

/* STILE DEL BLOG E DELLLE NEWS
*/
.linea_down_blog {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.data_blog {
	background-color: #CCCCCC;
	border-left-style: none;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	width: 110px;
}

.testo_blog {
	font-size: 11px;
}

.firma_blog {
	font-size:10px;
	font-weight: bold;
	color: #CCCCCC;
	}

