/**
 * Modulo Lista Eventi
 **/

div#eventwide {
	width: 100%;
	font-family: Tahoma, Arial, sans-serif;
} 

div#eventwide .image-preview {
	height: 50px;
}

td.pages { 
  text-align:left;
  margin:0; padding:4px 0 4px 0;
}

td.days {
  text-align:left;
  margin:0; padding:2px 0 0 0;
  font-weight: bold;
	color: #333333;
	line-height: 1.0em;
	font-size: 0.9em;
}
 
div.category {
  text-align:left;
  margin:0; padding:0 0 0 2px;
  font-weight: bold;
	color: #ff6600;
	line-height: 1.2em;
	font-size: 1.0em;
}
div.category a { text-decoration: none; color: #ff6600; }
div.category a:hover { color: #ff3300;}

div.title {
  text-align:left;
  margin:0; padding:0 0 0 2px;
  font-weight: bold;
	color: #6699cc;
	line-height: 1.2em;
	font-size: 0.9em;
}
div.title a { text-decoration: none; color: #6699cc; }
div.title a:hover { color: #336699; }

td.event {
  text-align:justify;
  margin:0; padding:0 4px 0 0;
	color: #333333;
	line-height: 1.2em;
	font-size: 0.9em;
	width: 200px;
}

td.image {
  text-align:center;
  margin:0; padding:0;
	width: 50px;
}
div.linea {	width: 100%; border-bottom: 1px dotted silver; } 