/**
 * @project         MapGuide Open Source Web Studio
 * @revision        $Id: status.css,v 1.10 2006/06/09 13:44:31 pspencer Exp $
 * @copyright       &copy; 2006 DM Solutions Group Inc.
 * released under LGPL License with MapGuide Open Source (see index.html)
 */

/* ================ */
/* STSTUSBAR STYLES */
/* ================ */

#statusBar { 
    position:absolute;
    bottom: 0px;
    left: 0px;    
    width:100%;
    height:18px;
    background-color: #ddd;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

.status {
    height: 18px;
    line-height: 18px;
}

