
table 
{ 
  border-color: #000; 
  border-width: 1px;
  width: 100%;
}

.inputFld
{
   background-color:#B6c9e2;
}

.result
{
  color: #000000; 
  font-weight: bold;
  background-color:#d2d2d2;
}

#graphTable
{ 
  background-color:#BACFD5;
  border-collapse:collapse;
}

#graphTable th
{ 
   color:#000;
  text-align: center;
   background-color:#a9bcc2; 
}

#graphTable tr
{ 
  font-size:12px; 
}

#graphTable td
{ 
   color:#000;
  vertical-align: middle;
  text-align: center; 
}

#helpLN
{ 
 font-style:italic;
 background-color: #96DBF0;
}

#xtooltip 
{
    visibility: hidden; 
    position: absolute; 
    background-color: #CCC;
    font-size:11px; 
    color:#000;
    top: 0;  
    left: 0; 
    z-index: 2; 
    width: 140px;

}

#xtooltipTable
{ 
 border-color: #A8A8A8; 
 border-top: 0px;
 border-left: 0px;
}

#xtooltipTable td
{ 
 border-width: 0px;
}

#xtooltipTable th
{ 
  background-color: #ACACAC; 
  border-width: 0px;
}
