﻿#MenuFrame {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid #002e80;
    margin-bottom: 10px;
}

    #MenuFrame div.NavFrame {
        width: 1200px;
        margin: 0 auto;
        padding-left: 10px;
    }

    #MenuFrame a {
        display: inline-block;
        padding: 5px 5px;
        margin: 5px;
        /*color:white;*/
        font-size: 16px;
        font-weight: 700;
    }

        #MenuFrame a:first-child {
            margin-left: 0px;
        }

        #MenuFrame a:hover {
            background-color: #002e80;
            color: white;
        }

#RegionFrame {
    height: 35px;
    border-bottom: 1px solid lightgrey;
    display: flex;
    align-items: center;
}

    #RegionFrame div.NavFrame {
        width: 1200px;
        margin: 0 auto;
        padding-left: 10px;
    }

    #RegionFrame a {
        display: inline-block;
        padding: 0 6px;
        /*color:white;*/
    }

        #RegionFrame a:first-child {
            margin-left: 0px;
        }

        #RegionFrame a:hover {
            text-decoration: underline;
        }

#LoginFrame {
    background-color: white;
    border-left: 1px solid #002e80;
    border-right: 1px solid #002e80;
    border-bottom: 1px solid #002e80;
    padding: 10px;
    z-index: 300;
    width: 400px;
    position: absolute;
    top: 35px;
    display: none;
    max-height: 150px;
}

#LoginFrame #ErrorContainer{
    clear:both;
}

#LoginFrame #LoginButton{
position:absolute;
top:0;
right:0;
bottom:40px;
font-size:16px;
width:25%;
text-align:center;
border: 1px solid #002e80;
vertical-align:middle;
display:flex;
align-items:center;
justify-content:center
}
#LoginFrame #LoginButton a{
    align-self:center;
    text-align:center;
}
#LoginFrame #LoginButton:hover{
border: 1px solid #002e80;
background-color:#002e80;
}
#LoginFrame #LoginButton:hover *{
color:white !important;
background-color:#002e80 !important;
}

/*#LoginFrame input{
    height:25px;
    width:70%;
    font-size:15px;
    display:inline-block;
    margin-bottom: 5px;
}*/

#LoginFrame .SmallUserID, #LoginFrame .SmallUserPwd{
    height:25px;
    width:70%;
    font-size:15px;
    display:inline-block;
    margin-bottom: 5px;
}

#LogoFrame {
    display: flex;
    align-items: center;
}

#TopSearchBar {
    display: flex;
    flex-direction: row;
    margin-left: 40px;
    border: 3px solid #002e80;
    width: 600px;
    height: 40px;
    align-items: center;
    justify-content: flex-start;
    padding-left: 12px;
}

    #TopSearchBar input.searchbar {
        flex-grow: 1;
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        border: none;
        height: 100%;
    }

    #TopSearchBar .search-button {
        padding: 12px;
    }

        #TopSearchBar .search-button svg {
            fill: #002e80;
            /*stroke:#002e80;*/
            /*stroke-width: 2;*/
            padding: 0;
            margin: 0;
            width: 24px;
            height: 24px;
        }

.RegionSelectorContainer .RegionIndicatorContainer {
    margin-left: 10px;
}

input.searchbar:focus {
    outline-width: 0;
}

input.searchbar::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-color: #002e80;
}

.SearchContainer {
    overflow: hidden;
    padding:10px;
    margin-bottom:10px;
}
    .SearchContainer input {
        width:82%;
        height: 16px;
        padding:8px;
        border-right:1px solid #a7daef;
        border-left:1px solid #b7ddf0;
        border-top:1px solid #409ccb;
        border-bottom:1px solid #bae8f7;
        float:left;
        margin:0;
    }
    .SearchContainer img {
        position:absolute;
    }
    .SearchContainer a {
        color:black;
        display: block;
        padding: 8px 0;
        border: 1px solid #002e80;
        float: right;
        width: 14%;
        height: 16px;
        text-align: center;
    }