SPAN.SmartKeywordHolder SPAN.SmartKeyword
{
    color: #7C86CB;
    font-size: 11px;
    text-decoration: underline;
    border: 1px;
}

SPAN.SmartKeywordHolder A.SmartKeyword:hover
{
    text-decoration: none;
}

DIV.SmartKeywordToolTip
{
    font-size: 9px;
    font-weight: normal;
    line-height: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid;
    visibility: hidden;
    /*padding: 10px 18px 10px 10px;*/
    /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    opacity: 0.85;*/
    width: 224px;
    height: 144px;
}
DIV.OpacityDiv
{
    font-size: 9px;
    font-weight: normal;
    line-height: 18px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 0px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    opacity: 0.40;
    width: 216px;
    height: 137px;
}
SPAN.SmartKeywordHolder
{
    padding: 1px 1px 1px 1px;
    margin: 0px 0px 0px 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/*SPAN.SmartKeywordHolder
{
    border-bottom-style: solid;
    border-bottom-width: 2px;
}*/

DIV.SmartKeywordToolTip A, DIV.SmartKeywordToolTip A:link, DIV.SmartKeywordToolTip A:visited
{
    font-size: 10px;
    text-decoration: underline;
    color: inherit;
}

DIV.SmartKeywordToolTip A:hover
{
    text-decoration: none;
}

