﻿div.mhMain, div.mhLabel, div.mhValue, .mhLinkButton {
    font-family: Verdana, Arial;
}

div.mhMain {
    /*border : solid 1px red;*/
    position: relative;
    height: 75px;
    width: 100%;
    margin-bottom: 5px;
    margin-top : 0px;
    /* support for background color */
    /* background-color : #CCCCFF; */
    /*padding : 2px 2px 2px 2px;*/
}

div.mhLogo {
    position : absolute;
    top: 5px;
    left : 2px;
}

    div.mhLogo img {
        max-height: 50px;
        max-width : 215px;
    }

div.mhTitle {
    position: absolute;
    top: 50px;
    left: 15px;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #2D5490;
}

div.mhLabel {
    position: absolute;
    font-size: 12px;
    font-weight: Bold;
    left: 225px;
    /* all that follows goes away if  we turn off backround color of mhMain */
    /*background-color : #2D5490;*/
    /*color : #FFFFFF;*/
    /*width : 75px;*/
    /*padding-left : 3px;*/
}

div.mhValue {
    position: absolute;
    font-size: 12px;
    left: 300px;
    /* all that follows goes away if  we turn off backround color of mhMain */
    /*background-color: #2D5490;*/
    /*color: #99CCFF;*/
    /*width: 250px;*/
    /*padding-left: 3px;*/
}

div.mhCompName {
    top: 10px;
}

div.mhUserID {
    top: 27px;
}

div.mhUserName {
    top: 44px;
}

div.mhCompLogo {
    position: absolute;
    top: 0px;
    right: 100px;
    height : 75px;
}
    div.mhCompLogo img {
        /*border : solid 3px blue;*/
        max-width: 300px;
        max-height: 75px;
    }

div.mhButLogout {
    position: absolute;
    top: 25px;
    right: 0px;
}

div.mhButHelp {
    position: absolute;
    top: 40px;
    right: 0px;
}

div.mhButLogout, div.mhButHelp {
    border: solid 2px black;
    width: 85px;
    height: 23px;
    text-align: center;
    background-color: #2D5490;
    border-radius: 5px;
    vertical-align: central;
}

    div.mhButLogout:hover, div.mhButHelp:hover {
        background-color: #0066CC;
    }

.mhLinkButton {
    margin-top: 3px;
    font-family: Arial;
    font-weight: normal;
    text-decoration: none;
    display: block;
    width: 80px;
    height: 20px;
    color: #FFFFFF;
}

    .mhLinkButton:hover {
        /*text-decoration: underline;*/
        font-weight: bold;
    }
