
    
    #popupbar_container {
        height: 56px;
        display: none; /* Hidden by default, shown on page ready */
        text-align: left;
        
        /* For IE, min-width and fixed positioning are overridden in popupbar-fix-ie.css */
        width: 100%;
        min-width: 871px;
        position:fixed;
        left: 0;
        bottom:0;
        z-index: 25;
    }
    
    #popupbar {
        height: 55px;
        background-position: bottom left;
        background-color: transparent;
        background-repeat: no-repeat;
        /*
            Background image is set in the javascript (popupbar.js), since it is preloaded... this
            way the location of the image is specified in exactly one location, and no one
            gets confused...  - Sean Adkinson 5/9/09
        */
    }
    
    #popupbar_control_links {
        position: absolute;
        right: 0;
        top: 17px;
        height: 38px;
        width: 166px;
        font: 11px verdana, sans-serif bold;
        line-height: 16px;
    }
    
    #popupbar_control_links a:link { color: #fff; text-decoration: none; }
    #popupbar_control_links a:visited { color: #fff; }
    #popupbar_control_links a:hover { color: #7f0000; }
    #popupbar_control_links a:active { color: #7f0000; }
    
    #popupbar_content {
        text-decoration: none;
        font-weight: bold;
        font-family: Helvetica, Arial, sans-serif;
        padding-top: 10px;
        float: left;
        margin-left: 400px;
        height: 38px;
        font: 13px;
        color: #cccccc;
        text-transform: uppercase;
        text-align: left;
    }
    
    #popupbar_content a:link { text-decoration: none; text-shadow: 0px 0px; color: #3283db; }
    #popupbar_content a:visited { text-decoration: none; color: #2e74c1; }
    #popupbar_content a:hover { color: white; }
    #popupbar_content a:active { color: white; }
        
