/* CSS per il colore verde.  */

html, body {
  background-color:     white;
  color:                black;
}

h1,h2,h3                {
  color:                #3333FF;
}

#menu, #menu a          {
  color:                #3333FF;
}
a:link:hover            {
  color:                black;
}
.bottom-box a, .navigation-box a, .bottom-box a:visited, .navigation-box a:visited {
  color:                white;
}

.navigation-box, .bottom-box {
  background-color:		#2F5858;

}

.navigation-box a:link:hover, .bottom-box a:link:hover,
.navigation-box a:visited:hover, .bottom-box a:visited:hover {
  background-color:     #2F5858;/* #D8FAE4;*/
  border-right-color:   #d1e0e0;
  color:                white;
}

.navigation-box li, .bottom-box li {
  border-right-color:   white;
  /*background-color:     #3333FF;*/
    background-color:		#2F5858;
}
.listaConBordoSup li  {
 border-top-color:		#3333FF;
 color:			Black;
}
.errore, .note-pedice   {
 color             :red;
}

.tabellaTipoOrario       {
 border-color:          #99FFFF;
}
.tabellaTipoOrario th   {
 background-color:      #66CCFF;
 color:                 white;
}.tabellaTipoOrario td   {
  background-color:      #99FFFF;
  color:                 black;
}
.mappaSito  dt  {
  color:                #3333FF;
}
#intestazione {
 background:            white;
}
#menu a:link:hover,#menu a:visited:hover      {
  background-color:     #3333FF;
  border-right-color:   #d1e0e0;
  color:                white;
}



