/************* COLONNE ****************/
#support {
	color: #000;
 	float: left;
	width: 185px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	background:#FFF;
	border: 0px red solid;
}
#contents { 
	color: #000;
	float: left;
	width: 590px;
	margin-bottom: 5px; margin-top: 0px; 
	padding: 0px 9px 0px 9px;
/*background:green;*/
  background:#FFF;
}
#custom { 
	color: #000;
	float: left;
	width: 185px;
	margin-right:-1px; margin-bottom: 5px; margin-top: 0px;
	padding: 0px 5px 0px 5px;
	margin: 0px -1px 5px;
	/*background:orange*/;
  background:#FFF;
	border: 0px red solid;
}

/************* BOX ****************/

#contents .box {width:560px;}
#contents .box .boxTitle {
	/*margin: -4px 0px 10px 0px; padding: 0px;*/
	float:left; 
	height: 20px; line-height: 20px;
	width:560px;
	/*padding:0px 5px 0px 5px;*/
}
#contents .box .boxContent {
	/*margin: -4px 0px 10px 0px; padding: 0px;*/
	float:left;
	border: 0px solid #000;
	/*width:580px;*/
	width:575px;
	padding:20px 5px 20px 5px;
}
#contents .box .boxContent .evento-descrizione img{
  border: 1px solid #888;
	margin:5px;
}
#contents .box .boxTail{
	color: #222; font-size: 11px;
	/*margin: -4px 0px 10px 0px; padding: 0px;*/
	float:left;
	width:580px;
  border: 1px solid #f2f2f2;
}

.article-footer{width: 550px;}


#contents .macroBox {
	margin: 0px; padding: 0px;
	width: 492px;
	float:left;
	border-bottom: 1px #CDCDCD solid;
}
#contents .macroBox {
	margin: 0px; padding: 0px;
	width: 175px;
	float:left;
	border: 0px #CDCDCD solid;
}


#support .box, #custom .box {
	color: #000;
	float: left;
	/*width: 185px;*/
  width: 179px;
	/*background: #C6DEFF;*/
  background: #FFF;
	border: 0px red solid;
}

#custom .box{
  width: 184px;
  border-bottom: 1px solid #EFF0F1;
  margin-bottom: 10px;
  color: #454545;
  font-size: 12px;
  font-family: Verdana,Tahoma,arial,sans-serif; font-size:11px;
  float:left;
}

#custom .box .boxTitle{
  width: 176px;
  padding: 8px 5px 8px 5px;
  float:left;
}
#custom .box .boxContent{
  width: 176px;
  padding: 8px 5px 8px 5px;
  float:left;
}
#custom .evidenza{
  background: #FAFAFA;
  border: 1px solid #EFF0F1;
}
#custom .evidenza .boxTitle{
  background: url(../images/custom-h1-evidenza.jpg) repeat-x left top;
  height:26px;
  font-weight:bolder;
  font-size: 14px;
  padding:5px;
  width: 176px;
  color: #FFF;
 
}
#custom .evidenza .boxContent{
  line-height:15px;
  padding-top:0px;
}
#custom .evidenza .boxContent a{font-weight:bolder;}
#custom .box img{border: 1px solid #000;margin-bottom: 10px;}

/*******************************************************************
 FORM
*******************************************************************/

/*******************************************************************
 TABELLE
*******************************************************************/

table{
  width: 580px;
  border: 1px solid #CCC;
  margin-bottom: 20px;
  border-collapse:collapse;
}
thead tr{background: #4179D0; color: #FFF;}
thead th{}
tbody tr{}
tbody td{border-bottom: 1px solid #CCC;}

/****************/
table.datiMensili{
  text-align:center;
  width:300px;
  margin-left: auto;margin-right: auto;
}
table.datiMensili thead tr{
  background: #88ac0b; color: #FFF;
  border-bottom: 2px solid #FFF;
}
table.datiMensili tbody td{border-bottom: 1px solid #CCC;}
