/* Regole per le news */

table#fspNews {
  width: 730px;
  border-collapse: collapse;
  border: 0px;
  margin: 0px;
}

table#fspNews td#currNews {
  width: 500px;
  padding: 0px;
  border: 0px;
  vertical-align: top;
}

table#fspNews td#currNews p {
  margin-right: 20px;
}

table#fspNews td#currNews p.fspAutNewsCurr {
  margin: -15px 20px 5px 10px;
  font-size: 12px;
  font-style: italic;
  color: #5C5C5C;
}

table#fspNews td#currNews div.imgPdf {
  text-align: right;
  margin-right: 15px;
}

table#fspNews td#currNews p.fspModNews {
  margin: 5px 20px 5px 0px;
  font-size: 11px;
  text-align: right;
  color: #808080;
}

table#fspNews td#allNews {
  width: 230px;
  padding: 0px;
  border-left: 3px solid #D3D3D3;
  vertical-align: top;
  background-color: #eee;
}

table#fspNews td#allNews ul {
  margin: 0px 0px 0px 5px;
  list-style: none;
  padding: 4px 5px 5px 3px !important;
  padding: 4px 5px 5px 0px;
}
table#fspNews td#allNews ul li, table#fspNews td#allNews ul li.sel {
  position: relative;
  font-size: 11px;
}

table#fspNews td#allNews ul li.sel {
  color: #4a4a4a;
}

table#fspNews td#allNews h3 {
  margin: 5px 5px 10px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #B22222;
}

div#info-news h2 {
  margin: 10px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #404040;
}

div#info-news p {
  margin: 0px 10px 10px 10px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

div#info-news p#sign {
  margin-top: 15px;
  margin-left: 45px; 
  font-style: italic;
}

/* Fine regole per le news */