.help-pop-up {
    background: #fff;
    padding: 2px;
    width: auto;
    max-width:500px;
    height: auto;
    position: absolute;
    z-index: 200;
    display: none; /* Initially all help pop-ups are hidden */
    background:#fff;
    border: 2px outset #000000;
    box-shadow: 10px 10px 5px #888888;
    opacity:1 !important;
}
.help-pop-up-scoreboard{
    max-width:none !important;
}

.smartbutton{
    background: url("linkTransparent.gif") no-repeat scroll 5px 1px #DEE7EC;
    border-color: #EFF0FF #ABB2D6 #ABB2D6 #EFF0FF !important;
    border-style: solid !important;
    border-width: 2px !important;
    padding: 1px 1px 1px 14px !important;
    margin-right:10px;

}
.help-pop-up .body {
    width: 97%;
    overflow: auto;
    height: auto;
    padding:5px;
}
.help-pop-up-scoreboard .body{
    overflow:visible !important;
}

.help-pop-up .title {
    float: left;
}

.help-pop-up .top .buttons {
    float: right;
}

.help-pop-up .top a,
.help-pop-up .top a:visited,
.help-pop-up .top a:active,
.help-pop-up .top a:hover {
    text-decoration: none;
    cursor: pointer;
}

.help-pop-up a.edit-button,
.help-pop-up a.close-button {
    margin-left: 10px;
}
