
#help-disclosure {
/*    position: absolute;
    top: 0px;
    left: 0px;*/
/*    padding: 5px;
    padding-right: 30px;*/
/*     background-color: white; */
/*     background-image: url("/site_media/images/arrow.jpg"); */
/*     background-position: 100% 50%; */
/*     background-repeat: no-repeat; */
/*     padding-right: 15px; */
/*     padding-left: 15px; */
/*    text-align: left;
    text-decoration: underline;*/
/*     float: left; */
}


#help-close {
    float: right;
    clear: both;
    background-color: #ffffff;
    border: 0px solid black;
    color: #000000;
    margin-left: 10px;
    height: 20px;
    width: 30px;
    vertical-align: middle;
    margin: 0px;
/*     background-image: url("/site_media/graphics/site_assets/close.gif"); */
}

#help-close-container {
    height: 1.4em;
    margin-bottom: 5px;
}

#help-inner {
    position: absolute;
    top: 25px;
    background-color: white;
    padding: 0px 0px 10px 10px;
    border: 2px solid #fc771a;
    visibility: visible;
    display: block;

    height: 400px;
    width: 400px;

}

#help-content {
    overflow-y: scroll;
    height: 387px;
}

#help-inner.hidden {
    visibility: hidden;
    display: none;
}

.help-item {
/*     width: 300px; */
    text-align: left;
    margin: 0px 10px 0px 10px;
}

.help-item .title {
    background-color: #327fc3;
    color: white;
    display: block;
    text-align: center;
    padding: 2px;
    margin-bottom: 5px;
}

.help-item .content {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 2px;
}
