body {
  background-color: #DDDDDD;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  font-size: 12pt;
}

h1 {
  color: #6F6F6F;
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

table.master {
  width: 900px;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0px;
  border-collapse: collapse;
  border: 1px solid #B2B3B5;
}

table.tabella {
  border-collapse: collapse;
  padding: 0px;
  border: 0px;
}
  
table.tbcontenuto {
  padding: 0px;
  border-collapse: collapse;
  width: 690px;
}

a {
  color: #CC0000;
  text-decoration: none;
}

a:hover {
  background-color: #CC0000;
  text-decoration: none;
  color: #FFFFFF;
}

.banner {
  height: 180px;
  width: 900px;
  vertical-align: top;
}

/*** NAVIGATION ***/

.navigation {
  height: 30px;
  font-size: 0.70em;
  padding-left: 20px;
  background-color: #EEEFF3;
}

/*** MENU ***/

.menu {
  vertical-align: top;
}

.menu ul {
  width: 195px;
  padding: 0px;
  margin:  0px;
}

.menu li {
  list-style: none;
}
.menu li a {
  text-decoration: none;
}

.menu-li1 {
  #background-color: #6F6F6F;
  background-color: #e50a0a;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  //height: 15px;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 15px;
  font-size: 0.8em;
  border-bottom: 1px solid #ffffff;
}

.menu-li1 a {
  color: #ffffff;
  display: block;
}

.menu-li1 a:hover {
  #background-color: #CC0000;
  background-color: #949292
}

li.menu-li1:hover {
  #background-color: #CC0000;
  background-color: #949292;
}

.menu-li2 {
  color: #000000;
  font-weight: normal;
  padding-top: 1px;
  padding-left: 15px;
  font-size: 0.7em;
}
.menu-li2 a {
  color: #000000;
  display: block;
}
.menu-li2 a:hover {
  background-color: #CCCCCC; 
}
li.menu-li2:hover {
  background-color: #CCCCCC;
}

.menu-li3 {
  color: #000000;
  padding-top: 1px;
  padding-left: 30px;
  font-size: 0.7em;
}
.menu-li3 a {
  color: #000000;
  display: block;
}
.menu-li3 a:hover {
  background-color: #E3E3E3;
}
li.menu-li3:hover {
  background-color: #E3E3E3;
}

.menu-sep {
  height: 8px;
  background-repeat: repeat-y;
  background-position: right;
}

.menu-sel {
  color: #FFFFFF;
  #background-color: #CC0000;
  background-color: #b5aaaa
}

/*** CONTENUTOLEFT ***/
.contenutoleft {
  vertical-align: top;
  width: 245px;
  float: left;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #666666;
  margin-bottom: 0px; //15px;
  margin-right: 10px;
  background-color: #FFFFFF;
}
.contenutolefthome {
  vertical-align: top;
  width: 365px;
  float: left;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #666666;
  margin-bottom: 0px; //15px;
  margin-right: 10px;
  background-color: #FFFFFF;
}

.contenutoleft .csc-header h1 {
  margin-top: 25px;
  font-size: 1.2em;
}
.blocco {
  height: 5px;
  background-color: #666666;
  font-size: 0.1em;
}
.img_home {
  width: 245px;
}

.blocco_home {
  padding: 10px;
  padding-top: 10px;
  background-color: #EEEFF3;
  font-size: 0.7em;
  text-align: justify;
}

.contenutodown  {
  background-color: #FFFFFF;
  font-size: 0.7em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
}
.contenutodown .csc-header h1 {
  font-size: 1.4em;
}

/*** CONTENUTO ***/

.contenuto {
  vertical-align: top;
  background-color: #FFFFFF;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  font-size: 0.8em;
  text-align: justify;
}

.contenuto .csc-header h1 {
  margin-top: 25px;
  font-size: 1.2em;
}
.contenuto h1 {
  margin-top: 25px;
  font-size: 1.2em;
}

.contenuto td { 
  font-size: 0.73em;
}
.contenuto th {
  font-size: 0.73em;
}

.contenuto .csc-menu li {
  list-style: none;
}

.contenuto ul {
  list-style-position: inside;
}

/*** FOOTER ***/

.footer {
  vertical-align: top;
  background-color: #FFFFFF;
  color: #676767;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 0.65em;
  border-top: 1px solid #B2B3B5;
}

/*** NEWS LIST ***/
.news-list-item h3 {
  color: 6F6F6F;
  font-size: 1.1em;
  margin-bottom: 0px;
}
.news-list-item img {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-top: 3px;
}

.news-list-item .bodytext {
  margin-bottom: 0px;
  margin-top: 2px;
}
.news-list-date {
  font-size: 0.75em;
  text-align: right;
 // float: right;
  margin-top: 0.2em;
  margin-left: 10px;
  display:block;
}
.news-list-morelink {
  display: none;
}
.news-list-morelink-home {
  clear: both;
}

/*** NEWS SINGLE ***/

.news-single-backlink {
  display: none;
  margin-top: 25px;
}

.news-single-item h2 {
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: 6F6F6F;
  font-size: 1.3em;
}
.news-single-item h3 {
  color: 6F6F6F;
  font-size: 1.1em;
}

.news-single-item .news-single-timedata {
  font-size: 0.78em;
  text-align: right;
  margin: 0px;
  padding-bottom: 0px;
  padding-bottom: 5px;
}

/*** TABELLE ***/

table caption {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 0.2em;
  margin-top: 20px;
}

td {
  padding: 0px;
}

.tr-odd{
  background-color: #FFFFFF;
}
.tr-even {
  background-color: #F8F8F8;
}

.table_consiglio {
   border-collapse: collapse;
   margin-left: 1.5em;
}
.table_consiglio td {
  padding: 0.3em;
  vertical-align: top;
}
.table_consiglio .td-0 {
  font-weight: bold;
  width: 13em;
}
.table_consiglio .td-last {
  width: 22em;
}

.table_bordo {
  border: 1px solid #666666;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;

}
.table_bordo td {
  border: 1px solid #666666;
  padding: 0.5em;
}
.table_bordo th {
  border: 1px solid #666666;
}

.table_100_2 {
  width: 100%;
  border-collapse: collapse;
}
.table_100_2 .td-last {
  width: 50px;
}
.table_100_2 td {
  border: 1px solid #666666;
  padding: 0.2em;
}

.table_100 {
  width: 100%;
  border-collapse: collapse;
}
.table_100 td {
  padding: 0.2em;
  text-align: center;
}
.table_100 .td-0 {
  width: 50%;
  text-align: left;
}

/*** COLONNA ***/
.tbcolonna {
  border-right: 1px solid #B8B8B8;
  width: 210px;
}
.colonna {
  vertical-align: top;
  color: #000000;
  background-color: #EEEFF3;
  border-bottom: 1px solid #B8B8B8;
  padding: 0px;
  margin: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
}

/*** LOGIN BOX ***/
.tx-newloginbox-pi1 {
  margin: 0px;
  padding: 0px;
}
.tx-newloginbox-pi1 input {
  width: 130px;
  font-size: 0.85em;
}
.tx-newloginbox-pi1 .submit {
  width: 50px;
}
.tx-newloginbox-pi1 h3 {
  margin: 0px;
  color: #000000; //#AA191A;
  font-size: 0.8em; //0.68
  font-weight: bold;
  text-align: right;
  margin-right: 10px;
}
.tx-newloginbox-pi1 table {
  font-size: 0.68em;
  text-align: right;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  width: 209px;
  margin-top: 5px;
}
.tx-newloginbox-pi1 p {
  font-size: 0.68em;
  text-align: right;
  margin-right: 10px;
}

.tx-chcforum-pi1-Table thead tr th {
  font-size: 0.70em; 
}
.tx-chcforum-pi1-Table tbody tr th {
  font-size: 0.70em; 
}

div.odd {
  background-color: #FFFFFF;
  display: block;
  float: left;
}
div.even {
  background-color: #FFFFFF;
  display: block;
  float: left;
}

.csc-textpic-text {
  width: 95%;
}




.calcBox {
  border: 1px solid #666666;
  margin-bottom: 10px;
}
.calcTitle {
  background: #ffff99;
  font-weight: bold;
  padding: 5px;
}
.calcCorpo {
  padding: 10px;
}
.calcUtilizzi {
  clear: both;
  height: 25px;
}
.calcUtilizziTitle{
  font-weight: bold;
  background: #cccccc;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.calcUtilizziCB {
  width: 200px;
  float: left;
}
.calcUtilizziNumero {
  width: 100px;
  float: left;
  text-align: center;
  display: none;
}
.calcUtilizziNumeroTitle {
  display: block;
}
.calcUtilizziNumeroText {
  width: 50px;
}
.calcUtilizziRisultato {
  width: 100px;
  float: left;
  text-align: center;
  display: none;
}
.calcUtilizziTotale {
  border: 3px solid #000000;
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 4px;
}
.destra {
  text-align: right;
}

.calcAutoTitoli {
  float: left;
  width: 450px;;
}
.calcAutoNumero {
  float: left;
  width: 100px;
  text-align: right;
}
.calcAutoNumeroText {
  width: 100px;
  text-align: right;
}
.bold {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
}
.consiglio {
  clear: both;
  padding-top:5px;
  padding-left: 5px;
}
.alto {
  height: 50px;
}
.hidden {
  display: none;
}
.calcAnnuo {
  font-weight: bold;
}
.finale {
  color: #ff0000;
  font-weight: bold;
}



