/* tables CSS Document */

/* calendar sets */
#calendario{
	width:100%;
	height:200px;
}

#calendario a{
	color:#43B220;
}

#calendario a:hover{
	color:#F67E06;
}

.spaceHeader{
	padding-bottom:15px;
	padding-top:15px;
}

.day_outOf_month{
	background-color:#666666;
	height:6em;
	width:14%;
	border:1px;
	border-color:#CCCCCC;
	border-style:solid;
	vertical-align:top;
}
.toDay{
	background-color:#FFFF00;
	height:6em;
	width:14%;
	border:1px;
	border-color:#CCCCCC;
	border-style:solid;
	vertical-align:top;
}
.anyOtherDay{
	background-color:#FFFFFF;
	height:6em;
	width:14%;
	border:1px;
	border-color:#CCCCCC;
	border-style:solid;
	vertical-align:top;
}
/* news home page */
.tabellaNews{
	width:420px;
}
.primaCellaNews{
	width:9px;
	height:9px;
}
.dataCellaNews{
	width:50px;
}
.cellaDettaglioNews{
	width:110px;
	text-align: right;
}
/* survey */
#survey{
	width:100%;
}
.centerAlign{
	text-align:center;
}
/* rss */
.leftPadding{
	padding-left:40px;
}
#tabSindacati td{
border-bottom-color:#009933; 
border-bottom-style:solid; 
border-bottom-width:1px; 
color:#000000;

}