.tab {
    float:left;
    position: relative;
    padding: 3px 5px 2px 5px; 
    margin-left: 4px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    color: #555;
    font-size: 9px;
    background-color: #f5f5f5;
    z-index: 1;
    cursor: pointer;
    line-height: normal;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

.tab:hover {
    background-color: #fff !important;
}

.activetab {
    background-color: #fff !important;
    border-bottom: 1px solid #fff !important;
    z-index: 100 !important;
    color: #000;
}

#chart_wrapper, #chart_wrapper1 {
    position: relative;
    width:300px; height: 140px;
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
    /*position: relative;*/
    top:-1px;
    z-index: 10;
    box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
}

#chart_tabs_loading, #chart_tabs_loading1 {
    position:absolute;
    text-align:center;
    padding:30px 0 0 0;
    z-index: 20;
    width: 300px; height: 100px;
    background: url('/v3/images/bg_FFF_75.png') repeat;
}

#chart_tabs_viewport, #chart_tabs_viewport1 {
    position:absolute;
    z-index: 15;
    width: 300px;
}