div.login {
        margin-top          : 10px;
        float               : left;
        width               : 25%;
}
div.state {
        margin-top          : 10px;
        float               : left;
        width               : 50%;
}
div.document {
        margin-top          : 10px;
        float               : left;
        width               : 25%;
}
div.admin {
        float               : left;
        width               : 50%;
}
div.history {
        float               : left;
        width               : 50%;
}
div.meta {
        margin-top          : 20px;
}
span.fix, span.change, span.control {
        color               : #ffffff;
        font-weight         : bold;
        border-width        : 1px;
        border-style        : outset;
        padding-top         : 1px;
        padding-bottom      : 1px;
        padding-left        : 10px;
        padding-right       : 10px;
}

span.fix {
        background          : #00cc00;
        border-color        : #00cc00;
}

span.change {
        background          : #cc0000;
        border-color        : #cc0000;
}

span.control {
        background          : #ffcc00;
        border-color        : #ffcc00;
}
a.state {
        text-decoration     : none;
        font-weight         : bold;
        color               : #ffffff;
}
