style "nextstep"
{
  bg[ACTIVE] = "#909090"
  fg[ACTIVE] = "#000000"
  bg[NORMAL] = "#a8a8a8"
  fg[NORMAL] = "#000000"
  bg[INSENSITIVE] = "#888888"
  fg[INSENSITIVE] = "#000000"
  bg[PRELIGHT] = "#c0c0c0"
  fg[PRELIGHT] = "#000000"
  bg[SELECTED] = "#c8c8c8"
  fg[SELECTED] = "#000000"
  engine "step" 
  {
  }
}

style "nextmenu"
{
  bg[NORMAL] = "#a8a8a8"
  fg[NORMAL] = "#000000"
  bg[INSENSITIVE] = "#888888"
  fg[INSENSITIVE] = "#000000"
  bg[PRELIGHT] = "#f0f0f0"
  fg[PRELIGHT] = "#000000"
}

style "nextclist"
{
  base[NORMAL] = "#f0f0f0"
}

style "tooltips"
{
  bg[NORMAL] = "#f8f8f8"
  fg[NORMAL] = "#000000"
}

# Common default
class "GtkWidget"		style "nextstep"
class "GtkWindow"		style "nextstep"
class "GtkDialog"		style "nextstep"
class "GtkFileSelection"	style "nextstep"
class "GtkFontSelection"	style "nextstep"
class "GtkCList"		style "nextclist"
class "GtkCTree"		style "nextclist"
class "*MenuItem*"		style "nextmenu"
widget "gtk-tooltips*"		style "tooltips"