/************************************************************************************************************

    DHTML Suite for Applications
    (C) www.dhtmlgoodies.com, August 2006

    CSS for the Custom_tableWidget class.
    
    Terms of use:
    Look at the terms of use at http://www.dhtmlgoodies.com/index.html?page=termsOfUse
    
    Thank you!
    
    www.dhtmlgoodies.com
    Alf Magne Kalleland

************************************************************************************************************/

.Custom_menuBar_top{    /* The bar that is parent of the menu strip */
    height:28px;
    width:100%;
    
    background-color: #619BD4;
    color: #FFFFFF;
    
    /*background-repeat:repeat-x; */
    font-family: "Tahoma";
    font-size:1.1em;
    z-index:100000;
    /*padding-left:10px; */
    /*background-image:url('../images_dhtmlsuite/menu_strip_bg.jpg');*/
}

.Custom_menuBar_sub{
    position:absolute;
    
    background-color:#CCCCCC;
    font-family: "Tahoma";
    font-size: 13px;
    
    border:1px solid #CCCCCC;
   /* background-image:url('../images_dhtmlsuite/menu-bar-gradient.jpg');    /* Background image for sub menu items */*/
    background-repeat:repeat-y;
    background-position: left center;
    display:inline;
}

