style "next_default"
{
  bg[ACTIVE] 		= "#acaaac"
  fg[ACTIVE] 		= "#000000"
  bg[NORMAL] 		= "#acaaac"
  fg[NORMAL] 		= "#000000"
  bg[INSENSITIVE] 	= "#acaaac"
  fg[INSENSITIVE] 	= "#000000"
  bg[PRELIGHT] 		= "#acaaac"
  fg[PRELIGHT] 		= "#000000"
  bg[SELECTED] 		= "#acaaac"
  fg[SELECTED] 		= "#000000"

  base[NORMAL]		= "#ffffff"
  base[ACTIVE]		= "#ffffff"
  base[SELECTED]	= "#acaaac"
  base[INSENSITIVE]	= "#ffffff"
  base[PRELIGHT]	= "#ffffff"

  font="-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1"

  engine "xeno" 
  {
    scrollbar_knob  = dimple
    stepper_ends    = false
    stepper_arrows  = false
    paned_knob 		= box
    handle_knob 	= none
    shine           = 1.5
    shade			= 0.587
  }
}

style "next_menu"
{
  bg[NORMAL] 		= "#acaaac"
  fg[NORMAL] 		= "#000000"
  bg[INSENSITIVE] 	= "#acaaac"
  fg[INSENSITIVE] 	= "#000000"
  bg[PRELIGHT] 		= "#ffffff"
  fg[PRELIGHT] 		= "#000000"
}

style "next_list"
{
  bg[SELECTED]		= "#ffffff"

  base[NORMAL] 		= "#acaaac"
  base[ACTIVE]		= "#acaaac"
  base[SELECTED]	= "#ffffff"
  base[INSENSITIVE]	= "#acaaac"
  base[PRELIGHT]	= "#acaaac"
}

style "next_listbutton"
{
  bg[ACTIVE]      = "#525552"
  fg[ACTIVE]      = "#ffffff"
  bg[NORMAL]      = "#525552"
  fg[NORMAL]      = "#ffffff"
  bg[PRELIGHT]    = "#525552"
  fg[PRELIGHT]    = "#ffffff"
  bg[INSENSITIVE] = "#525552"
  fg[INSENSITIVE] = "#ffffff"
  bg[SELECTED]    = "#525552"
  fg[SELECTED]    = "#ffffff"

  font="-adobe-helvetica-bold-r-normal-*-*-120-*-*-p-*-iso8859-1"
}

style "next_tooltips"
{
  bg[NORMAL] 		= "#ffffff"
  fg[NORMAL] 		= "#000000"
}

style "next_progressbar"
{
  fg[NORMAL]		= "#000000"
  fg[SELECTED]		= "#ffffff"

  bg[NORMAL]		= "#acaaac"
  bg[SELECTED]		= "#525552"
}

style "next_notebook"
{
	bg[ACTIVE]		= "#838583"
	bg[INSENSITIVE]	= "#838583"
}

style "next_scrollbar"
{
	bg[ACTIVE]		= "#838583"
}

# Common default
class "GtkWidget"					style "next_default"
class "GtkWindow"					style "next_default"
class "GtkDialog"					style "next_default"
class "GtkButton"					style "next_default"
class "GtkEntry"					style "next_default"
class "GtkText"						style "next_default"
class "GtkFileSelection"			style "next_default"
class "GtkFontSelection"			style "next_default"

class "*List*"						style "next_list"
class "*Tree*"						style "next_list"
class "GtkProgressBar"     			style "next_progressbar"
class "*Scrollbar*"					style "next_scrollbar"
class "*MenuItem*"					style "next_menu"
class "GtkNotebook"     			style "next_notebook"

widget "gtk-tooltips*"				style "next_tooltips"

widget_class "*List.GtkButton*" style "next_listbutton"
widget_class "*Tree.GtkButton*" style "next_listbutton"
