/*
  Notice that IE has a display problem if the help link is on
  the last line of a container with no padding. If this is the
  case increase the padding bottom to at least 1px
*/

a.helpLink {
  color:        black;
  text-decoration:  none;
  cursor:       help;
   font:         normal 9px Verdana;
}

a.helpLink:hover {
  color:        black;
  text-decoration:  none;
   font:         normal 9px Verdana;
}

#hintbox{ /*CSS for pop up hint box */
  position:     absolute;
  top:          0px;
  background-color: #ffffff;
  width:        120px; /*Default width of hint.*/ 
  padding:      5px;
  border:       1px solid black;
  font:         normal 9px Verdana;
  line-height:    18px;
  z-index:        100;
  border-right:     1px solid black;
  border-bottom:  1px solid black;
  visibility:     hidden;
  margin-top:20px;
  margin-left:-30px;
  cursor:help;  
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
  font-weight:    bold;
  color:        navy;
  margin:         0px 0px;
}
