
.txtHint_pp {

  z-index:11; 
  background-color:#ffffff;
  filter: alpha (opacity=92);
  width : 350px;
  border: 1px solid #cccccc;
  overflow : hidden;  
  font-weight: normal;
  font-size: 12px;
  color: rgb(0, 0, 0);
  font-family: Arial;
  display: inline; 
  /*margin-top : -2px; */
  text-align: left;      
}

.txtHint_pz {

  z-index:11; 
  background-color:#ffffff;
  filter: alpha (opacity=92);
  width : 350px;
  border: 1px solid #cccccc;
  overflow : hidden;  
  font-weight: normal;
  font-size: 12px;
  color: rgb(0, 0, 0);
  font-family: Arial;
  display: inline; 
 /* margin-top : -2px; */
  text-align: left;      
}



.highlight_pp {
  background-color: #E3F3D6;
  color: 000;
  border-left:0;
  border-right:0;
  border-top: 1px solid #98DD66;
  border-bottom: 1px solid #98DD66;  
  line-height: 13px;
}
.highlight_pz {
  background-color: #D6E6F3;
  color: 000;
  border-left:0;
  border-right:0;
  border-top: 1px solid #66A4DD;
  border-bottom: 1px solid #66A4DD;  
  line-height: 13px;
}
.unhighlight {
  background-color: #FFFFFF;
  border-left:0;
  border-right:0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;     
  line-height: 13px;
}
.number {
   font-weight: normal;
   font-size: 9px;
   font-family: Arial;
   color: rgb(0, 128, 0);
   position: relative;
   right:2;
   float: right;
   margin-top:-13px;
}
.name {
  
}