/*
        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:                          #2372a7;
        text-decoration:        none;
        cursor:                         help;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size:                      13px

}

a:hover.helpLink {
        color:                          #2372a7;
        text-decoration:        underline;
        font-family: Tahoma;

}
/* Font-size added by Alex on 12/07/2005. It's the same as searchText style class */
.help-tooltip {
        position:       absolute;
        width:          330px;
        border:         2px Solid WindowFrame;
        background:     Infobackground;
        color:          InfoText;
        font:           StatusBar;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size:  11px;
        padding:        6px;
        filter:         progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
        z-index:        10000; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.2; text-align:left
}


.help-tooltip a,
.help-tooltip a:hover {
        color:          #2372a7 !important;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size:  11px;
        background:     none;
}

.help-tooltipHeader {
        color:                          #FF3300;
        text-decoration:        none;
        font-family: Tahoma;
    font-size:  11px; font-weight:bold; margin-top:0; margin-bottom:4; word-spacing:0; line-height:100%
}
