﻿div#statusbar
{
    position: float;
    background: url('Images/bgr_statusbar_blue.png') repeat-x 0 -5px;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0; 
    padding: 0;
    margin: 0;
}

div#statusbar div.statusbarwrapper
{
    width: 754px;
    margin: 0 auto;
}

div#statusbar div.statusbarwrapper div.formfield { margin-top: 6px; }
div#statusbar div.statusbarwrapper div.textfield { margin-top: 11px; }
div#statusbar div.statusbarwrapper div.iconfield { margin-top: 9px; }

div#statusbar div.statusbarwrapper a.icon
{
    float: left;
    margin-top: 4px;
    padding: 5px 2px;
    background: #e2eff1;
}

div#statusbar div.statusbarwrapper input.icon
{
    margin-top: 4px;
    padding: 5px 0;
}

div#statusbar div.statusbarwrapper button.icon
{
    margin-top: 9px;
    margin-left: 7px;
    border-left: 1px solid #4F95AF !important;
    cursor: pointer;
    background:none;
    border:none;
}

div#statusbar div.statusbarwrapper a.iconright
{
    float: right;
    margin-top: 4px;
    padding: 5px 3px;
    background: #e2eff1;
}

div#statusbar div.statusbarwrapper input.first
{
    margin-left: 5px;
    border-left: 1px solid #eee;
    padding-left: 6px;
}

div#statusbar div.statusbarwrapper div.admin
{
    float: right;
    font-weight: bold;
    margin: 4px 0 4px 5px;
    padding: 7px 4px 6px 6px;
    background: #e2eff1;
    border-left: 1px solid #e2eff1;
}

div#statusbar div.statusbarwrapper a.first
{
    margin-left: 5px;
    border-left: 1px solid #e2eff1;
    padding-left: 7px;
}

div#statusbar div.statusbarwrapper a.expandable
{
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div#statusbar div.statusbarwrapper a.expandable:hover
{
    background: #ffcc00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div#statusbar div.statusbarwrapper a.selected
{
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #ffcc00 url('Images/bgr_shortfade.png') repeat-x !important;
}

div#statusbar div.statusbarwrapper div.expanded
{
    display: none;
    position: absolute;
    top: 28px;
    padding: 10px;
    background: #ffcc00;
    text-align: left;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
}

div#statusbar div.statusbarwrapper div.expanded a, div#statusbar div.statusbarwrapper div.expanded img { display: block; }

div#statusbar div.statusbarwrapper select { width: 150px; margin-right: 5px; }
div#statusbarclock { margin-right: 20px; }
