/* boxover styles */

.tooltipHdr {
   font-weight: bold;
   width: 155px;
   font-family: arial;
   border: 1px solid #E65E00;
   padding: 3px;
   font-size: 11px;
   color: #ffffff;
   background-color: #E65E00;
   filter: alpha(opacity=85); /* IE */
   opacity: 0.85; /* FF */
   text-align: left;
}

.tooltipBdy {
   border-bottom: 1px solid #E65E00;
   border-left: 1px solid #E65E00;
   border-right: 1px solid #E65E00;
   width: 155px;
   font-family: arial;
   font-size: 11px;
   padding: 3px;
   color: #000000;
   background-color: #FCD498;
   filter: alpha(opacity=85); /* IE */
   opacity: 0.85; /* FF */
   text-align: left;
}

/* sidebar menu help text */

div.node h2 img {
   position: absolute;
   top: 8px;
   right: -8px;
}
