style "ngi-tab"
{
 #   NgiTab::shadow-type = etched-out
#    NgiTab::shadow-type = eched-in
    bg[NORMAL] = "grey" #inactive tab border
    bg[ACTIVE] = "white"  #active tab border
#    bg[NORMAL] = "grey"
#    bg[ACTIVE] = "white"
#"#231f20"
}

class "NgiTab" style "ngi-tab"

style "menu-bar"
{
    GtkMenuBar::internal-padding = 0
    GtkMenuBar::shadow_type = none

#    GtkMenuItem::horizontal-padding = 1
    GtkMenuItem::horizontal-padding = 3

    ythickness = 0

    font_name = "DejaVu Sans Bold 12"
    fg[NORMAL] = "white"
    fg[PRELIGHT] = "black"

    bg[PRELIGHT] = "#c4d4da"


#    font_name = "URW Gothic L, Semi-Bold 9"

#    bg[SELECTED] = "#808080"  Not needed because transparent
#    bg[NORMAL] = "#231f20"    Ditto

#    fg[NORMAL] = "white"
#    fg[PRELIGHT] = "white"

#    bg[PRELIGHT] = "gray"
#    bg[SELECTED] = "#777777"

#    bg[NORMAL] = "gray"

}

class "NgiMenuBar" style "menu-bar"
widget "*.NgiMenuBar.*" style "menu-bar"


style "menu"
{
    GtkMenuBar::internal-padding = 0
    GtkMenuBar::shadow_type = GTK_SHADOW_NONE

    font_name = "DejaVu Sans 10"
    fg[NORMAL] = "black"
    fg[PRELIGHT] = "black"

    bg[PRELIGHT] = "#9d9fa1"
    bg[NORMAL]   = "#c4d4da"
   
#    font_name = "URW Gothic L, Semi-Bold 8"

#    fg[NORMAL] = "white"
#    fg[PRELIGHT] = "white"

#    bg[PRELIGHT] = "gray"
#    bg[SELECTED] = "#777777"
#    bg[NORMAL]   = "#AAAAAA"

     GtkCheckMenuItem::indicator_size = 10
     base[NORMAL] = "#c4d4da"
}

## TODO: change these to be the proper widget, don't use GtkMenu!
class "GtkMenu" style "menu"
widget "*.GtkMenu.*" style "menu"

style "ngi-tab-box"
{
    NgiTabBox::anim-interval = 10
    NgiTabBox::anim-delay    = 30
    NgiTabBox::num-frames    = 6
}

class "NgiTabBox" style "ngi-tab-box"