﻿#MainHeader {
    float: left;
    width: 100%;
    border: 1px solid #646464;
    background-color: #fff;
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 6px 6px 6px 6px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}


#MainTitle {
    font-family: Arial;
    color: #425563;
    font-size: 28pt;
    margin: 1em;    
}

#navbuttonContainerRight .MainMenuButton:last-child {
    margin-right: 0;
}
#navbuttonContainerRight {
    float: right;
}
   
#navbuttonContainerLeft {
    float: left;
}

.MainMenuButtonContainer div {
    float: left;
}
/*.MainMenuButton {
    background-color: rgba(255,255,255,0.6);
    float: left;
    height: 1.8em;
    padding: 0 0.5em;
    padding-top: 0.2em;
    text-decoration: none;
    color: #394A57;
    margin-right: 2px;*/
    /* IE Rounded Corners */
    /*behavior: url(/css/border-radius.htc);
    border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;*/
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    /*-moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    box-sizing: initial;
    line-height: initial;
}*/
    .MainMenuButton:hover {
        background-color:#fff;
        text-decoration: none;
    }
.MainMenuButton_Selected {
    float: left;
    height: 1.8em;
    padding: 0 0.5em;
    padding-top: 0.2em;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    border-left: 1px solid #2FD0ED;
    border-right: 1px solid #2374B2;
    background: #e1b665; /* Old browsers */
    
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    border-radius: 2px 2px 2px 2px;
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.MainMenuButton > span {
    position:relative;
    top:4px;
}

.MainMenuButton.dropdownmenu {
    margin-bottom: 0;
}
    .MainMenuButton.dropdownmenu ul li {
        font-family: omnes-regular;
        padding-top: 6px;
    }

    .MainMenuButton.dropdownmenu ul li:first-of-type {
        margin-top: 9px;
    }

#navbuttonContainerRight .MainMenuButton:last-child {
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 2px 5px 5px 2px;
    -webkit-border-radius: 2px 5px 5px 2px;
    -khtml-border-radius: 2px 5px 5px 2px;
    border-radius: 2px 5px 5px 2px;
}
#navbuttonContainerLeft .MainMenuButton:first-child {
    /* IE Rounded Corners */
    behavior: url(/css/border-radius.htc);
    /* FIREFOX, SAFARI, CHROME Rounded Corners */
    -moz-border-radius: 5px 2px 2px 5px;
    -webkit-border-radius: 5px 2px 2px 5px;
    -khtml-border-radius: 5px 2px 2px 5px;
    border-radius: 5px 2px 2px 5px;
}
.PPLogo {
    float: right;
    width:200px;
}
#topMenu {
    clear: both;
}
#LogonLink {
    float: right;
    padding: 0.5em 2em 1em 1em;
}



    
.dateColumn{
    width:8em;
}
.statusColumn {
    width:8em;
}
.assessmentTitleColumn{
    min-width:20em;
}
.reportDownloadLink{
    width:6em;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.5;
    background: url('../Content/Gifs/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    background-size: 150px 150px;
    display:none;
}

#walkthrough-btn > div{
    margin-top: 4.5px;
}