/* header.main, footer.main{
    padding-top: 10px;
    padding-bottom: 10px;
} */

/* header.main{
    background-color: #0090D1;
} */

/* footer.main{
    background-color: #383C3D;
    color: #FFF;
} */

footer.main article{
    text-align: center;
    font-size: 8pt;
}

.version{
    font-size: 8pt;
    color: #FFF;
    font-style: italic;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

#userinfo_menu{
    text-align: right;
    margin-top: 5px;
}

#userinfo{
    margin-top: 15px;
    color: #FFF;
}

#userinfo a{
    color: #FFF;
}

#menu{
    border: 0px;
    border-top: 1px solid #66A8CF;
    height: 25px;
    color: #FFF;
    font-weight: bold;
    padding: 0px;
    padding-top: 5px;
    margin-top: 10px;
}

#menu .menu-item{
    border-right: 1px solid #66A8CF;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: auto;
    cursor: pointer;
}

#menu .menu-item:last-child{
    border: 0px;
}

#menu .menu-item:hover{
    color: #FFAA25;
}

