
body {
    background-image: url("./images/PageTemplateBkgMicrobic.png");
    background-color: rgb(24,112,161);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top; 
    background-size: 90%;
    padding: 0 5% 0 5%;
    font-family: Arial, Helvetica, sans-serif
}

.topbar {
    height: 60px;
    width:100%;
    border-bottom: 2px solid rgb(12,56,81);
    line-height: 60px;
    font-size: 20pt;
}

.topbarMenuItem {
    float:left;
    padding:0 10px 0 10px;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: rgb(12,56,81);
}

.menuSelected {
    background-color: rgb(24,112,161); /* rgb(12,56,81); */
    color:white;
}

.borderRight {
    border-right: 2px solid rgb(12,56,81);
}

.hidden {
    display:none;
}

.panelSpace {
    height:300px;
}

.panelBottom {

}