em.glossary-item {
    border-bottom: 1px dashed #666;
    cursor: help;
    font-style: normal;
}

h3 em.glossary-item {
  font-size: 108%;
  font-weight: bold;
}

h5 em.glossary-item {
  font-size: 100%;
  font-weight: bold;
}

div#glossary-panel {
    background: url(../images/bg-popup-top.gif) no-repeat top left;
}

div#glossary-panel .hd {
    color: #fff;
    font-size: 1.333em;
    margin: 0 10px;
    padding: 4px 4px 6px;
}

div#glossary-panel .close {
    background-image: url(../images/btn-popup-close.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 17px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 4px;
    top: 4px;
    visibility: inherit;
    width: 64px;
    z-index: 6;
}

div#glossary-panel .bd {
    background: url(../images/bg-popup-bot.gif) no-repeat bottom left;
    padding: 4px;
}

div#glossary-panel .bd dl {
    margin: 10px;
}

div#glossary-panel .bd dt.error {
    color: #c00;
}

div#glossary-panel .bd dd p {
    font-size: 0.916em;
    margin: 10px 0  0 -12px;
}

/* Required by Yahoo UI */

.overlay {
    display: block;
    position: absolute;
}

.panel-container {
    background-color: transparent;
    overflow: visible;
    position: absolute;
    visibility: hidden;
    width: auto;
    z-index: 6;
}

.panel {
    background-color: #fff;
    left: 0px;
    overflow: auto;
    position: relative;
    top: 0px;
    visibility: hidden;
    z-index: 1;
}

.panel .hd {
    overflow: hidden;
}

.panel .bd {
    overflow: hidden;
}

#glossary-panel .container-close { margin: 5px 9px 0 0; }