style "xeno_generic" {
    font = "-microsoft-tahoma-medium-r-normal-*-11-*-*-*-p-*-iso8859-15"

    bg[ACTIVE]		= "#bdb9bd"
    fg[ACTIVE]		= "#000000"
    bg[NORMAL]		= "#d5d6d5"
    fg[NORMAL]		= "#000000"
    bg[INSENSITIVE]	= "#d5d6d5"
    fg[INSENSITIVE]	= "#555555"
    bg[PRELIGHT]	= "#e5e5e5"
    fg[PRELIGHT]	= "#000000"
    bg[SELECTED]	= "#77869a"
    fg[SELECTED]	= "#ffffff"
    base[NORMAL]	= "#ffffff"
    base[ACTIVE]	= "#bdb9bd"
    base[SELECTED]	= "#778a9a"
    base[INSENSITIVE]	= "#ffffff"
    base[PRELIGHT]	= "#dddddd"

    engine "xeno" {
	thin			= true
	scrollbar_dimple	= false 
	stepper_ends		= true
	stepper_arrows		= false
	scrollbar_width		= 12
	shine			= 1.5
	shade			= 0.5
	scrollbar_flush = false 
	handle_knob = lines
	paned_knob = holes 
	scrollbar_knob = none 
        menu_item_shadow = in 
	popup_arrows = true 
    }
}

style "thinice_generic" {
    engine "thinice" { }
}

style "xeno_frame" {
    engine "xeno" {
    	label[NORMAL] = none
	label[INSENSITIVE] = none
	thin = false
    }
}

class "GtkWidget"		style "xeno_generic"
class "GtkList"			style "xeno_generic"
class "GtkTree"			style "xeno_generic"
class "GtkCList"		style "xeno_generic"
class "GtkCTree"		style "xeno_generic"
class "GtkButton"		style "thinice_generic"
class "GtkOptionMenu"		style "xeno_generic"
class "GtkSpinButton"		style "xeno_generic"
class "GtkRange"		style "xeno_generic"
class "GtkProgress"		style "xeno_generic"
class "GtkStatusbar"		style "xeno_generic"
class "GtkMenuItem"		style "xeno_generic"
class "GtkMenu"			style "xeno_generic"
class "GtkFrame"		style "xeno_frame"
class "GtkNotebook"		style "thinice_generic"
widget "gtk-tooltips*"		style "xeno_generic"
