﻿body {
    background-image: url('../img/back.jpg' );
    background-repeat: repeat;
    background-attachment: fixed;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Arial;
    font-size: 11px;
}

    
#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;
}

.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;
    }

    .reptable td {
        padding: 5px;
        border: 1px solid #ddd !important;
        text-align: center;
        line-height: 15px;
    }

.chart {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #164666;
}
