  @charset "utf-8";
  /* CSS Document */
  
   { margin: 20; padding: 0; }  
  
  body
	  {
	  background-color:#FFF;
	  }

/* INPUT DEI DATI INIZIALI */  
  #input
	  {
	  border-radius: 8px;
	  text-align:center;
	  background-color: #059CE4;
	  color: #FFF;
	  height: 20px;
	  width: 70px;
	  }

/* BUTTON DEI DATI INIZIALI */
  #button
	  {
	  background-color:#03F;
	  color:#FFF;
	  border-radius: 8px;
	  text-align:center;
	  width:90px;
	  height:25px;
	  box-shadow:5px 5px 10px #000;
	  }
	  
	  
/* PULSANTINI  CHE MANDANO AVANTI ED INDIETRO IL TEMPO */	  
#button0
	{
	background-color:#03F;
	color: #FFF;
	width:30px;
	height:25px;
	box-shadow:5px 5px 12px #000;
	border-radius:8px;
	text-align: center;
	}
	  
	  
	  
	  
	  
/* BUTTON DEI DATI NELLA PAGINA ALGORITMI */
  #button1
	  {
	background-color:#03F;
	color:#FFF;
	  border-radius: 8px;
	  text-align:center;
	  width:200px;
	  height:25px;
	  box-shadow:5px 5px 10px #000;
	  }
	  


/* PULSANTI QUADRATI CALC */  
  #button2
	  {
	background-color:#03F;
	color:#FFF;
	  border-radius: 8px;
	  text-align:center;
	  width:48px;
	  height:48px;
	  box-shadow:5px 5px 10px #000;
	
}

/* PULSANTI TORNA AI DATI INIZIALI  */  
  #button3
	  {
	background-color:#03F;
	color:#FFF;
	  border-radius: 8px;
	  text-align:center;
	  width:100px;
	  height:50px;
	  box-shadow:5px 5px 10px #000;
	
}






  
/* PULSANTI ? */ 
#buttonpint
	{
	background-color:#03F;
	color: #FFF;
	width:25px;
	height:25px;
	box-shadow:5px 5px 12px #000;
	border-radius:8px;
	text-align: center;
	}
  
/* CAMPO DATI GENERICO*/  
  #datatxt
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:center;
	  color: #FFF;
	  width:150px;
	  height:22px;
	  }

/* CAMPO DATI ORA LOCALE */  
  #datatxt0
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:center;
	  color: #FFF;
	  width:70px;
	  height:20px;
	  }

/* CAMPO DATI LARGO 1 RIGA */
  #datatxt1
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:center;
	  
	  color: #FFF;
	  width:200px;
	  height:22px;
	  }


/* CAMPO DATI 2 RIGHE (COORDINATE) */
  #datatxtmulti
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:center;
	  color: #FFF;
	  width:150px;
	  height:35px;
	  }
	  
/* CAMPO DATI 3 RIGHE  (COORDINATE RETTANGOLARI) */
  #datatxtmulti2
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:center;
	  color: #FFF;
	  width:150px;
	  height:50px;
	  }
	  
/* CAMPO DATI 4 RIGHE  (SORGERE E TRAMONTO) */
  #datatxtmulti2a
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:center;
	  color: #FFF;
	  width:150px;
	  height:80px;
	  }
	  
	  
	  
/* CAMPO DATI 8 RIGHE  (ELEMENTI ORBITALI) */
  #datatxtmulti3
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:left;
	  color: #FFF;
	  width:160px;
	  height:130px;
	  }
  
/* CAMPO SELEZIONA LARGO 1 RIGA  (ALGORITMI UTILIZZATI) */
  #datatxt_algo
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:center;
	  color: #FFF;
	  width:500px;
	  height:20px;
	  }
	  
  #table	
  {
	  background-color:#666;
	  border-radius: 8px;
	  border:2px solid;
	  border-color:#000;
	  color: #FFF;
	  box-shadow:5px 5px 10px #000;
	  }

  #table1	
  {
	  background-color:#000;
	  border-radius: 8px;
	  border:2px solid;
	  border-color:#000;
	  color: #FFF;
	  box-shadow:5px 5px 10px #000;
	  }



  
  #firma {
	  background-color:#03F;
	  color:#FFF;
	  width:500px;
	  height:20px;
	  box-shadow:5px 5px 12px #000;
	  border-radius:8px;
	  text-align: center;
	  font-weight: bold;
  }
  
  a:link {
	text-decoration: none;
	  color: #FFF;

}
a:visited {
	text-decoration: none;
	  color: #FFF;

}
a:hover {
	text-decoration: none;
	  color: #0F0;
}
a:active {
	text-decoration: none;
		  color: #FFF;

}
  
