/***************************************************************************************************
* css_top.php
* This code is part of the Wbiz-cms software (©www.Wbiz.dk)
*---------------------------------------------------------------------------------------------------
* You have to obtain permission before selling this code, using it on a commercial website, or
* redistributing it over the Internet. In all cases the copyright must remain intact as well as
* the credits and site link.
* For permission to remove copyright, credits and site link please contakt: permissions@wbiz.dk
* WbizCMS Version 2.3 - January 2009
* Design by Wbiz Design, © 2009 Kaj Christensen/wbiz@wbiz.dk
*---------------------------------------------------------------------------------------------------
* Top container(s) stylesheet for Wbiz-cms
****************************************************************************************************/
/* Left part of split top container */
#top_container_left {float: left; background-color: #A8B1C4; height: 30px; width: 225px; margin-top: 0px;
        font-size: 0.7em; text-align: left; padding-left: 10px; padding-top: 0px;
        border-top: #848DAB 0px solid; border-bottom: #848DAB 0px solid; border-left: #848DAB 1px solid;  border-right: #848DAB 0px solid;}

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

/* Top container in full width */
#top_container_full {clear:both; background: transparent url('../style/images/top_menu_back.png') repeat-x; height: 20px; width: 898px; margin-top: 0px;
        font-size: 1.0em; text-align: left; padding-left: 0px; padding-top: 0px;
        border-top: #848DAB 1px solid; border-bottom: #848DAB 0px solid; border-left: #848DAB 1px solid;  border-right: #848DAB 1px solid;}



