/*  dvd CSS  */

body {
    margin: 0;
    font-family: Helvetica;
    background: #008080;
    color: #000000;
	font-size: 16px;
	font-weight: bold;
	
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  border: 0px;
 
}

.bordo {

border-bottom-color: #008080;
border-bottom-style: solid;
border-bottom-width: 1px;
}




.bsxa {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px 0px 0px 0px;
}

.bsxb {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px 0px 0px 10px;
}

.bdxa {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px 10px 0px 0px;
}

.bdxb {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px 0px 10px 0px;
}

.bsxdxb  {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px 0px 10px 10px;
}

.ball  {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px 10px 10px 10px;
}

.bsxab  {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px 0px 0px 10px;
}

.bdxab  {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px 10px 10px 0px;
}

.bsxdxa {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px 10px 0px 0px;
}

.tr {
  vertical-align: center;
  height: 15px;
} 	

.tempint {
  margin: 0px;
  background-image: url('images/tempint.jpg');
  background-repeat: no-repeat;
  color: #000000;
  background-color: red;
  font-size: 150%;
  font-weight: bolt;
  line-height: 160px;	/*posizione verticale del testo 0= in alto*/
  text-align: center;
  width: 150px;	/*larghezza immagine*/
  height: 100px;	/*altezza immagine*/
}

.umiditaint {
  margin: 0px;
  background-image: url('images/umiditaint.jpg');
  background-repeat: no-repeat;
  color: #000000;
  background-color: red;
  font-size: 150%;
  font-weight: bolt;
  line-height: 160px;	/*posizione verticale del testo*/
  text-align: center;
  width: 150px;	/*larghezza immagine*/
  height: 100px;	/*altezza immagine*/
}

.tempest {
  margin: 0px;
  background-image: url('images/tempest.jpg');
  background-repeat: no-repeat;
  background-position: ;
  color: #000000;
  background-color: red;
  font-size: 150%;
  font-weight: bolt;
  line-height: 160px;	/*posizione verticale del testo 0= in alto*/
  text-align: center;
  width: 250px;	/*larghezza immagine*/
  height: 130px;	/*altezza immagine*/
}

.umiditaest {
  margin: 0px;
  background-image: url('images/umiditaest.jpg');
  background-repeat: no-repeat;
  color: #000000;
  background-color: red;
  font-size: 150%;
  font-weight: bolt;
  line-height: 160px;	/*posizione verticale del testo*/
  text-align: center;
  width: 150px;	/*larghezza immagine*/
  height: 100px;	/*altezza immagine*/
}

.indice {
  margin: 0px;
  background-image: url('images/indice.jpg');
  background-repeat: no-repeat;
  color: #000000;
  background-color: ;
  font-size: 150%;
  font-weight: bolt;
  line-height: 100px;	/*posizione verticale del testo 0= in alto*/
  text-align: center;
  width: 100px;	/*larghezza immagine*/
  height: 100px;	/*altezza immagine*/
}

.windchill {
  margin: 0px;
  background-image: url('images/windchill.jpg');
  background-repeat: no-repeat;
  color: #000000;
  background-color: ;
  font-size: 150%;
  font-weight: bolt;
  line-height: 100px;	/*posizione verticale del testo*/
  text-align: center;
  width: 100px;	/*larghezza immagine*/
  height: 100px;	/*altezza immagine*/
}

.pressione {
  margin: 0px;
  background-image: url('images/pressione.jpg');
  background-repeat: no-repeat;
  background-position: center; /*posizione dell'immagine rispetto allo spazio disponibile*/
  color: #000000;
  background-color: ;
  font-size: 150%;
  font-weight: bolt;
  line-height: 50px;	/*posizione verticale del testo 0= in alto*/
  text-align: center;
  width: 200px;	/*larghezza immagine*/
  height: 100px;	/*altezza immagine*/
}

.nuvole {
  margin: 0px;
  background-image: url('images/nuvole.jpg');
  background-repeat: no-repeat;
  color: #000000;
  background-color: ;
  font-size: 150%;
  font-weight: bolt;
  line-height: 100px;	/*posizione verticale del testo*/
  text-align: center;
  width: 100px;	/*larghezza immagine*/
  height: 100px;	/*altezza immagine*/
}

.sfondo {
  margin: 0px;
  color: #000000;
  background-color: ;
  font-size: 20px;
  font-weight: bolt;
  font-style: italic;
  
}