a.helpLink
{
	text-decoration: underline;
	color: Black;
	cursor: help;
}

a.helpLink:hover
{
    text-decoration: none;
    color: Black;
}

.help-tooltip
{
    position:     absolute;
    width:        250px;
    border:       1px Solid WindowFrame;
    background:   Infobackground;
    color:        InfoText;
    font-size :   12px;
    font-weight : normal;
    font-family : tahoma;
    font-style :  normal;
    color :       #000000;
    padding:      3px;
    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;
}

