body
{
  font-family:Verdana;
  background-color:#ffffff;
}
fieldset
{
  border:solid 1 black;
}
p.titolo
{
  font-size:14;
  font-weight:bold;
}
td
{
  font-size:11;
}
input
{
  height:19;
  font-size:11;
}
input.lettura
{
  border:none;
  background-color:transparent;
}
select
{
  height:19;
  font-size:11;
}
fieldset
{
  font-size:11;
  width:1000px;
}
table
{
  border-width:0px;
}
table.form
{
  border-width:0px;
  border-style:'solid';
  border-color:#eeeeff;
  border-spacing:2px;
}
table.tabella
{
  border-width:0px;
  border-style:'solid';
  border-color:#dbe5f5;
  border-spacing:0px;
}
td.tabella
{
  border-width:0px;
  border-style:'inset';
  border-color:'gray';
}
td.testatatabella
{
  background-color:#588dbf;
  border: solid 1 #ffffff;
  height:20;
  color:#ffffff;
  /*background-image:url('images/sfondoheader.jpg');*/
}
td.tabellaprimanota
{
  font-size:10;
  background-color:white;
}
a
{
  text-decoration:none;
  font-size:11;
  color:black;
}
.parentDisable
{
  z-index:999;
  width:100%;
  height:100%;
  display:none;
  position:absolute;
  top:0;
  left:0;
  background-color: #000000; //#d1bfd4;
  color: #aaa;
  opacity: .5;
  filter: alpha(opacity=24);
}
.tab 
{
  font-size: 10px;
  font-weight:normal;
  width: 110px;
  white-space: nowrap;
  text-align: center;
  border-style: solid;
  border-color: black;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.tabhold 
{
  background-color: #B3C4FF;
  color: black;
}
.tabfocus 
{
  background-color: #ffffff;
  font-weight:bold;
  color: #000000;
}
.tabcontent 
{
  width: 1020px;
  height: 180px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
#ricerca
{
  visibility:'hidden';
  position: absolute;
  background-color:#aec2dc;

  font: Normal 10px Verdana;
  width: 1020px;
  height:500px;
  padding: 5px;
  border: Solid 1px #CCCCCC;
  z-index:1000;
  left:100;
  top:40;
}
#titoloricerca
{
  font: Normal 13px Verdana;
  font-weight:Bold;
  cursor: Move;
}
input.lookupfield
{
  color:red;
  background-color:#aec2dc;
}