/*
######################################
Configurazione per tabella sala stampa
######################################
*/

.vv-cont-ss-portlet table.news{
	width: 99%;
	border-collapse: collapse;
}

.vv-cont-ss-portlet table.news tr{
	width: 99%;
}

.vv-cont-ss-portlet table.news tr th{
	background-color: #EBECEB;
	padding: 3px;
	font-weight: bold;
}
.vv-cont-ss-portlet table.news tr th.sinistra{
	width: 20%;
}
.vv-cont-ss-portlet table.news tr th.destra{
	width: 99%;
}
.vv-cont-ss-portlet table.news tr.bianco{
	background-color: #FFFFFF;
}
.vv-cont-ss-portlet table.news tr.grigio{
	background-color: #F7F7F7;
}

.vv-cont-ss-portlet table.news tr td.abstract{
	padding: 5px;
	vertical-align: top;
	text-align: justify;
}

.vv-cont-ss-portlet table.news tr td.abstract span.data{
	font-weight: bold;
}

.vv-cont-ss-portlet table.news tr td.abstract ul.allegato{
	list-style-image: url(/resources/viven/images/pdf.png);
	padding:  5px 0px 0px 25px;
}

.vv-cont-ss-portlet table.news tr td.abstract ul.allegato li{
	margin-top: 10px;
}

/*
#######################################
Configurazione per contatti sala stampa
#######################################
*/

.vv-cont-ss-portlet div.contatti{
	padding: 5px;
}
