@media screen {
    .header_div {
        display: block;
        width: 100%;
        min-width:900px;
        height: 65px;
        font-size:20px;
        background-color: white;
        color: black;
        left: 0;
        right: 0;
        top: 0;
        position: fixed;
        z-index: 2147483650;
    }
}

@media print {
    .header_div {
        display: block;
        width: 100%;
        min-width:900px;
        height: 65px;
        font-size:20px;
        background-color: white;
        color: black;
        left: 0;
        right: 0;
        top: 0;
        position: absolute;
    }
}

.header_container {
    display:block;
    position:relative;
    width:100%;
    height:54px;
    background-color: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
    box-shadow:0 1px 2px #666666;
    -webkit-box-shadow: 0 1px 2px #666666;
    margin:0 auto;
}

.header_container h1 {
    background-color: transparent;
    color: #999;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    height: 0px;
    line-height: 36px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.MERLOT_logo {
    float: left;
    position: absolute;
    left: 3px;
    top: 3px;
    text-decoration: none;
    font-weight:normal;
    font-size:12px;
    padding:0;
    margin:0;
}

.search_dialog {
    position:absolute;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:5px;
    padding-right:5px;
    top: 27px;
    right: 0px;
    height:39px;
    background-color: #ECECEC;
    /*
    background-color:rgb(126,24,24);
    color:white;
    background-color:rgba(126,24,24,0.90);
    color:rgba(255,255,255,1);
    */
    color:rgb(126,24,24);
    z-index:400;
}

.action_bar {
    position:absolute;
    left:0px;
    top:43px;
    height:21px;
    width:100%;
    font-size:12px;
    font-family:Arial, Helvetica, 'Sans-serif';
    font-weight:300;
    /*background-color:rgb(188,188,188);*/
    /*color:rgb(126,24,24);
    color:#AAAAAA;*/
    background-color:rgb(126,24,24);
    color:white;
    z-index:200;
}

.action_links {
    margin-left:5px;
    margin-top:3px;
}

.action_links_divider {
    color:#D4D4D4;
}

.action_right_links {
    position:absolute;
    top:4px;
    right:12px;
}

.search {font-size: 11px;margin-top:2px;}

.simplesearchbutton {
    color:rgb(126,24,24);
    -webkit-box-sizing: border-box;
}

#loginbutton:link {
    color:black;
}

#loginbutton:visited {
    color:black;
}

#loginbutton:hover {
    color:black;
    background-color:yellow;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #loginbutton:hover {
        border-top:none;
        border-bottom:none;
    }
}

#loginbutton:active {
    color:black;
    background-color:yellow;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #loginbutton:active {
        border-top:none;
        border-bottom:none;
    }
}

.simplesearchbutton:hover {
    background-color:rgb(126,24,24);
    color:white;
}

/* This makes it so button doesn't change vertical size in webkit browsers when the button
   is rolled over */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .simplesearchbutton:hover {
        border-top:none;
        border-bottom:none;
    }
}

.advSearchLinks {
    position: relative;
    bottom: 8px;
}

.advSearch {
    font-size: 10px;
    color: #660000;
    text-decoration: none;
}

.advSearch:hover {
    font-size: 10px;
    color: #816B23;
    text-decoration: underline;
}

#topnav {
    position:absolute;
    float:right;
    height: 20px;
    top: 5px;
    right:0px;
    /* color: #414141; */
    color: rgb(126,24,24);
    font-size:12px;
    font-family:Arial, Helvetica, "Sans-serif";
    padding: 4px 4px 0px 4px;
}

.active-links {
    display:block;
    position:relative;
    width:152px;
    height:24px;
}

#session {
    display:inline-block;
    height: 18px;
    width: 152px;
    text-align:right;
    white-space: nowrap;
}

/*
skip navigation link is hidden until it gets focus. The link itself has to
be the VERY FIRST thing in the HTML so it gets focus first. It is initially
hidden by having coordinates that are off of the screen.
*/
#skip-navigation-div a, #skip-navigation-div a:hover, #skip-navigation-div a:visited {
    position:absolute;
    right:-400px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
/*
These coordinates should place the skip navigation link just to the left
of the grey box surrounding the search fields, but above the action bar.
*/
#skip-navigation-div a:active, #skip-navigation-div a:focus {
    position:absolute;
    top:27px;
    right:273px;
    width:auto;
    height:auto;
}

#skip-navigation-link {
    font-size: 9px;
    color: rgb(99, 1, 0);
    text-decoration:none;
}

a#signin-link {
    color: rgb(99, 1, 0);
    text-decoration:none;
    padding: 4px 4px 4px 4px;
}

#action_help {
    color: rgb(99, 1, 0);
    padding: 4px 4px 2px 4px;
    text-decoration:none;
}

a#forgotuser {
    /*color: rgb(236, 236, 236);*/
    padding-top: 5px;
    font-size: 10px;
}

a#forgotpass {
    /*color: rgb(236, 236, 236);*/
    padding-top: 5px;
    font-size: 10px;
}

a#register:link {
    color: white; /* rgb(236, 236, 236); */
    padding-left:15px;
    text-decoration: none;
}

a#register:visited {
    color: white; 
    padding-left:15px;
    text-decoration:none;
}

a#register:hover {
    /*color: white; */
    padding-left:15px;
    text-decoration:none;
    color:rgb(250,219,70);
}

a#register:active {
    color: white; 
    padding-left:15px;
    text-decoration: underline;
}

#signin-dropdown {
    background-color: rgb(99, 1, 0);
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    box-shadow:0 1px 2px #666666;
    -webkit-box-shadow: 0 1px 2px #666666;
    min-height:200px;
    min-width:160px;
    position:absolute;
    right:0;
    display:none;
    padding: 15px 15px 15px 20px;
    z-index:9998!important;
}

.signin-logo {
    width: 100%;
    height: 50px;
    border: 0;
    padding-bottom: 7px;
    text-align:center;
}

#signin-dropdown form{
    cursor:pointer;
    text-align:left;
}

#signin-dropdown ul{
    list-style-type:none;
    margin:5px;
    padding:1px;
    color: rgb(236, 236, 236);
}

#signin-dropdown ul li{
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*
#signin-dropdown ul li a {
    color: rgb(236, 236, 236);
    text-decoration: none
}
*/
#signin-dropdown .textbox span { color:rgb(236, 236, 236);}
#signin-dropdown .textbox input { width:200px; }

.dropdowntextfield {
    width: 125px;
    float:right;
    margin-bottom:0;
}

.dropdownlabel {
    float:left;
    color:rgb(236,236,236);
    padding-top:5px;
}

a.dropdownforgot:link {
    width:132px;
    float:right;
    margin-top:0;
    padding-top:0;
}

a.dropdownforgot:visited {
    width:132px;
    float:right;
    margin-top:0;
    padding-top:0;
}

a.dropdownforgot:hover {
    width:132px;
    float:right;
    margin-top:0;
    padding-top:0;
    text-decoration:none;
    color:rgb(250,219,70);
}

a.dropdownforgot:active {
    width:132px;
    float:right;
    margin-top:0;
    padding-top:0;
    text-decoration:none;
    color:rgb(250,219,70);
}

fieldset {
    border:none;
}

form.signin .textbox label {
    display:block;
    padding-bottom:7px;
}

form.signin .textbox span {
    display:block;
}

form.signin p, form.signin span {
    color:rgb(236, 236, 236);
    line-height:18px;
}

form.signin .textbox input {
    background-color:rgb(236, 236, 236);
    border-bottom:1px solid #333;
    border-left:1px solid #000;
    border-right:1px solid #333;
    border-top:1px solid #000;
    color:#333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding:6px 6px 4px;
}

form.signin .remb {
    position:relative;
    text-align:right;
}

form.signin .remb .remember {
    text-align:left;
    position:absolute;
    left:5px;
}

form.signin .remb .remember span {
    color: rgb(236, 236, 236);
    font-size: 10px;
}

.LightboxDiv {
    padding:20px; 
    text-align:center; 
    margin: 5px
}
/*
.lightBoxHideInput {
    text-align:left; 
    position: absolute; 
    left: 15px;
}

.lightBoxDontShowMsgAgain {
    position: absolute; 
    left: 35px; 
    display: inline; 
    vertical-align:top; 
    padding-left: 4px
}
*/
div#browserDetectionLightboxDiv{
    padding:20px; 
    text-align:center; 
    margin: 5px
}

#hideIncomptiableBrowserMsg {
    text-align:left; 
    position: absolute; 
    left: 15px;
}

#browserdetectiontext {
    position: absolute; 
    left: 35px; 
    display: inline; 
    vertical-align:top; 
    padding-left: 4px
}

.MERLOT_logo_image {
    height: 46px;
    width: 361px; 
    border: 0
}

#profileArrow {
    vertical-align:middle;
    width:7px;
    height:9px;
    background-color:transparent;
    border:none
}

.clearBoth {
    clear:both
}

#rememberme {
    margin-top:6px
}
.remembermetext {
    display:inline-block;
    vertical-align:top;
    margin-top:4px;
}

#keywords {
    margin-top:6px;
    width:90px
}

#google_translate_element {
    position: absolute;
    right: 10px;
    top: 5px;
    height: 44px;
}

.goog-te-banner-frame {
    display: none;
}