﻿body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #323641;   
    background-repeat: repeat;
    background-position: top left;
}

#left-shaddow {
    background-image: url(../img/ck-left-shaddow-background.png);
    left: 0;
    position: fixed;
    height: 100%;
    width: 301px;
    z-index: -1;
}

#right-shaddow {
    background-image: url(../img/ck-right-shaddow-background.png);
    right: 0;
    position: fixed;
    height: 100%;
    width: 301px;
    z-index: -1;
}

H1 {
    font-size: 21px;
    color: #51070C;
}

.reptable {
    border-spacing: 2px;
    border-collapse: collapse;
}

    .reptable th {
        padding: 5px;
        border: 1px solid #ddd !important;
        text-align: center;
        line-height: 16px;
        font-weight: bold;
        font-size:25PX;
    }

    .reptable td {
        padding: 2px;
        border: 1px solid #ddd !important;
        text-align: center;
        line-height: 15px;
        font-size:20PX;
    }

.chart {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #164666;
}

.footer {
    font-size: 12px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    color: #fff;
    height: 40px;
    padding: 0;
    width: 978px;
}
