style "button"
{
    engine "pixmap" {
	image
	{
            function        = BOX
            recolorable	    = FALSE
            state           = NORMAL
	    detail          = "buttondefault"
            shadow          = IN
            file            = "button-focus.png"
            border          = { 6, 7, 7, 6 }
            stretch         = TRUE
        }
        image
        {
            function        = BOX
            recolorable = FALSE
            state           = ACTIVE
            shadow          = IN
            file            = "button-pressed.png"
            border          = { 4, 4, 4, 3 }
            stretch         = TRUE
        }
        image
        {
            function        = BOX
            recolorable = FALSE
            state           = PRELIGHT
            shadow          = OUT
            file            = "button-hilight.png"
            border          = { 4, 4, 3, 3 }
            stretch         = TRUE
        }
        image
        {
            function        = BOX
            recolorable = FALSE
            state           = INSENSITIVE
            shadow          = IN
            file            = "button-disabled.png"
            border          = { 2, 2, 2, 2 }
            stretch         = TRUE
        }
        image
        {
            function        = BOX
            recolorable     = FALSE
            state	    = INSENSITIVE
            shadow          = OUT
            file            = "button-disabled.png"
            border          = { 2, 2, 2, 2 }
            stretch         = TRUE
        }
        image
        {
            function        = BOX
            recolorable = FALSE
            shadow          = OUT
            file            = "button-outline.png"
            border          = { 4, 4, 3, 3 }
            stretch         = TRUE
        }
    }
}
class "GtkButton" style "button"
class "GtkProgressBar" style "button"
class "GtkToggleButton" style "button"
class "GtkCheckButton" style "button"



style "dropdown"
{
#	bg[NORMAL] = "#dddddd"
#	bg[INSENSITIVE] = "#dddddd"
#	fg[PRELIGHT]	= "#000000"
#	fg[NORMAL]		= "#000000"

	engine "pixmap"	
	{ image
		{
		function	= TAB
		recolorable = TRUE
		overlay_file		= "option_menu.png"
		overlay_stretch = FALSE
		}
	}
}
class "GtkOptionMenu" style "dropdown"


#
# The shadow in the entry fields.
#
  
style "textshadow"
{
	engine "pixmap"	
	{ image
		{
		function		= SHADOW
		recolorable		= TRUE
		shadow			= IN
		file			= "textshadow.png"
		stretch			= TRUE
		border			= { 4, 2, 4, 2 }
		}
		image
		{
		function		= SHADOW
		recolorable 	= TRUE
		state			= NORMAL
		shadow			= IN
		file			= "textshadow.png"
		stretch			= TRUE
		border			= { 4, 2, 4, 2 }
		}
		image
		{
		function		= SHADOW
		recolorable 	= TRUE
		state			= ACTIVE
		shadow			= IN
		file			= "textshadow.png"
		stretch			= TRUE
		border			= { 4, 2, 4, 2 }
		}
		image
		{
		function		= FOCUS
		overlay_file		= "textshadow.png"
		overlay_border		= { 4, 2, 4, 2 } 
		overlay_stretch		= TRUE
		}
		image
		{
		function		= FLAT_BOX
		recolorable		= TRUE
		state 			= NORMAL
			detail		= "entry_bg"
		file			= "textbackground.png"
		stretch			= TRUE
		border			= { 2, 1, 2, 1 }
     	}
		image
		{
		function		= FLAT_BOX
		recolorable 	= TRUE
		state			= INSENSITIVE
			detail		= "entry_bg"
		file			= "textbackground.png"
		stretch			= TRUE
		border			= { 2, 1, 2, 1 }
		}
		image
		{
		function		= FLAT_BOX
		recolorable 	= TRUE
		state			= ACTIVE
			detail		= "entry_bg"
		file			= "textbackground.png"
		stretch			= TRUE
		border			= { 2, 1, 2, 1 }
		}
}
}
class "GtkEntry" style "textshadow"



style "textbox_focus"
{
	engine "pixmap"	
	{ image
		{
		function		= FOCUS
		recolorable		= TRUE
		overlay_file 	= "focus.png"
		overlay_border	= { 3, 3, 3, 3 }
		overlay_stretch = TRUE
		}
	}
}
widget "*Spin*" style "textbox_focus"
#widget "*GtkButton*" style "textbox_focus"


style "menubar"
{
	engine "pixmap" { 
		image
		{
			function	= BOX
			recolorable	= TRUE
			file		= "menubar_background.png"
			border		= { 1, 1, 2, 2 }
			stretch 	= TRUE
			}
		}
}

class "*MenuBar*" style "menubar"
class "*ock*" style "menubar"
class "GtkHandleBox" style "menubar"


style "FileStyle"
{
	engine "pixmap" {
	image
	{
		function		= BOX
		recolorable		= TRUE
		file			= "menushell.png"
		border			= { 4, 2, 2, 2 }
		stretch			= TRUE
		}
	}
}

widget_class "*.GtkMenuBar.*" style "FileStyle"

style "scrollbar"
{
  engine "pixmap" 
  {
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	state           = PRELIGHT
	file            = "scrollbar_horiz1-prelight.png"
	border          = { 15, 15, 16, 16 }
	stretch         = TRUE
	overlay_file	= "scrollbar_thumb_horiz-prelight.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	orientation     = HORIZONTAL
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	state           = ACTIVE
	file            = "scrollbar_horiz1-pressed.png"
	border          = { 15, 15, 16, 16 }
	stretch         = TRUE
	overlay_file	= "scrollbar_thumb_horiz-pressed.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	orientation     = HORIZONTAL
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	state           = NORMAL
	file            = "scrollbar_horiz1.png"
	border          = { 13, 12, 16, 16 }
	stretch         = TRUE
	overlay_file	= "scrollbar_thumb_horiz.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	orientation     = HORIZONTAL
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	state           = PRELIGHT
	file            = "scrollbar_vert1-prelight.png"
	border          = { 2, 2, 15, 15 }
	stretch         = TRUE
	overlay_file	= "scrollbar_thumb_vert-prelight.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	orientation     = VERTICAL
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	state           = PRELIGHT
	file            = "scrollbar_vert1-pressed.png"
	border          = { 2, 2, 15, 15 }
	stretch         = TRUE
	overlay_file	= "scrollbar_thumb_vert-pressed.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	orientation     = VERTICAL
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	file            = "scrollbar_vert1.png"
	border          = { 2, 2, 15, 15 }
	stretch         = TRUE
	overlay_file	= "scrollbar_thumb_vert.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	orientation     = VERTICAL
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "trough"
	file            = "vtrough.png"
	border          = { 16, 16, 19, 16 }
	stretch         = TRUE
	orientation     = VERTICAL
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "trough"
	file            = "htrough.png"
	border          = { 19, 16, 16, 16 }
	stretch         = TRUE
	orientation     = HORIZONTAL
      }
  }
}

class "GtkScrollbar" style "scrollbar"

style "range"
{
  engine "pixmap" {
    image 
      {
        function        = SLIDER
	recolorable     = TRUE
	#file            = "slider_hth2.png"
	#border          = { 1, 1, 1, 1 }
	#stretch         = FALSE
	file    = "slider_horiz1.png"
	border  = { 4, 4, 15, 15 }
	stretch = FALSE
	orientation     = HORIZONTAL
     }
    image 
      {
        function        = SLIDER
	recolorable     = TRUE
	#file            = "slider_vth2.png"
	#border          = { 0, 0, 0, 0 }
	#stretch         = FALSE
	file    = "slider_vert1.png"
	border  = { 0, 0, 0, 0 }
	stretch = FALSE
	orientation     = VERTICAL
     }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "trough"
	file            = "slider_vth1.png"
	border          = { 4, 4, 3, 3 }
	stretch         = TRUE
	orientation     = VERTICAL
     }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "trough"
	file            = "slider_hth1.png"
	border          = { 3, 3, 4, 4 }
	stretch         = TRUE
	orientation     = HORIZONTAL
      }
  }
}
class "GtkRange" style "range"

style "progressbar"
{
  engine "pixmap"
   {
    image
	{
	function        = BOX
	recolorable     = TRUE
    detail          = "bar"
	file            = "progressbar.png"
    border          = { 1, 10, 15, 15 }
	stretch         = TRUE
	}
	image
	{
	    function        = BOX
		recolorable     = TRUE
		detail          = "trough"
		file            = "progressbar_trough.png"
		border          = { 1, 1, 1, 1 }
		stretch         = TRUE
		orientation     = HORIZONTAL
		}
}
}
class "GtkProgressBar" style "progressbar"
class "GtkBar" style "progressbar"

style "arrows"
{ 
 	base[NORMAL] = "#000000"
 	#bg[NORMAL] = "#000000"

	engine "pixmap"
	{
		# Arrows
		image
		{
			function	= ARROW
			recolorable	= TRUE
			state		= NORMAL
			overlay_file	= "arrow_up.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= UP
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			state		= NORMAL
			overlay_file	= "arrow_down.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= DOWN
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			state		= NORMAL
			overlay_file	= "arrow_left.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= LEFT
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			state		= NORMAL
			overlay_file	= "arrow_right.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= RIGHT
		}
		# Arrows hilight
		image
		{
			function	= ARROW
			recolorable	= TRUE
			state		= PRELIGHT
			overlay_file	= "arrow_up.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= UP
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			state		= PRELIGHT
			overlay_file	= "arrow_down.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= DOWN
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			state		= PRELIGHT
			overlay_file	= "arrow_left.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= LEFT
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			state		= PRELIGHT
			overlay_file	= "arrow_right.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= RIGHT
		}
		# Arrows depressed
#FIXME
#The arrows, right now at least don't depress
#properly becuase of the way the sidebar trough
#works.  If trough were to become depressed, it 
#would have to depress the entire trough, which
#would look like crap.  This should be fixed 
#eventually, although I'm not sure how to to about 
#it
		image
		{
			function	= ARROW
			recolorable	= TRUE
			shadow		= IN
			overlay_file	= "arrow_up.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= UP
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			shadow		= IN
			overlay_file	= "arrow_down.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= DOWN
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			shadow		= IN
			overlay_file	= "arrow_left.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= LEFT
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			shadow		= IN
			overlay_file	= "arrow_right.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= RIGHT
		}
	}
}
class "GtkScrollbar" style "arrows"
class "GtkArrow" style "arrows"

style "spin-arrows"
{ 
	engine "pixmap"
	{
		# Arrows
		image
		{
			function	= ARROW
			recolorable	= TRUE
			state		= NORMAL
			overlay_file	= "arrow_up-spinner.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= UP
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			state		= NORMAL
			overlay_file	= "arrow_down-spinner.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= DOWN
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			state		= PRELIGHT
			overlay_file	= "arrow_up-spinner.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= UP
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			state		= PRELIGHT
			overlay_file	= "arrow_down-spinner.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= DOWN
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			shadow		= IN
			overlay_file	= "arrow_up-spinner.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= UP
		}
		image
		{
			function	= ARROW
			recolorable	= TRUE
			shadow		= IN
			overlay_file	= "arrow_down-spinner.png"
			overlay_border	= { 0, 0, 0, 0 }
			overlay_stretch	= FALSE
			arrow_direction	= DOWN
		}
	}
}

class "GtkSpinButton" style "spin-arrows"

style "menu"
{
	engine "pixmap" {
		image
		{
			function	= BOX
			recolorable	= TRUE
			file		= "button-dark.png"
			border		= { 2, 3, 2, 3 }
			stretch		= TRUE
		}
	}
}
class "GtkMenu" style "menu"

style "menuitem"
{
	fg[PRELIGHT] = "#ffffff"
	fg[ACTIVE]   = "#ffffff"
	fg[SELECTED] = "#ffffff"

    engine "pixmap" {
        image
        {
			function        = ARROW
			recolorable 	= FALSE
			state			= NORMAL
			file			= "menu_flyout-left.png"
			stretch         = FALSE
			arrow_direction	= LEFT
        }
        image
        {
			function        = ARROW
			recolorable 	= FALSE
			state			= PRELIGHT
			file			= "menu_flyout-left.png"
			stretch         = FALSE
			arrow_direction	= LEFT
        }
        image
        {
			function        = ARROW
			recolorable 	= FALSE
			state			= NORMAL
			file			= "menu_flyout.png"
			stretch         = FALSE
			border			= { 1, 1, 1, 1 }
			arrow_direction	= RIGHT
        }
        image
        {
			function        = ARROW
			recolorable 	= FALSE
			state			= PRELIGHT
			file			= "menu_flyout.png"
			stretch         = FALSE
			border			= { 1, 1, 1, 1 }
			arrow_direction	= RIGHT
        }
        image
        {
			function        = ARROW
			recolorable 	= FALSE
			shadow			= IN
			file			= "menu_flyout.png"
			stretch         = FALSE
			arrow_direction	= RIGHT
        }
		image
		{
			function		= BOX
			recolorable		= FALSE
			state			= PRELIGHT
			file			= "menu_pixmap.png"
			border			= { 2, 2, 3, 2 }
			stretch			= TRUE
		}
		image
		{
			function		= BOX
			recolorable		= FALSE
			state			= INSENSITIVE
			file			= "button-disabled.png"
			border			= { 3, 3, 2, 2 }
			stretch			= TRUE
		#}
		#image
		#{
		#	function		= HLINE
		#	recolorable		= TRUE
		#	file			= "button-pressed.png"
		#	border			= { 3, 3, 2, 2 }
		#	stretch			= TRUE
		#}
		#image
		#{
		#	function		= VLINE
		#	recolorable		= TRUE
		#	file			= "button-pressed.png"
		#	border			= { 3, 3, 2, 2 }
		#	stretch			= TRUE
		}
	}
}
class "GtkMenuItem" style "menuitem"

style "check"
{
	engine "pixmap"
	{	
		# Check marks
		image
		{
			function        = CHECK
			recolorable     = TRUE
			shadow          = OUT
			overlay_file    = "check.png"
			overlay_stretch = FALSE
		}
		image
		{
			function        = CHECK
			recolorable     = TRUE
			shadow          = IN
			overlay_file    = "check-hi.png"
			overlay_stretch = FALSE
		}
		# Option marks
		image
		{
			function        = OPTION
			recolorable     = TRUE
			shadow          = OUT
			overlay_file    = "option.png"
			overlay_border  = { 0, 0, 0, 0 }
			overlay_stretch = FALSE
		}
		image
		{
			function        = OPTION
			recolorable     = TRUE
			shadow          = IN
			overlay_file    = "option-hi.png"
			overlay_border  = { 0, 0, 0, 0 }
			overlay_stretch = FALSE
		}
	}
}
class "*OptionB*" style "check"
class "*Check*" style "check"

style "radio-button"
{
	# Note: This style is broken, hence it is not used.
	engine "pixmap"
	{	
		image
		{
		function		= FOCUS
		recolorable		= TRUE
		overlay_file 	= "radiobutton_focus.png"
		overlay_border	= { 2, 2, 2, 2 }
		overlay_stretch = TRUE
		}
	}
}
#class "*OptionB*" style "radio-button"

style "handle"
{
	engine "pixmap"
	{	
		image
		{
			function        = HANDLE
			recolorable     = TRUE
			state			= NORMAL
			file			= "handlebox_v.png"
			border			= { 3, 3, 2, 2 }
			stretch			= TRUE
			orientation		= VERTICAL
		}
		image
		{
			function        = HANDLE
			recolorable     = TRUE
			state			= NORMAL
			file			= "handlebox_h.png"
			border			= { 3, 3, 2, 2 }
			stretch			= TRUE
			orientation		= HORIZONTAL
		}
	}
}
class "*ock*" style "handle"

style "widget"
{
    # font = "-*-lucida-bold-r-*-*-10-*-*-*-*-*-*-*"
    fg[PRELIGHT] = "#000000"
    bg[ACTIVE] = "#9c9c9c"
}

style "whitebg"
{
	base[NORMAL] = "#ffffff"

}

widget "*Ruler*" style "widget"
widget "*Spin*" style "widget"

widget "*Spin*" style "whitebg"
widget "*Text*" style "whitebg"
widget "*List*" style "whitebg"
widget "*Tree*" style "whitebg"

style "default"
{
#	font = "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1"
	fg[NORMAL] = "#000000"
	fg[ACTIVE] = "#000000"
	fg[PRELIGHT] = "#000000"
	fg[SELECTED] = "#000000"
	fg[INSENSITIVE] = "#555555"
	bg[NORMAL] = "#dddddd"
	bg[ACTIVE] = "#b8b8b8"
	bg[PRELIGHT] = "#9099b5"
	bg[SELECTED] = "#9099b5"
	bg[INSENSITIVE] = "#ffffff"
	text[NORMAL] = "#000000"
	text[ACTIVE] = "#000000"
	text[PRELIGHT] = "#000000"
	text[SELECTED] = "#000000"
	text[INSENSITIVE] = "#000000"
	base[NORMAL] = "#ffffff"
	base[ACTIVE] = "#ffffff"
	base[PRELIGHT] = "#000000"
	base[SELECTED] = "#232a7a"
	base[INSENSITIVE] = "#ffffff"
}

class "GtkWidget" style "default"

style "hilight"
{
 fg[PRELIGHT] = "#ffffff"
 fg[ACTIVE]   = "#ffffff"
 fg[ACTIVE]   = "#ffffff"
}
widget "*anel*" style "hilight"
widget "*enu*" style "hilight"

#
# Nautilus specific widgets
#

style "nautilus-specific"
{
  engine "pixmap"
  {
    image 
      {
        function        = BOX
	recolorable     = TRUE
	file            = "button-outline.png"
	border          = { 3, 3, 2, 2 }
	stretch         = TRUE
      }
   }
}
class "NautilusListColumnTitle" style "nautilus-specific"

style "eventbox" {
bg_pixmap[NORMAL] = "<parent>"
bg_pixmap[INSENSITIVE] = "<parent>"
bg_pixmap[PRELIGHT] = "<parent>"
bg_pixmap[SELECTED] = "<parent>"
bg_pixmap[ACTIVE] = "<parent>"
}

class "GtkEventBox" style "eventbox"
class "NautilusZoomControl" style "eventbox"

style "menu_dividers"
{
	engine "pixmap"
	{
		  image
		  {
		  		function		= HLINE
				recolorable		= TRUE
				file			= "hline.png"
				border			= { 0, 0, 1, 2 }
				stretch			= TRUE
		  }
		  		image
		  {
		  		function		= VLINE
				recolorable		= TRUE
				file			= "vline.png"
				border			= { 2, 1, 0, 0 }
				stretch			= TRUE
		  }
	 }
}
class "GtkMenuItem" style "menu_dividers"


style "notebook"
{
  engine "pixmap" 
    {
    image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "tab_usel.png"
	border          = { 20, 30, 4, 2 }
	stretch         = TRUE
	gap_side		= BOTTOM
      }
    image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	state           = ACTIVE
	file            = "tab_sel.png"
	border          = { 20, 30, 4, 2 }
	stretch         = TRUE
	gap_side        = BOTTOM
      }
    image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "tab_usel-bottom.png"
	border          = { 20, 30, 2, 4 }
	stretch         = TRUE
	gap_side		= TOP
      }
    image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	state           = ACTIVE
	file            = "tab_sel-bottom.png"
	border          = { 20, 30, 2, 4 }
	stretch         = TRUE
	gap_side        = TOP
      }
#
# We are choosing to ignore right and left tabs for now 
# as Arlo doesn't have the time to design decent ones. 
# the frame work is already here, just need to cut and 
# paste the code.
# FIXME
 image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "tab_left.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_side        = RIGHT
     }
    image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "tab_right.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_side        = LEFT
     }
#
# How to draw boxes with a gap on one side (ie the page of a notebook)
#
    image 
      {
        function        = BOX_GAP
	recolorable     = TRUE
	file            = "notebook.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_file        = "gap_top.png"
	gap_border      = { 0, 0, 0, 0 }
	gap_start_file  = "gap_top_start.png"
	gap_start_border= { 2, 0, 0, 0 }
	gap_end_file    = "gap_top_end.png"
	gap_end_border  = { 0, 2, 0, 0 }
	gap_side        = TOP
      }
    image 
      {
        function        = BOX_GAP
    recolorable = TRUE 
    file = "notebook.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_file        = "gap_bottom.png"
	gap_border      = { 0, 0, 0, 0 }
	gap_start_file  = "gap_bottom_start.png"
	gap_start_border= { 2, 0, 0, 0 }
	gap_end_file    = "gap_bottom_end.png"
	gap_end_border  = { 0, 2, 0, 0 }
	gap_side        = BOTTOM
      }
    image 
      {
        function        = BOX_GAP
	recolorable     = TRUE
	file            = "notebook.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_file        = "gap_left.png"
	gap_border      = { 0, 0, 0, 0 }
	gap_start_file  = "gap_left_start.png"
	gap_start_border= { 0, 0, 2, 0 }
	gap_end_file    = "gap_left_end.png"
	gap_end_border  = { 0, 0, 0, 2 }
	gap_side        = LEFT
      }
    image 
      {
        function        = BOX_GAP
	recolorable     = TRUE
	file            = "notebook.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_file        = "gap_right.png"
	gap_border      = { 0, 0, 0, 0 }
	gap_start_file  = "gap_right_start.png"
	gap_start_border= { 0, 0, 2, 0 }
	gap_end_file    = "gap_right_end.png"
	gap_end_border  = { 0, 0, 0, 2 }
	gap_side        = RIGHT
      }
#
# How to draw the box of a notebook when it isnt attached to a tab
#
    image 
      {
        function        = BOX
	recolorable     = TRUE
	file            = "notebook.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_side        = TOP
      }
  }
}

#class "GtkNotebook" style "notebook"


widget_class "*.GtkMenuBar.*" style "hilight"
widget_class "*.GtkMenu.*" style "hilight"

# Font styles for gdkxft enabled widgets
style "big-sans" 
{
  font="-urw-helvetica-medium-r-normal-*-14-*-*-*-p-*-iso8859-1"
}

style "lil-sans" 
{
  font="-urw-helvetica-medium-r-normal-*-13-*-*-*-p-*-iso8859-1"
}

style "llil-sans" 
{
  font="-urw-helvetica-medium-r-normal-*-12-*-*-*-p-*-iso8859-1"
}

# Font style for all other widgets
style "lil-noaa" 
{
  font="-adobe-helvetica-medium-r-normal-*-13-*-*-*-p-*-iso8859-15"
}

widget_class "*" style "lil-noaa"
widget_class "*Entry*" style "lil-sans"
widget_class "*Label*" style "lil-sans"
widget_class "*Button*" style "lil-sans"
widget_class "*Menu*" style "lil-sans"
widget_class "*MenuBar*" style "big-sans"
widget_class "*Toolbar*" style "lil-sans"
widget_class "*Frame" style "llil-sans"
