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: 1000px;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0px;
  border-collapse: collapse;
  border: 1px solid #B2B3B5;
#  margin-left: 50px;
}

table.tabella {
  border-collapse: collapse;
  padding: 0px;
  border: 0px;
}
  
table.tbcontenuto {
  padding: 0px;
  border-collapse: collapse;
  width: 790px;
}

a {
  color: #CC0000;
  text-decoration: none;
}

a:hover {
  background-color: #CC0000;
  text-decoration: none;
  color: #FFFFFF;
}

.banner {
  height: 100px;
  width: 900px;
  vertical-align: top;
}
.banner h1 {
  font-size: 3em;
}
.banner .csc-subheader {
  text-align: center;
}

/*** 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;
  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;
}

li.menu-li1:hover {
  background-color: #CC0000;
}

.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;
}

/*** 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;
}
.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.7em;
  text-align: justify;
}
.tx-fechangepassword-pi1 .message {
  color: #ff0000;
  font-size: 1.2em;
  font-weight: bold;
  background: #ffff99;
  text-align: center;
  padding: 3px;
  margin-bottom: 5px;
}

.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 .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;
}
.news-list-morelink {
  display: none;
}

/*** 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;
}

/*** NEWS LASTEST ***/
.news-latest-container h2 {
  display: none;
}
.news-latest-container h3 {
  margin: 0px;
  padding: 0px;
}
.news-latest-gotoarchive {
  padding-top: 20px;
}
.news-latest-item hr {
  display: none
}
.news-latest-item .news-latest-morelink {
  padding-bottom: 5px;
  border-bottom: 2px solid #CCCCCC;
}
/*** 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;
}

.table170 td {
  width: 170px;
  padding: 3px;
  border: 1px solid #888888;
}
.table170 th {
  border: 1px solid #888888;
}

.tablesezione {
  border: 1px;
}
.tablesezione th {
  border: 1px solid #888888;
}
.tablesezione td {
  border: 1px solid #888888;
}
.tablesezione .td-0 {
  width: 100px;
}
.tablesezione .td-1 {
  width: 100px;
}
.tablesezione .td-2 {
  width: 200px;
}
.tablesezione .td-3 {
  width: 150px;
}
.tablesezione .td-4 {
  width: 150px;
}

.tablesenza td {
  width: 150px;
}

/*** 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;
}

/*** FORUM ***/

.tx_chcforum-pi1 {
  width: 40em;
}
.tx-chcforum-pi1-profileBorder {
  width: 40em;
}

.tx_chcforum-pi1-toolBar,
.tx-chcforum-pi1-preTableWrap,
.tx-chcforum-pi1-Table,
.tx-chcforum-pi1-FooterBox
 {
  border: 0px;
  margin-bottom: 20px;
  width: 653px;
}

.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;
}



/*** ELENCO UTENTI ***/
.tx-feusersview-list-table {
  border-top: 1px solid #DDDDDD;
}
.tx-feusersview-list-table td {
  font-size: 0.7em;
  vertical-align: top;
}
.tx-feusersview-list-label {
  padding-bottom: 3px;
  background-color: #EEEEEE;
}
.tx-feusersview-list-data {
  border-top: 1px solid #DDDDDD;
  padding-top: 2px;
  padding-bottom: 8px;
}
#tx-feusersview-pagebrowser {
  text-align: center;
}
#tx-feusersview-update {
  text-align: center;
}
.filelinks div {
  width: 370;
}
.filelinks a {
  color: #CC0000;
  text-decoration: none;
}

.credit {
  text-align: right;
  margin-right: 10px; 
}

/*** ELENCO ORDINI INGEGNERI ***/
.tx-rtordineingegneri-pi1-listrowField-nome {
  width: 150px;
  float: left;
  margin-bottom: 5px;
}
.tx-rtordineingegneri-pi1-listrowField-telefono {
  width: 120px;
  float: left;
  }
.tx-rtordineingegneri-pi1-listrowField-fax {
  width: 120px;
  float: left;
}
.tx-rtordineingegneri-pi1-listrowField-email {
  width: 250px;
  float: left;
}
.listrowField-hr {
  clear: both;
}
.tx-rtordineingegneri-pi1-listrowField-title {
  font-weight: bold;
  background-color: #777777;
  padding-top: 5px;
}
.tx-airfilemanager-pi1 img {
  border: 0;
}

.filetable td {
  padding: 3px; 
  border-bottom: 1px solid #EEEEEE;
}

