/*Tabelle statistiche
--------------------------------------*/

.headerstats {
	font-family:Arial, Sans-Serif;
	font-size:12px;
	text-align: center;
	line-height: 10px;
	font-weight:bold;
	background-color:#BCCBD5;	
}

table.news .row1 {
	background-color:#DEE3E7;
	font-family:Arial, Sans-Serif;
	font-size:10px;
	line-height: 10px;
}

table.news .row2 {
	background-color:#EFEFEF;
	font-family:Arial, Sans-Serif;
	font-size:10px;
	line-height: 10px;
}

table.news .row3 {
	background-color:#FFFFD6;
	font-family:Arial, Sans-Serif;
	font-size:10px;
	line-height: 10px;
}

table.news .row4 {
	line-height: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight: bold;
	color: #000000;
	text-transform:uppercase;
}

table.news .row5 {
	background-color: #FFCC99;
	font-family:Arial, Sans-Serif;
	font-size:10px;
	line-height: 10px;
}

table.news .row6 {
	background-color: #FFFFBB;
	font-family:Arial, sans-serif;
	font-size:10px;
	line-height:10px;
}

table.news .row4 td {
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
	border-bottom-width: thin;
}

p.contentstats {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight: bold;
	text-transform:uppercase;
}

.sort {
	font-weight:bold;
}


/*News progetti
--------------------------------------*/
table.news {
	border-collapse: separate;
	border-spacing: 1px;
	text-indent: inherit;
	margin-bottom: 10px;
}

table.news p {
	margin-top: 0px;
	margin-bottom: 1px;
	line-height: 17px;
	text-align: justify;
}

td.newsrow1 {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background-color: #FFFFD6;
	border: 1px solid goldenrod;
	padding: 1px;
}

td.newsrow1 td.title {
	border-bottom-style:dotted;
	border-bottom-color: goldenrod;
	border-bottom-width: thin;
}

td.newsrow2 {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background-color: #DFF0FF;
	border: 1px solid #3366FF;
	padding: 1px;
}


td.newsrow2 td.title {
	border-bottom-style:dotted;
	border-bottom-color: #3366FF;
	border-bottom-width: thin;
}

td.newsrow3 {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background-color: #FF9900;
	border: 1px solid #FF3300;
	padding: 1px;
}

td.newsrow3 td.title {
	border-bottom-style:dotted;
	border-bottom-color: #FF3300;
	border-bottom-width: thin;
}

td.newsrow1 img.logo {
	width: 64px;
	height: 64px;
	border-width: thin;
	border-style: solid;
	border-color: goldenrod;
	float: left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 5px;
	
}

td.newsrow2 img.logo {
	width: 64px;
	height: 64px;
	border-width: thin;
	border-style: solid;
	border-color: #3366FF;
	float: left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 5px;
	
}

td.newsrow3 img.logo {
	width: 64px;
	height: 64px;
	border-width: thin;
	border-style: solid;
	border-color: #3366FF;
	float: left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 5px;
	
}

/* Info progetto */

div.valutazione p {
	margin: 5px 0;
}
div.valutazione ul li {
	background: none;
	padding-left:0px;
}

div.valutazione ul {
	font-size: 0.9em;
}


.cookielaw {
	display: none;
}

#cookieChoiceInfo {
	background-color: #f3a539 !important;
	padding: 8px !important;
}

#cookieChoiceInfo span {
	color: #f1f1f1 !important;
	line-height: 2.5;
}

#cookieChoiceInfo a {
	color: #f3a539;
	margin-left: 30px !important;
	padding: 5px 18px;
	background: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
}

