body{
    background-image: url('../images/contentBG3.png');
}
input[type=email].loginForm,input[type=password].loginForm{
    border: none;
    padding: 1px;
    margin: 1px;
    background: rgba(255,255,255,.9);
    box-sizing: border-box;
}
.menu_home{
    cursor: pointer;
}
#tpqiRibbon{
    top: 0px;
    right: 0px;
    position: absolute;
    padding:0px;    
    z-index: 1000;
}
#headerDIV{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    z-index: 1000;
    box-shadow: 0px 3px 8px #aaa;
    background-color: #fff;
    /*background-image: url('../images/bg_lang.png');
    background-repeat: no-repeat;
    background-position: top right;*/
}
    #headerDIV>div{
        width: 100%;
        border: none;
    }

#memberProfile, #officerProfile{
    margin-top: 20px;
    margin-right: 10px;
    text-align: right;
    color: #fff;
}
#memberLoginForm{
    text-align: right;
    color: #fff;
}

#menuLogout, #menuLogin{
    display: none;
}
    
@media (orientation: landscape){
    
}
@media (orientation: portrait){
    #mainMenuTable{
        display: none;
    }
}

@media (max-width: 850px){
    #headerDownloadSitemapsSupport{
        display: none;
    }
}

@media (max-width: 558px){
    #memberProfile, #officerProfile{
        display: none;
    }
    #menuLogout{
        display: block;
    }
}

@media (max-width: 728px){
    #headerDIV{
        background-image: none;
    }
    #memberLoginForm{
        /*display: none;*/
    }
    #mainMenuDIV{
        display: none;
    }
    #memberLoginForm{
        display: none;
    }
    #menuLogin{
        display: block;
    }
    #topRightHeader{
        display: none;
    }
    #menuLogout{
        display: block;
    }
}

@media (max-width: 1307px){

}

/*#searchDIV{
    position: absolute;
    right: 0px;
    top: 10px;
}*/