
/*The styling of both StorageConsole and the admin app*/

/*******************BANNER*******************/
.banner {
    background-color: #FFFFFF;
    width: 100%;
    height:35px;
}
.bannerLeft {
    background: url(logo.gif) no-repeat 0 center;
    margin-left: 14px;
    width: 525px;
    height:35px;
    float: left;
}
.bannerRight {
    float: right;
}


