
/*
   CSS top-down a specializzazione:
      {news} <- {news_preview, evento_preview}
 */

/* CLASSE NEWS */
.news_titolo {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
}
.news_titolo a {
  color: #000000;
  text-decoration: none;
}
.news_titolo a:hover {
  color: #ff0000;
}
.news_data {
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial;
  color: #c0c000;
}
.news_img {
  text-align: left;
  float: left;
  width: 173px;
  background: #ffffff url(images/news_cornice_dx.png) no-repeat top right;
}
.news_img div {
  padding: 3px 0px 10px 3px;
  background: url(images/news_cornice_big.png) no-repeat bottom left;
}
.news_testo {
  margin-top: 8px;
  font-family: Arial;
  font-size: 10pt;
  text-align: justify;
}

/* CLASSE NEWS_PREVIEW */
.news_preview {
  font-family: Verdana;
  font-size: 8pt;
}
.news_preview_img {
  width: 93px;
  background: #ffffff url(images/news_cornice_dx.png) no-repeat top right;
}
.news_preview_img div {
  padding: 3px 0px 20px 3px;
  background: url(images/news_cornice_bottom.png) no-repeat bottom left;
}
.news_preview_testo {
  width: 298px;
}
a.news_preview_link {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
}
a.news_preview_link:hover {
  font-size: 10pt;
  font-family: Arial;
  font-weight: bold;
  color: #808080;
  text-decoration: none;
}

/* CLASSE EVENTO_PREVIEW */
.evento_preview_img {
  text-align: left;
  float: left;
  width: 123px;
  background: #ffffff url(images/news_cornice_dx.png) no-repeat top right;
}
.evento_preview_img div {
  padding: 3px 0px 10px 3px;
  background: url(images/evento_cornice_bottom.png) no-repeat bottom left;
}
.evento_preview_testo {
  font-family: Arial;
  font-size: 8pt;
}
