
/* Top container in full width */
#top_container_full {background-color: #424143; width: 100%; margin-top: 0px;
        font-size: 1.0em; text-align: left; padding-left: 0px; padding-top: 0px;
        border-top: #FFAC0D 1px solid; border-bottom: #FFAC0D 0px solid; border-left: #FFAC0D 1px solid;  border-right: #FFAC0D 1px solid;}

/* Left part of split top container */
#top_container_left {float: left; background-color: #424143; height: 30px; width: 25%; margin-top: 0px;
        font-size: 0.7em; text-align: left; padding-left: 10px; padding-top: 0px;
        border-top: #FFAC0D 0px solid; border-bottom: #FFAC0D 0px solid; border-left: #FFAC0D 1px solid;  border-right: #FFAC0D 0px solid;}

/* Right part of split top container */
#top_container_right {float: right; background-color: #424143; height: 30px; width: 75%; margin-top: 0px;
       font-size: 0.7em; text-align: right; padding-right: 10px; padding-top: 3px;
        border-top: #FFAC0D 0px solid; border-bottom: #FFAC0D 0px solid; border-left: #FFAC0D 0px solid;  border-right: #FFAC0D 1px solid;}


