/* For use with the admin panel */
#mc2panel {
        background: #5D5D5D url('/themes/cp_themes/mc2-aluminum/assets/graphics/gradients/ltgray.gif');
        bottom:0;
        height:15px;
        padding:14px;
        position:fixed;
        color: #333;
        font-family:'Lucida Grande',Verdana,Geneva,Sans-serif;
        font-size: 12px;
        width: 100%;
        border-top: 1px solid #bbb;

        /** Alternate Top (Firefox Integrated) Toolbar.
        background:none repeat scroll 0 0 #969696;
        border-bottom:1px solid #424242;
        border-top:1px solid #C0C0C0;
        color:#000000;
        font-family:'Lucida Grande',Verdana,Geneva,Sans-serif;
        font-size:12px;
        font-weight:normal;
        height:15px;
        padding:5px;
        position:fixed;
        top:0;
        width:100%;
        */
    }
    #mc2panel span.left {
        float: left;
        margin-left: 20px;
    }
    #mc2panel span.right {
        float: right;
        margin-right: 55px;
    }
    #mc2panel span a,
    #mc2panel span a:hover,
    #mc2panel span a:visited {
        color: #333;
        text-decoration: none;
        margin: 0 10px;
        outline: none;
    }
    #mc2panel span img.avatar {
        width: 30px;
        height: 30px;
        border: 3px solid #bbb;
        margin-top: -10px;
    }