﻿body {
    height: 100%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    /*padding: 30px;*/
    /* background-color: rgb(150,207,56); */
}

.dLogin {
    height: 100%;
    width: 100%;
    text-align:center;
}


.dMain {
    height: 100%;
    width: 100%;
}


.dTopBar {
    width: 100%;
    height:120px;
    background-color:forestgreen;
}

.dBottomWorkspace {
    width: 100%;
    height: auto;
}


.dLeftColumn {
    height: auto;
    width: 450px;
    float: left;
    
}

.dRightSpace {
    height: auto;
    width: auto;
    background-color: forestgreen;
}


.dAnchorsA {
    background-color: forestgreen;
    height: 33%;
}

.dAnchorsB {
    background-color: forestgreen;
    height: 33%;
}

.dAnchorsC {
    background-color: forestgreen;
    height: 33%;
}

