/* Stile dei box in home page */

table.tbHome {
  padding          : 0px;
}

table.tbHome td {
  border          : 6px double #bbbbff;
  padding          : 15px;
  padding-top          : 5px;
  color: #0000ff;
  font-size: 10px;
  width: 50%;
}

table.tbNoBorder td {
  border          : 0px;
}

table.tbNoBorder2 td {
  border          : 0px;
  padding          : 3px;
  width: auto;
}

table.tbHome td h2 {
  font-family         : verdana, arial, helvetica, sans-serif; 
  text-align: center;
  padding             : 6px 10px;
  margin              : 8px;
  color               : #0000FF;
  font-size           : 10px;
  /*background-color    : #ffcc00;*/
  background-color    : #FFFF33;
  vertical-align: center; 
  border-top          : 1px dotted #0000FF;
  border-bottom       : 1px dotted #0000FF;
}

table.tbHome td a.btn {
  font-family         : verdana, arial, helvetica, sans-serif; 
  text-align: center;
  padding             : 3px 10px;
  margin              : 10px;
  color               : #0000FF;
  font-size           : 10px;
  background-color    : #bbbbff;
  vertical-align: center; 
  border-top          : 1px dotted #0000FF;
  border-bottom       : 1px dotted #0000FF;
  text-decoration     : none;
  white-space: nowrap;
}


table.tbHome td a.btn:hover {
  background-color    : #FFFF33;
  text-decoration     : none;
}


table.tbHome td .titolo {
  font-family         : verdana, arial, helvetica, sans-serif; 
  color               : #0000ff;
  font-size           : 10px;
  background-color    : #bbbbff;
  display: inline;
  padding: 0px;
  margin: 0px;
  white-space: nowrap;
  text-align: left;
  vertical-align: text-top;
}


table.tbHome td a.lnk {
  font-family         : verdana, arial, helvetica, sans-serif; 
  color               : #0000FF;
  font-size           : 10px;
  text-decoration     : none;
  font-weight: bold;
}

table.tbHome td a.lnk:hover {
  text-decoration     : underline;
}

/* Box con le news dal Blog */

.BlogTitolo, .BlogLink {
  float: left;
  font-family: verdana, arial, helvetica, sans-serif;
}

.BlogTitolo {
  font-weight: bold;
  font-size: 10px;
  padding: 10px 20px 10px 20px;
  margin-top: 15px;
  background-color: #FF3;
  border-bottom: 1px dotted blue;
  border-top: 1px dotted blue;
}

.BlogLink {
  padding: 0px;
  padding-left: 15px;
  margin: 0px;
}

.BlogLink a {
  font-size: 18px;
}

.BlogLink a:hover {
  color: #0000FF;
}
