style "step"
{
    
    font = "-b&h-lucida-medium-r-normal-*-*-100-*-*-p-*-iso8859-1"

    bg[ACTIVE]          = "#9c9c9c"
    fg[ACTIVE]          = "#000000"
    base[ACTIVE]        = "#cdcdcd"
    
    bg[NORMAL]          = "#cdcdcd"
    fg[NORMAL]          = "#000000"
    base[NORMAL]        = "#cdcdcd"
    
    bg[INSENSITIVE]     = "#bcbcbc"
    fg[INSENSITIVE]     = "#777777"
    base[INSENSITIVE]   = "#9c9c9c"
    
    bg[PRELIGHT]        = "#778394"
    fg[PRELIGHT]        = "#ffffff"
    base[PRELIGHT]      = "#cdcdcd"
    
    bg[SELECTED]        = "#778394"
    fg[SELECTED]        = "#ffffff"
    base[SELECTED]      = "#486591"

    engine "xeno" {
        scrollbar_knob  = lines
        scrollbar_width = 13
        stepper_arrows  = false
        stepper_ends    = false
        stepper_box     = true
        paned_knob      = lines
        handle_knob     = holes
        thin            = false
        shine           = 1.75
        shade           = 0.75
    }
}

style "menu"
{

    bg[INSENSITIVE] = "#cdcdcd"

}


style "whitebg"
{

    base[NORMAL] = "#ffffff"

}

style "button_bold"
{

    font = "-*-lucida-bold-r-*-*-10-*-*-*-*-*-*-*"
    # fg[PRELIGHT] = "#ffffff"

}

style "hilight"
{
    
    fg[PRELIGHT] = "#ffffff"
    fg[ACTIVE]   = "#ffffff"

}

class  "GtkWidget"       style "step"
widget "*GtkButton*" 	 style "button_bold"

widget "*Menu*" 	 style "hilight"
widget "*Option*" 	 style "hilight"
widget "*Item*" 	 style "hilight"
widget "*Accel*" 	 style "hilight"

class  "GtkMenu" 	 style "menu"
class  "GtkCList" 	 style "whitebg"
class  "GtkEntry" 	 style "whitebg"

