#imgOuterContent {
    width: auto;
    height: auto;
    display: none;
    position: absolute;
}

div.arrow {
    width: 6px;
    height: 11px;
    float: left;
    background-image: url("/us/xdjimg.xdjjpg?path=/images/smallchart-arrow-a.png");
    left: 5px;
    top: 6px;
    position: relative;
}

div.rarrow {
    width: 6px;
    height: 11px;
    float: right;
    background-image: url("/us/xdjimg.xdjjpg?path=/images/smallchart-arrow-b.png");
    left: 5px;
    top: 6px;
    position: relative;
}

#imgdiv {
    width: auto;
    height: auto;
    background: white;
    border: solid 1px #f39800;
    margin-left: 10px;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

div.imgbase {
    min-width: 225px;
    min-height: 120px;
}

#imgbase {
    margin: 5px 2px 0px 2px;
    width: 225px;
    height: 120px;
}

span.period {
    margin: 2px 5px;
    color: #696969;
    font-size: 11px;
    cursor: pointer;
}

span.period_current {
    color: #e60019;
    font-weight: bold;
}

span.period:hover {
    color: #e60019;
}

img#imgloading {
    display: none;
    position: absolute;
}

div#etfinfo {
    padding: 3px;
    color: #393939;
    background: #f6f0e5;
    text-align: right;
    font-weight: bold;
}

div#imgdiv div#perioddiv {
    background: #f1f3f3;
}
