/*
 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: #FF8C00; text-decoration: none; border-bottom: 1px dashed teal; }
a.helpLink:hover { color: Red; text-decoration: none; border-bottom: 1px dashed Red !important; cursor: help;  } 

.help-tooltip {
        position: absolute;
        width: 300px;
        border: 1px Solid #36393D;
        background: #fffff0;
        color: #36393D;
        font: 11px Tahoma, Geneva, Arial, Helvetica, sans-serif;
        padding: 5px 5px 15px 5px;
        text-align: left;
        filter: progid:DXImageTransform.Microsoft.Shadow(color="#777777", direction=135, strength=3);
        z-index: 10000;
}

.help-tooltip a, .help-tooltip a:hover { color: blue !important; background: none; }