@font-face {
    font-family: 'CentraleSansMedium';
    src: url('../fonts/2F6C37_9_0.eot');
    src: url('../fonts/2F6C37_9_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F6C37_9_0.woff2') format('woff2'), url('../fonts/2F6C37_9_0.woff') format('woff'), url('../fonts/2F6C37_9_0.ttf') format('truetype');
}

@font-face {
    font-family: 'CentraleSansBook';
    src: url('../fonts/2F6C37_1_0.eot');
    src: url('../fonts/2F6C37_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F6C37_1_0.woff2') format('woff2'), url('../fonts/2F6C37_1_0.woff') format('woff'), url('../fonts/2F6C37_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'CentraleSansBold';
    src: url('../fonts/2F6C37_4_0.eot');
    src: url('../fonts/2F6C37_4_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F6C37_4_0.woff') format('woff'), url('../fonts/2F6C37_4_0.ttf') format('truetype');
}

@font-face {
    font-family: 'CentraleSansXBold';
    src: url('../fonts/2F6C37_C_0.eot');
    src: url('../fonts/2F6C37_C_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F6C37_C_0.woff2') format('woff2'), url('../fonts/2F6C37_C_0.woff') format('woff'), url('../fonts/2F6C37_C_0.ttf') format('truetype');
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'CentraleSansBook', Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

.tabLinks {
    float: left;
    width: 100%;
    height: 38px;
    position: relative;
    z-index: 101;
    text-align: center;
}

.tabLinks ul {
    list-style: outside none none;
}

.tabLinks ul li {
    float: left;
    padding-right: 4px;
    width:33.3333%;
}

.tabLinks ul li:first-child {
    float: left;
}

.tabLinks ul li:last-child {
    float: right;
    padding-right: 0;
}

.tabLinks ul li a {
    display: block;
    padding: 0;
    width: 100%;
    line-height: 37px;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #D9D8DD;
    border-right: 1px solid #D9D8DD;
    border-top: 1px solid #D9D8DD;
    border-bottom: 0 none -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    text-decoration: none;
    color: #6a6a6a;
    height: 37px;
    background: #FFF;
}

.tabLinks ul li:first-child a {
    border-top-left-radius: 5px;
}

.tabLinks ul li:last-child a {
    border-top-right-radius: 5px;
}

.tabLinks ul li a.selected {
    height: 38px;
    color: #0085CA;
}

.tabs {
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.tabs .tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    padding: 5px 10px;
    border: 1px solid #D9D8DD;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.graph {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

