﻿div.htmltooltip{
        position: absolute; /*leave this and next 3 values alone*/
        z-index: 1000;
        left: -1000px;
        top: -1000px;
        background:white;
        border: 2px solid gray;
        color: black;
        padding: 3px;
        width: 225px; /*width of tooltip*/
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
		color: #333333;
    }
