BODY {margin-top: 2; font-family: arial, helvetica, geneva, sans-serif;}
A:link {text-decoration: underline; color: blue;}
A:visited, A:active {text-decoration: underline; color: purple;}
A:hover {text-decoration: underline; color: red;}
B {font-weight: bold;}
PRE {font-family: "QuickType Mono", monaco, "monotype.com," "courier new", courier;}

#liveSearch {
  position:absolute;
  z-index:1;
  background: transparent;
  display: block;
  visible: false;
}

a.imgpopup:hover {
          color: #000000;
          background: #f0f0f0;
          text-decoration: none;
}
a.imgpopup:hover span {
          display:block;
          position:absolute;
          top:-135px;
          left:35px;
          width:306px;
          height:126px;
          border:1px solid #000;
          text-align:center;
          z-index:2;
}
a.imgpopup{
text-decoration: none;
border-bottom: 1px dotted blue;
position:relative;
z-index:1;
}
a.txtpopup:hover {
          color: #000000;
          background: #f0f0f0;
          text-decoration: none;
}
a.txtpopup{
text-decoration: none;
border-bottom: 1px dotted blue;
position:relative;
z-index:1;
}
.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 375px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 1px solid black;
border-width: 1px 2px 2px 1px;
padding: 5px;
z-index:2;
}
