style "panel" {
	xthickness = 0
	ythickness = 0

	bg[NORMAL]			= @bg_color
	bg[ACTIVE]			= @selected_bg_color
	fg[NORMAL]			= @fg_color
	fg[ACTIVE]			= @selected_fg_color
	text[NORMAL]		= @fg_color

	bg_pixmap[NORMAL]	= "panel_bg.png"

	engine "murrine" {
		gradient_shades     = {1.0,0.8,0.9,1.1}
		roundness           = 2
		highlight_shade     = 1.3
		contrast            = 0.6
	}
}
