BODY{
    background-color:#215E21;
}

H3{
    background-color=transparent;
}

#container{
        margin-left: 215px;
        background: #FFFFFF;
}
#menubox{
        position: absolute;
        left: 0px;
        width: 150px;
        background-color: #FFFFFF;
        top: 180px;
    }
#menu{
        position: absolute;
        top: 25%;
        left: -285px;
}
.picture-roller {
    position: relative;
    top: 30px;
    left: 1%;
    
}

.picture-roller-back{
    position: absolute;
    top: 18px;
    left: 1%;
    background-color: #000000;
}

.greeting-header {
    font-size: 30pt;
    color: #011155;
}

.greeting-header2 {
    font-size: 20pt;
    color: #011155;
}

.align-left {
    text-align: left;
}

.section-header {
    font-size: 18pt;
    color: #011155;
}

.pbs-logo-grid {
    position: absolute;
    top: 10px;
    left: 20px;
}

link-panel {
    background: tan;
    text-align: center;
}

.pbs-menu-grid {
    position: absolute;
    top: 180px;
    left: -280px;
}

.pbs-ad-grid {
    position: relative;
    top: 120px;
    left: 2px;
}



.pbs-jj-grid {
    position: relative;
    left: 10px;
}

.pbs-postgres-grid {
    position: absolute;
    left: 30px;
}

.authenticated-text{
    font-size: 6pt;
    color: #6C051D;
}

.menubar-color {
    background-color: #DBDEFE;
}

.sidebar {
    height: 100%;
    width: 40%;
    padding-top: 0px;
}

.sidebaradmin {
    height: 100%;
    width: 40%;
    padding-top: 0px;
}

.sidefiller {
    height: 100%;
    background-repeat: repeat-y;
}

.toolbar {
    padding-top: 10px;
    height: 20px;
}

.toolbar-header {
    color: #3EOCA4;
    font-size: 14pt;
    font-family: Comic Sans MS;
}

.toolbar-icon {
    border:0;
    width:20px;
    height:20px;
}

.toolbar-command{
    font-family:Arial;
    font-size:10pt;
    color:#000000;
}

.toolbartext{
    font-family:Arial;
    font-size:10pt;
    color:#FFFFF;
}

.toolbaroptions{
    cellspacing:"10";
}

.loginPanel{
    text-align: right;
    right: 5%;
}

.creationpanels {
    border-style:solid;
    border-color:#000000;
    border-width:1px;
    text-align:center;
    height:40%;
}

.headerpanels {
    color: #012684;
    font-size: 20pt;
}

.fillergroup {
    text-align: right;
    width: 0%;
    height: 0%;
}

.error-messages {
    font-style: bold;
    color: red;
}

.info-messages {
    font-style: bold;
    color: green;
}

.boldClass {
    font-type:bold;
}

.mainheader {
    font-family: Comic Sans;
    font-size: 28pt;
    color: blue;
}

.toolbartext{
    font-family: Arial;
    font-size: 10pt;
    color: #FFFFFF;
}

.toolbaroptions{
    cellspacing:"10";
    
}

.severeerrorstyle {
    color: red;
}

.oddrow {
    background: #DCE5FE;
}

.evenrow {
    background: #B2C9FC;
}

.report-font{
    font-family: "Georgia"
                 "Arial"
                 bold;
    text-align: center;

    font-size: 12pt;
    font-style: bold;
    color: black;
}

.report-unregistered-font{
    font-family: Arial;
    font-size: 12pt;
    font-style: bold;
    color: red;
}

.report-registered-font{
    font-family: Arial;
    font-size: 12pt;
    font-style: bold;
    color: green;
}

.announcement-sidebar{
    position: absolute;
    bottom: 15%;
    left: 5%;
}

sun-sidebar {
    position: absolute;
    top: 40%;
    left: 5%;
}

postgres-sidebar {
    position: absolute;
    top: 50%;
    left: 10%;
}

.left-alignment {
    text-align: left;
}