﻿#upper {
    
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    right: 0px;
    pointer-events: none;
}
    #upper div {
        pointer-events: all;
    }

#header {
    width: 100%;
    height: 33px;  
    border-width: 0px 0px 1px 0px;
    border-style: solid;

    display: none;
}

#left {
    float: left;
}
#right {
    float: right;
}


#toolbar {
    float: right;
}


.bar a:link, .bar a:visited {
    
    font-size: 15px;  
    
    text-decoration: none;  

    margin: 0px; 
    padding-right: 12px; 
    
    display: table-cell;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;

}

.bar a * {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.bar a img {
    width: 24px;
}

#breadcrumb a {
    border-left: #AAAAAA solid 1px;
}

#breadcrumb a:first-child {
    border-width: 0px !important;
}


#footer a {
    padding-left: 12px; 
    text-align: right;
}