/*
This piece of software and all its components are licensed to
Diamond Cube (PTY) Ltd. 
*/
/* 
    Created on : 19-Apr-2014, 15:47:51
    Author     : bogosi.gabonnwe
*/

#header {

}

@media (min-width: 1440px) {
    #mainArea {
        overflow-y: auto;
        display: block;
        top: 64px;
        position: absolute;
        z-index: 10;
        margin-left: 5px;
        margin-right: 5px;
        width: calc(100% - 15px); 
    }
}

#mainArea {
    overflow-y: auto;
    display: block;
    top: 64px;
    position: absolute;
    z-index: 10;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 15px);
    overflow-x: hidden;
}

#left_menu {
    width: 100px;
    float: left;
    min-height: calc(100%);
}

#left_menu ul {
    margin: 10px auto;
    text-align: center;
}

#left_menu ul li {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}

#left_menu ul li a {
    font-weight: bold;
}

#left_menu ul li img {
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

#middle_content {
    float: left;
    width: calc(100% - 292px);
    border-left: 1px solid #ccc;
}

#middle_content_full {
    padding-left: 110px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
}

#right_content {
    float: left;
    width:190px;
}

#right_content_full{
    width: 0;
    height: 0;
}

#footer {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    line-height: 10px;
}

#footer a { color: #808080; background: #fff; }