body {
    margin: 0;
    font-family: arial;
}

.main {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 800px;
    height: 617px;
    background-color: #666;
    
}

.header {
    position: relative;
    width: 100%;
    background-color: #dcdcdc;
    height: 31px;
}

.workspace {
}

.btn_panel {
    position: relative;
    height: 36px;
    width: 100%;
}

.btn {
    position: relative;
    color: #000;
    height: 21px;
    cursor: pointer;
    border: 1px solid #bfc4c4;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}

#xAxisBtn {
    float: right;
    margin-right: 18px;
    margin-top: 7px;
    width: 70px;
}

#resetBtn {
    float: right;
    margin-right: 8px;
    width: 68px;
    margin-top: 7px;
}

.graph_area {
    position: relative;
    border: 1px solid #fff;
    width: 753px;
    margin-left: 19px;
    height: 489px;
    overflow: hidden;
}

.graph_cont {
    position: absolute;
    left: 0px;
    top: 0px;
}

#graphBg, #centerAxis {
    position: absolute;
    left: 0px;
    top: 0px;
}

.slider_panel {
    float: left;
    position: relative;
    width: 367px;
    margin-top: 0px;
}

.slider_label {
    color: #fff;
    font-size: 12px;
    margin-left: 27px;
}

.slider_bar {
    position: relative;
    width: 280px;
    height: 5px;
    background-color: #ccc;
    margin-left: 27px;
    margin-top: 8px;
    border-radius: 10px;
    border-top: 1px solid #333;
}

#slider_thumb {
    position: absolute;
    top: 2px;
    left: 140px;
    background-color: red;
}

#slider_thumb_in {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    left: -8px;
    top: -8px;
}

#slider_value {
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: -27px;
    top: 23px;
}

.event_panel {
    float: right;
    position: relative;
    width: 220px;
    margin-top: 10px;
}

.event_value {
    position: relative;
    float: left;
}

.event_value_box {
    position: relative;
    float: left;
    margin-left: 3px;
}

.event_value_box label {
    color: #fff;
    font-size: 12px;
}

.event_txt {
    position: relative;
    width: 26px;
}

#createEventBtn {
    position: relative;
    float: right;
    margin-right: 6px;
}

.pointDiv {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #FF9800;
    border-radius: 50%;
}

.graph_area_out {
    position: absolute;
    width: 783px;
    height: 489px;
    overflow: hidden;
}

.linePointCont {
    transform: translate3d(0,0,0);
}

.graphLabel {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fff;
    text-align: center;
    line-height: 15px;
}

#graph_x1 {
    top: 305px;
    left: 1px;
}

#graph_x2 {
    top: 305px;
    right: 7px;
}

#graph_y1 {
    left: 390px;
    top: 49px;
}

#graph_y2 {
    left: 390px;
    bottom: 41px;
}

#canvasCenter {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 995px;
    top: 995px;
}

.bPanel {
    margin-top: 19px;
}
