/*infoLayer for glossary Tooltip*/
.infoLayerTop {
    background:       url(/general/img/color_variations/color_default/borders/infolayer_top.gif) no-repeat;
    height:16px;width:302px;
}

.infoLayerBody {
    background-color:    #ffffff;
    width:               260px;
    border-right:        1px solid #c0c0c0;
    border-left:         1px solid #dfdfdf;
    padding:             10px 20px 10px 20px;
    color:               #666666;
}

.infoLayerBottom {
    background:    url(/general/img/color_variations/color_default/borders/infolayer_bottom.gif) no-repeat;
       height:21px;width:302px;
}

a.ilayerLink {
    border-bottom:       1px solid #003399;
    background-color:    transparent;
    cursor:              pointer;
    padding-bottom:      1px;
    text-decoration:     underline;
    color:               #003399 !important;
}
