style "toolbar"
{
  fg[NORMAL] = "#aaaaaa"
  fg[PRELIGHT] = "#ffffff"
  fg[SELECTED] = "#cccccc"
  fg[ACTIVE] = "#bbbbbb"
  fg[INSENSITIVE] = "#707070"
  text[NORMAL] = "#aaaaaa"
  text[PRELIGHT] = "#ffffff"
  text[SELECTED] = "#cccccc"
  text[ACTIVE] = "#bbbbbb"
  text[INSENSITIVE] = "#707070"
xthickness=3
ythickness=4
engine "pixmap"
{
image
{
	function=BOX
	file="/Toolbar/toolbar.png"
	border={2,2,2,2}
	stretch=TRUE
}}}
widget_class "*HandleBox"		style "toolbar"
class "*HandleBox"			style "toolbar"
widget_class "*Toolbar"			style "toolbar"
class "*Toolbar"			style "toolbar"
style "toolbuttons"="default"
{
xthickness=5
ythickness=5
  fg[NORMAL] = "#bbbbbb"
  fg[PRELIGHT] = "#ffffff"
  fg[SELECTED] = "#cccccc"
  fg[ACTIVE] = "#bbbbbb"
  fg[INSENSITIVE] = "#707070"
  text[NORMAL] = "#bbbbbb"
  text[PRELIGHT] = "#ffffff"
  text[SELECTED] = "#cccccc"
  text[ACTIVE] = "#bbbbbb"
  text[INSENSITIVE] = "#707070"
GtkWidget::focus_padding=2
engine "pixmap" {
      
image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= NORMAL
			file            			= "Toolbar/toolbutton-normal.png"
			border          		= { 5, 5, 5, 5 }
			stretch         		= TRUE
		}
		image
		{
			function		= BOX
			recolorable		= TRUE
			state			= PRELIGHT
			shadow			= IN
			file			= "Toolbar/toolbutton-prelight-active.png"
			border			= { 5, 5, 5, 5 }
			stretch			= TRUE
		}
		image
		{
			function		= BOX
			recolorable		= TRUE
			state			= PRELIGHT
			shadow			= OUT
			file			= "Toolbar/toolbutton-prelight.png"
			border			= { 5, 5, 5, 5 }
			stretch			= TRUE
		}
image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= ACTIVE
			file            			= "Toolbar/toolbutton-toggled.png"
			border          		= { 5, 5, 5, 5 }
			stretch         		= TRUE
		} 
image
		{
			function        		= BOX
			recolorable     		= TRUE
			state					= INSENSITIVE
			file            			= "Toolbar/toolbutton-insensitive.png"
			border          		= { 5, 5, 5, 5 }
			stretch         		= TRUE
		}  
	}
}
widget_class "*Tool*GtkToggleButton" style "toolbuttons"
widget_class "*Tool*GtkButton" style "toolbuttons"
widget_class "*Tool*Button*Label*" style "toolbuttons"
