/* Biểu đồ giống rongbachkim.net - logic từ web gốc */

/* Cặp lô lộn cùng gan: cột 34px, cao 100px - background-position-y điều khiển độ cao cột */
.ganbar-s {
    width: 34px;
    height: 100px;
    color: #ffffff;
    vertical-align: bottom;
    padding-bottom: 1px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}
.ganbar-s .gandiv {
    position: absolute;
    left: 0;
    width: 34px;
    font-size: 12px;
    font-weight: normal;
    color: #0044C1;
}
.ganbar-s.bg2 { background: url('/rbk/images/bg2.gif') repeat-x scroll 0 0; }
.ganbar-s.bg1 { background: url('/rbk/images/bg1.gif') repeat-x scroll 0 0; }

/* Gan theo tổng/chạm: cột 34px, chiều cao động (height: 1-101px) */
.ganbar-s2 {
    width: 34px;
    min-width: 34px;
    color: #ffffff;
    vertical-align: top;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    background: url('/rbk/images/bg2.gif') repeat-x;
}
.ganbar-s2 .gandiv2 {
    position: absolute;
    top: -15px;
    left: 0;
    width: 34px;
    font-size: 12px;
    font-weight: normal;
    color: #0044C1;
}
.rangebutton_active { background: #FFF4CA !important; }
.rangebutton:hover { background: #f0f0f0 !important; }

.tongnum {
    color: #484848;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
}
