body {
  color:             black;
  background:        white;
  word-spacing:      normal;
  letter-spacing:    normal;
  text-transform:    none;
  font-family:       Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
  font-style:        normal;
  font-size:         8pt;
  font-weight:       normal;
  text-decoration:   none;
}

td {
  color:             black;
  background:        white;
  word-spacing:      normal;
  letter-spacing:    normal;
  text-transform:    none;
  font-family:       Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
  font-style:        normal;
  font-size:         8pt;
  font-weight:       normal;
  text-decoration:   none;
}

td.cellaStandard {
  background:        #FFEFEF;
}

td.cellaNumero {
  background:        #FFEFEF;
  text-align:        right;
}

td.cellaData {
  background:        #FFEFEF;
  text-align:        center;
}

td.cellaBoolean {
  background:        #FFEFEF;
  text-align:        center;
}

td.cellaTitoloFinestra {
  background:        #A50000;
  color:             white;
}

td.cellaToolbar {
  background:        #D4D0C8;
  height:            24px;
  border:            solid 1px gray;
}

td.cellaBottoneToolbar {
  height:            24px; 
  width:             20px;
  background-color:  transparent; 
  border:            solid 1px #D4D0C8;
  text-align:        center;
}

td.cellaBottoneToolbarHover {
  height:            24px;
  width:             20px;
  background-color:  #B6BDD2; 
  border:            solid 1px darkblue;
  text-align:        center;
}
  
td.cellaIntestazione {
  color:             black;
  font-weight:       bold;
  white-space:       nowrap;
}

table.tabellaFinestra {
  background:        #A50000;
}

select {
  font-family:       Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
  font-size:         8pt;
}

input {
  font-family:       Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
  font-size:         8pt;
}

button {
  font-family:       Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
  font-size:         8pt;
}

button.flatButton {
  background-color:  transparent;
  border:            none 1px;
  height:            24px;
  width:             24px;
  vertical-align:    middle;
}

button.flatButtonHover {
  background-color:  transparent;
  border:            outset 1px;
  height:            24px;
  width:             24px;
  vertical-align:    middle;
}

textarea {
  font-family:       Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
  font-size:         8pt;
}

a {
  text-decoration:   none;
  color:             blue;
}

a:visited {
  text-decoration:   none;
  color:             blue;
}

a:hover {
  text-decoration:   underline;
}

a.intestazione {
  text-decoration:   none;
  color:             black;
}

a.intestazione:visited {
  text-decoration:   none;
  color:             black;
}

a.intestazione:hover {
  text-decoration:   underline;
}

