div#ToolTipDiv {
  display: none;
  position: absolute;
  top: 100px;
  left: 100px;
  color:#002266;
  border: 2px solid #6699cc; 
  background-color: #f5f0f0;   /*  #fc9876;  */
  font-size:16px;
  padding: 6px;
  z-index:999;
  
  opacity: .9;   /* W3C standard */
  filter: alpha(opacity=90);  /* Internet Explorer */
  -moz-opacity:0.9;     /* Mozilla */
  -khtml-opacity:0.9;  /* Safari */

}