table.notiziaVerde{
		margin:5px;
		padding:5px;
		border:1px solid #129E3A;
	}
	table.notiziaVerde th {
		font-size:12pt;
		color:#FFFF;
		font-weight:bold;
		line-height:25px;
		height:25px;
		background-color:#129E3A;
		color:#FFF;
		font-family:Verdana;
	}
	
	table.notiziaVerde th img{
	 	background-color:#129E3A;
	}

	table.notiziaVerde tr td table.elencoAppuntamenti {
		margin:0;
		padding:0;
	}
	table.notiziaVerde tr td table.elencoAppuntamenti tr th{
		background-color: #fff;
		font-size: 10pt;
		color: #129E3A;
		text-align:center;
		margin:0;
		padding:0;
	}
	table.notiziaVerde tr td table.elencoAppuntamenti tr td.cl1{
		background-color: #DDDDDD;
		font-size: 10pt;
		color: #111111;
	}
	table.notiziaVerde tr td table.elencoAppuntamenti tr td{
		background-color: #CCCCCC;
		font-size: 10pt;
		color: #111111;
	}
	table.notiziaVerde tr td table.notiziaHome td{
		font-color:#222;
	}
	
	table.notiziaArancio{
		margin:5px;
		padding:5px;
		border:1px solid #FE6914;
	}
	table.notiziaArancio th {
		font-size:12pt;
		color:#FFFF;
		font-weight:bold;
		line-height:25px;
		height:25px;
		background-color:#FE6914;
		color:#FFF;
		font-family:Verdana;
	}
	
	table.notiziaArancio th img{
	 	background-color:#FE6914;
	}
	table.notiziaArancio td{
		font-color:#222;
	}

/*** Css relativo al calendario Calendar_stamp ***/	
div.datetime {
	height:38px;
	float:left;
	background:url(/Synergy/images/synergy/home/Calendario_blue_warm.png) no-repeat;
	margin: 2px 2px 2px 2px;
	position:relative;
}
div.datetime, div.datetime div {
	width:36px;
	line-height:100%;
}
div.month {
	position:absolute;
	top:4px;
	font-size:8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	text-indent:3px;
}
div.day {
	position:absolute;
	top:15px;
	font-size:14px;
	color:#000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center !important;
}
div.year {
	position:absolute;
	bottom:2px;
	font-size:7px;
	color: #36abd5;
	text-align:center !important;  		
