

#gpochart {
    position:relative;
    top: 0px;
    left:0;
    right:0;
    bottom: 0px;
}

.gpochart .jschart_time {
    margin-left: 4px;
}

.gpochart .jschart_metal {
    margin-right: 4px;
}

.gpochart #jschart_currency {
    margin-left: 8px;
}

.gpochart #jschart_type {
    margin-left: 4px;
}

.gpochart .jschart_inside {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    padding-top: 5px;
    white-space: nowrap;
    height: 30px;
    overflow: hidden;
}

.gpochart .jschart_blank {
    color: black;
    background-color: #e8e8e8;
    border-bottom: 0.1px solid #808080;
    border-right: 0.5px solid #808080;
    border-left: 0.5px solid #c0c0c0;
    border-top: 2px solid #c0c0c0;
    padding: 3px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.gpochart .jschart_clicked {
    color: white;
    background-color: #434343;
    border-bottom: 0.1px solid #434343;
    border-right: 0.5px solid #434343;
    border-left: 0.5px solid #434343;
    border-top: 2px solid #434343;
    padding: 3px;
    font-size: 12px;
    cursor: pointer;
}

.gpochart .jschart_disabled {
    color: black;
    background-color: #8b8b8b;
    border-bottom: 0.1px solid #808080;
    border-right: 0.5px solid #808080;
    border-left: 0.5px solid #c0c0c0;
    border-top: 2px solid #c0c0c0;
    padding: 3px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.gpochart .jschart_list {
    color: black;
    background-color: white;
    padding: 3px;
    border-radius: 3px;
    font-size: 12px;
    width: 60px;
    border: medium none blue;
}

.gpochart #jschart_controls {
    height: 35px;
    background-color: #f4f4f4;
    width: 100%;
    position: relative;
    font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
    font-weight: bolder;
    white-space: nowrap;
    display: none;
}

.gpochart .jschart_logo {
    width: 120px;
    height: 21px;
}

.gpochart #jschart_timestamp {
    font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
    border: 0 solid blue;
    position: absolute;
    bottom: 0;
    display: none;
}

.gpochart #jschart_timestamp a:link, .gpochart #jschart_timestamp a:visited {
    color: black;
    text-decoration: underline;
}

.gpochart #jschart_timestamp a:hover {
    color: black;
    text-decoration: underline;
}
