# Milk-2.1 By roberTO
# Original author Max Rudberg http://www.maxthemes.com

gtk-icon-sizes = "panel-menu=24,24:gtk-menu=24,24:panel=24,24"
gtk-menu-drop-shadow = 0
gtk-menu-shadow-delay = 0

include "icons/iconrc" 
include "panel.rc"
include "toolbar.rc"
include "menu.rc"
#include "menu-noxorg.rc"

style "default"
{


  GtkScrollbar::has_secondary_backward_stepper = 1
  GtkScrollbar::has_secondary_forward_stepper = 0
  GtkWidget::interior_focus			= 7
  GtkWidget::focus_padding			= 0
  GtkButton::default_border			= { 2, 2, 2, 2 }
  GtkButton::default_outside_border	= { 2, 2, 2, 2 }

  GtkRange::trough_border			= 0
  GtkRange::slider_width			= 15
  GtkRange::stepper_size			= 15
  GtkPaned::handle_size				= 6
  GtkScrollbar::min_slider_length		= 30

  GtkCheckButton::indicator_size		= 17
  GtkCheckButton::indicator_spacing	= 3
  GtkMenuBar::internal_padding		= 0
  GtkOptionMenu::indicator_size		= { 23, 8 }
  GtkOptionMenu::indicator_spacing	= { 25, 0, 0, 0 }
  GtkEntry::padding = 0
  GtkStatusbar::shadow_type = GTK_SHADOW_NONE
  GtkVScale::slider_length = 16
  GtkVScale::slider_width = 19
  GtkHScale::slider_length = 17
  GtkHScale::slider_width = 19
  GtkTreeView::odd_row_color = "#e4ebf5"

 # xthickness            			= 3
  #ythickness            			= 2
    
  fg[NORMAL]			= "#000000"
  fg[PRELIGHT]			= "#000000"
  fg[ACTIVE]				= "#000000"
  fg[SELECTED]			= "#000000"
  fg[INSENSITIVE]			= "#a8a8a8"
  
  bg[NORMAL]       = "#F5F5F5"
  bg[ACTIVE]       = "#c0c0c0"
  bg[PRELIGHT]     = "#FFFFFF"
  bg[SELECTED]     = "#c4c4c4"
  bg[INSENSITIVE]  = "#f5f5f5"

  base[NORMAL]     = "#FFFFFF"
  base[ACTIVE]     = "#c0c0c0"
  base[PRELIGHT]   = "#FFFFFF"
  base[INSENSITIVE]= "#f5f5f5"
  base[SELECTED]   = "#b3b3b3"

  text[NORMAL]			= "#000000"
  text[PRELIGHT]			= "#000000"
  text[ACTIVE]			= "#000000"
  text[SELECTED]			= "#ffffff"
  text[INSENSITIVE]		= "#000000"

#app backgrouds
#  bg_pixmap[NORMAL]	= "Bgs/appbg.gif"
  #bg_pixmap[PRELIGHT]	= "Bgs/appbg.gif"
  #bg_pixmap[ACTIVE]	= "Bgs/appbg.gif"
  #bg_pixmap[SELECTED]	= "Bgs/appbg.gif"
  #bg_pixmap[INSENSITIVE]	= "Bgs/appbg.gif"

  engine "pixmap"
  {
  
    # Flat by default

#    image
#    {
#      function				= BOX
#    }

	

    # handle
    
    image
    {
      function			= HANDLE
      recolorable			= TRUE

      overlay_file		= "Handles/handle.png"
      overlay_stretch		= FALSE
      orientation			= HORIZONTAL
    }
    image
    {
      function			= HANDLE
      recolorable			= TRUE

      overlay_file		= "Handles/handle.png"
      overlay_stretch		= FALSE
      orientation			= VERTICAL
    }

    # shadow

    image
    {
      function			= SHADOW
      shadow			= IN
      recolorable			= FALSE
      file				= "Shadows/shadow-in.png"
      border			= { 2, 2, 2, 2 }
      stretch			= TRUE
    }
    image
    {
       function			= SHADOW
       shadow			= OUT
       recolorable		= TRUE
#       file				= "menubar.png"
       file				= "Shadows/shadow-out.png"
       border			= { 2, 2, 2, 2 }
       stretch			= TRUE
    }
  image
    {
       function			= SHADOW
       shadow			= NONE
       recolorable		= TRUE
       file				= "Shadows/shadow-none.png"
       border			= { 2, 2, 2, 2 }
       stretch			= TRUE
    }
    image
    {
       function			= SHADOW
       shadow			= ETCHED_IN
       recolorable		= TRUE
       file				= "Shadows/shadow-out.png"				
       border			= { 2, 2, 2, 2 }
       stretch			= TRUE
    }
    image
    {
       function			= SHADOW
       shadow			= ETCHED_OUT
       recolorable		= TRUE
       file				= "Frames/frame2.png"
       border			= { 2, 2, 2, 2 }
       stretch			= TRUE
    }
    image
    {
       function			= SHADOW_GAP
       recolorable		= TRUE
       file				= "Frames/frame1.png"
       border			= { 2, 2, 2, 2 }
       stretch			= TRUE
       gap_start_file		= "Frames/frame-gap-start.png"
       gap_start_border	= { 2, 0, 2, 0 }
       gap_end_file		= "Frames/frame-gap-end.png"
       gap_end_border	= { 0, 2, 2, 0 }
       gap_side			= TOP
    }
    image
    {
       function			= VLINE
       recolorable		= TRUE
       file				= "Lines/line-v.png"
       border			= { 1, 1, 0, 0 }
       stretch			= TRUE
    }
    image
    {
      function			= HLINE
      recolorable			= TRUE
      file				= "Lines/line-h.png"
      border			= { 0, 0, 1, 1 }
      stretch			= TRUE
    }

    # focus

    image
    {
      function			= FOCUS
      recolorable			= TRUE
      file				= "Others/focus.png"
      border			= { 6, 0, 6, 0 }
      stretch			= TRUE
    }	

    # arrows

    image
    {
      function			= ARROW
      recolorable			= TRUE
      overlay_file		= "Arrows/arrow-up.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
      arrow_direction	= UP
    }
    image
    {
      function			= ARROW
      recolorable			= TRUE
      overlay_file		= "Arrows/arrow-down.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
      arrow_direction	= DOWN
    }
    image
    {
      function			= ARROW
      recolorable			= TRUE
      overlay_file		= "Arrows/arrow-left.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
      arrow_direction	= LEFT
    }
    image
    {
      function			= ARROW
      recolorable			= TRUE
      overlay_file		= "Arrows/arrow-right.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
      arrow_direction	= RIGHT
    }
    image 
      {
        function			= BOX
	recolorable		= TRUE
	file        			= "Others/null.png"
	border      		= { 2, 2, 2, 2 }
	stretch         		= TRUE
      }
  }
}

class "GtkWidget"          style "default"


#######################################################################







############################# BUTTONS ##########################################

style "button"			= "default"
{
 # xthickness            			= 3
  #ythickness            			= 2
  engine "pixmap"
  {
    image
    {
      function			= BOX
      detail				= "buttondefault"
      recolorable			= TRUE
      file				= "Buttons/button-default.png"
      border			= { 8, 8, 8, 8 }
      stretch			= TRUE
    }
    image
    {
      function			= BOX
      state				= PRELIGHT
      recolorable			= TRUE
      file				= "Buttons/button-prelight.png"
      border			= { 8, 8, 8, 8}
      stretch			= TRUE
    }
    image
    {
      function			= BOX
      state				= ACTIVE
      file				= "Buttons/button-pressed.png"
      border			= { 8, 8, 8, 8 }
      stretch			= TRUE
    }	
    image 
   {
     function			= BOX
     state				= INSENSITIVE
     file				= "Buttons/button-insensitive.png"
     border				= { 8	, 8, 8, 8  }
     stretch			= TRUE
    }
    image 
    {
      function			= BOX
      file				= "Buttons/button-normal.png"		
      border			= { 8, 8, 8, 8 }
      stretch			= TRUE
    }	
  }
}

##########################################################################################################

#################################################################################################################

style "checkradiobutton" {
  engine "pixmap" {
    image 
	{
	function			= FLAT_BOX
	recolorable		= TRUE
	file				= "Others/highlight.png"
	border			= { 3, 3, 3, 3 }
	stretch			= TRUE
       }
    }
}

class "GtkRadioButton" style "checkradiobutton"
class "GtkCheckButton" style "checkradiobutton"


##################### FONTBOXES ######################
style "fontbox"		= "default"
{

  xthickness            			= 2
  ythickness            			= 2

engine "pixmap" {
    
 image
    {
      function			= BOX
      recolorable			= TRUE
      state				= NORMAL
      file				= "font/font-button-normal.png"
      border			= { 10, 30, 10, 10}
      stretch			= TRUE
    }   
image
    {
      function			= BOX
      recolorable			= TRUE
      state				= PRELIGHT
      file				= "font/font-button-prelight.png"
      border			= { 10, 30, 10, 10}
      stretch			= TRUE
    }
image
    {
      function			= BOX
      recolorable			= TRUE
      state				= ACTIVE
      file				= "font/font-button-prelight.png"
      border			= { 10, 30, 10, 10}
      stretch			= TRUE
    }

image
    {
      function			= BOX
      recolorable			= TRUE
      state				= INSENSITIVE
      file				= "font/font-button-insens.png"
      border			= { 10, 30, 10, 10}
      stretch			= TRUE
    }


image
    {
      function			= ARROW
      recolorable			= TRUE
      state				= NORMAL
      file				= "font/font-menu-arrow.png"
      border			= { 0, 0, 0, 0}
      stretch			= TRUE
    }
image
    {
      function			= ARROW
      recolorable			= TRUE
      state				= PRELIGHT
      file				= "font/font-menu-arrow.png"
      border			= { 0, 0, 0, 0}
      stretch			= TRUE
    }
image
    {
      function			= ARROW
      recolorable			= TRUE
      state				= ACTIVE
      file				= "font/font-menu-arrow.png"
      border			= { 0, 0, 0, 0}
      stretch			= TRUE
    }
image
    {
      function			= VLINE
      recolorable			= TRUE

      file				= "font/font-menu-arrow.png"
      border			= { 0, 0, 0, 0}
      stretch			= TRUE
    }



    }

}



##################### COMBOBOXES ######################
style "combobox"		= "default"
{

  xthickness            			= 1
  ythickness            			= 1

engine "pixmap" {
    
 image
    {
      function			= BOX
      recolorable			= TRUE
      state				= NORMAL
      file				= "combo/combo-button-normal.png"
      border			= { 11, 25, 10, 10}
      stretch			= TRUE
    }   
image
    {
      function			= BOX
      recolorable			= TRUE
      state				= PRELIGHT
      file				= "combo/combo-button-prelight.png"
      border			= { 11, 25, 10, 10}
      stretch			= TRUE
    }
image
    {
      function			= BOX
      recolorable			= TRUE
      state				= ACTIVE
      file				= "combo/combo-button-prelight.png"
      border			= { 11, 25, 10, 10}
      stretch			= TRUE
    }
image
    {
      function			= BOX
      recolorable			= TRUE
      state				= INSENSITIVE
      file				= "combo/combo-button-insens.png"
      border			= { 11, 25, 10, 10}
      stretch			= TRUE
    }
image
    {
      function			= ARROW
      recolorable			= TRUE
      state				= NORMAL
      file				= "Others/null.png"
      border			= { 0, 0, 0, 0}
      stretch			= TRUE
      overlay_file		= "combo/combo-menu-arrow.png"
      overlay_stretch		= FALSE
    }
image
    {
      function			= ARROW
      recolorable			= TRUE
      state				= PRELIGHT
       file				= "combo/null.png"
      border			= { 0, 0, 0, 0}
      stretch			= TRUE
      overlay_file		= "combo/combo-menu-arrow.png"
      overlay_stretch		= FALSE
    }
image
    {
      function			= ARROW
      recolorable			= TRUE
      state				= ACTIVE
       file				= "Others/null.png"
      border			= { 0, 0, 0, 0}
      stretch			= TRUE
      overlay_file		= "combo/combo-menu-arrow.png"
      overlay_stretch		= FALSE
    }
image
    {
      function			= VLINE
      recolorable			= TRUE

      file				= "combo/line.png"
      border			= { 0, 0, 0, 0}
      stretch			= TRUE
    }

image
    {
      function		= LINE
      recolorable     = TRUE
      file			= "Menus/menuline.png"
      border		= { 0, 0, 0, 0 }
      stretch		= TRUE
    }

    }

}
widget_class "*Combo*" style "combobox"


############################################ OPTIONMENU #############xxx

style "optionmenu"		= "default"
{

  xthickness            			= 0
  ythickness            			= 2

  engine "pixmap"
  {
    image
    {
      function			= BOX
      recolorable			= TRUE
      state				= PRELIGHT
      file				= "OptionCheck/option-button-prelight.png"
      border			= { 10, 24, 10, 10}
      stretch			= TRUE
    }
    image
    {
      function			= BOX
      recolorable			= TRUE
      state				= NORMAL
      file				= "OptionCheck/option-button-normal.png"
      border			= { 10, 24, 10, 10}
      stretch			= TRUE
    }
   image
    {
      function			= BOX
      recolorable			= TRUE
      state				= INSENSITIVE
      file				= "OptionCheck/option-button-insens.png"
      border			= { 10, 24, 10, 10}
      stretch			= TRUE
    }




    image
    {
      function			= TAB
      state				= INSENSITIVE
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option-menu-arrow.png"
      overlay_stretch		= FALSE
    }
    image
    {
      function			= TAB
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option-menu-arrow.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
  }
}

######################### RADIO ############################x
style "radiobutton"		= "default"
{
  engine "pixmap"
  {
    image
    {
      function			= OPTION
      shadow			= OUT
      state				= NORMAL
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option1.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
    image
    {
      function			= OPTION
      shadow			= IN
      state				= NORMAL
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option2.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }

 image
    {
      function			= OPTION
      shadow			= NONE
      state				= NORMAL
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option1.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }

    image
    {
      function			= OPTION
      shadow			= OUT
      state				= ACTIVE
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option1.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
    image
    {
      function			= OPTION
      shadow			= IN
      state				= ACTIVE
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option2.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }

    image
    {
      function			= OPTION
      shadow			= OUT
      state				= PRELIGHT
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option1.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
    image
    {
      function			= OPTION
      shadow			= IN
      state				= PRELIGHT
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option2.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }

    image
    {
      function			= OPTION
      shadow			= OUT
      state				= INSENSITIVE
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option1.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
    image
    {
      function			= OPTION
      shadow			= IN
      state				= INSENSITIVE
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option2.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }

   image
    {
      function			= OPTION
      state				= NORMAL
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option3.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }

   image
    {
      function			= OPTION
      state				= PRELIGHT
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option3.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }

   image
    {
      function			= OPTION
      state				= ACTIVE
      recolorable			= TRUE
      overlay_file		= "OptionCheck/option2.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }



  }
}

#################### CHECKBUTTON ##############################

style "checkbutton"		= "default"
{
  engine "pixmap"
  {
    image
    {
      function			= CHECK
      shadow			= OUT
      recolorable			= TRUE
      overlay_file		= "OptionCheck/check1.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
    image
    {
      function			= CHECK
      shadow			= IN
      recolorable			= TRUE
      overlay_file		= "OptionCheck/check2.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
  image
    {
     function			= CHECK
     shadow			= ETCHED_IN
     recolorable			= TRUE
     overlay_file		= "OptionCheck/check3.png"
     overlay_border		= { 0, 0, 0, 0 }
     overlay_stretch	= FALSE
 }
  }
}

####################### ENTRY #####################xx

style "entry"			= "default"
{

  xthickness            			= 3
  ythickness            			= 1
  
	GtkWidget::interior_focus	= 0
 #GtkEntry::shadow_type = GTK_SHADOW_NONE
  engine "pixmap"
  {
    image
    {
      function			= FOCUS
      recolorable			= TRUE
      file				= "Shadows/entry-shadow-in.png"
      border			= { 6, 6, 6, 6 }
      stretch			= TRUE
    }	
 image
    {
      function			= BOX
      recolorable			= TRUE
	shadow			= IN
      state				= NORMAL
      file				= "Shadows/entry-shadow-in.png"
      border			= { 6, 6, 6, 6 }
      stretch			= TRUE
    }	

image
    {
      function			= BOX
      recolorable			= TRUE
	shadow			= OUT
      state				= NORMAL
      file				= "Shadows/text-entry.png"
      border			= { 6, 6, 6, 6 }
      stretch			= TRUE
    }	

  image
   {
     function		= SHADOW
     detail			= "entry"
     shadow		= IN
     recolorable		= FALSE
     file			= "Shadows/text-entry.png"
     border			= { 6, 6, 6, 6 }
     stretch		= TRUE
   }

  }
}

##################### SPIN ###################x

style "spinbutton"		= "entry"
{
  engine "pixmap"
  {
    image
    {
      function			= ARROW
    }
    image
    {
      function			= BOX
      detail				= "spinbutton_up"
      recolorable			= TRUE
state					= NORMAL
      file				= "Spinbuttons/spin-up.png"
      border			= { 4, 4, 6, 6 }
      stretch			= TRUE
      overlay_file		= "Spinbuttons/spin-arrow-up.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }

  image
    {
      function			= BOX
      detail				= "spinbutton_up"
      recolorable			= TRUE
state					= PRELIGHT
      file				= "Spinbuttons/spin-up-prelight.png"
      border			= { 4, 4, 6, 6 }
      stretch			= TRUE
      overlay_file		= "Spinbuttons/spin-arrow-up.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
  image
    {
      function			= BOX
      detail				= "spinbutton_up"
      recolorable			= TRUE
state					= ACTIVE
      file				= "Spinbuttons/spin-up-active.png"
      border			= { 4, 4, 6, 6 }
      stretch			= TRUE
      overlay_file		= "Spinbuttons/spin-arrow-up.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
  image
    {
      function			= BOX
      detail				= "spinbutton_up"
      recolorable			= TRUE
state					= INSENSITIVE
      file				= "Spinbuttons/spin-up-insensitive.png"
      border			= { 4, 4, 6, 6 }
      stretch			= TRUE
      overlay_file		= "Spinbuttons/spin-arrow-up-insensitive.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    } 
    image
    {
      function			= BOX
      detail				= "spinbutton_down"
      recolorable			= TRUE
state					= NORMAL
      file				= "Spinbuttons/spin-down.png"
      border			= { 4, 4, 6, 6 }
      stretch			= TRUE
      overlay_file		= "Spinbuttons/spin-arrow-down.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
  image
    {
      function			= BOX
      detail				= "spinbutton_down"
      recolorable			= TRUE
state					= PRELIGHT
      file				= "Spinbuttons/spin-down-prelight.png"
      border			= { 4, 4, 6, 6 }
      stretch			= TRUE
      overlay_file		= "Spinbuttons/spin-arrow-down.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
 image
    {
      function			= BOX
      detail				= "spinbutton_down"
      recolorable			= TRUE
state					= ACTIVE
      file				= "Spinbuttons/spin-down-active.png"
      border			= { 4, 4, 6, 6 }
      stretch			= TRUE
      overlay_file		= "Spinbuttons/spin-arrow-down.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
 image
    {
      function			= BOX
      detail				= "spinbutton_down"
      recolorable			= TRUE
state					= INSENSITIVE
      file				= "Spinbuttons/spin-down-insensitive.png"
      border			= { 4, 4, 6, 6 }
      stretch			= TRUE
      overlay_file		= "Spinbuttons/spin-arrow-down-insensitive.png"
      overlay_border		= { 0, 0, 0, 0 }
      overlay_stretch		= FALSE
    }
  }
}


###########################################
# Scrollbars 
###########################################
#



style "scrollbar" {

 GtkRange::trough_border = 0
  GtkVScale::slider_length = 16
  GtkVScale::slider_width = 19
  GtkHScale::slider_length = 17
  GtkHScale::slider_width = 19
  GtkRange::slider_width = 15
  GtkRange::stepper_size = 15
GtkScrollbar::min_slider_length = 30


    engine "pixmap" {

        image {
            function        = BOX
            recolorable     = TRUE
            detail          = "trough"
            file            = "Scroll2/vertical_trough.png"
            border          = { 0, 0, 39, 39 }
            stretch         = TRUE
            orientation     = VERTICAL
        }
        image {
            function        = BOX
            recolorable     = TRUE
            detail          = "trough"
            file            = "Scroll2/horizontal_trough.png"
            border          = { 39, 39, 0, 0 }
            stretch         = TRUE
            orientation     = HORIZONTAL
        }
        image {
            function        = SLIDER
            recolorable     = TRUE
            state           = NORMAL
            file            = "Scroll2/scrollbar_horizontal.png"
            border          = { 11, 11, 6, 6 }
            stretch         = TRUE
            orientation     = HORIZONTAL
        }
        image {
            function        = SLIDER 
            recolorable     = TRUE
            state           = PRELIGHT
            file            = "Scroll2/scrollbar_horizontal_prelight.png"
            border          = { 11, 11, 6, 6 }
            stretch         = TRUE
            orientation     = HORIZONTAL
        }
	   image {
            function        = SLIDER 
            recolorable     = TRUE
            state           = INSENSITIVE
            file            = "Scroll2/scrollbar_horizontal_insens.png"
            border          = { 11, 11, 6, 6 }
            stretch         = TRUE
            orientation     = HORIZONTAL
        }
      

  image {
            function        = SLIDER
            recolorable     = TRUE
            state           = NORMAL
            file            = "Scroll2/scrollbar_vertical.png"
            border          = { 6, 6, 11, 11 }
            stretch         = TRUE
            orientation     = VERTICAL
        }
        image {
            function        = SLIDER 
            recolorable     = TRUE
            state           = PRELIGHT
            file            = "Scroll2/scrollbar_vertical_prelight.png"
            border          = { 6, 6, 11, 11 }
            stretch         = TRUE
            orientation     = VERTICAL
        }
	image {
            function        = SLIDER 
            recolorable     = TRUE
            state           = INSENSITIVE
            file            = "Scroll2/scrollbar_vertical_insens.png"
            border          = { 6, 6, 11, 11 }
            stretch         = TRUE
            orientation     = VERTICAL
        }
  
# innen a nyilak
      image {
            function        = BOX
            recolorable     = TRUE
            state           = NORMAL 
            file            = "Scroll2/null.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
        }
        image {
            function        = BOX
            recolorable     = TRUE
            state           = PRELIGHT
            file            = "Scroll2/null.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
	    orientation     = HORIZONTAL
        }
        image {
            function        = BOX
            recolorable     = TRUE
            state           = ACTIVE
            file            = "Scroll2/null.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
        }
  image {
            function        = BOX
            recolorable     = TRUE
            state           = INSENSITIVE
            file            = "Scroll2/null.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
        }


image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	overlay_file	= "Scroll2/scroll_arrow_up.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	overlay_file	= "Scroll2/scroll_arrow_down.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	overlay_file	= "Scroll2/scroll_arrow_left.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	overlay_file	= "Scroll2/scroll_arrow_right.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	overlay_file	= "Scroll2/scroll_arrow_up_prelight.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }

    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	overlay_file	= "Scroll2/scroll_arrow_down_prelight.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	overlay_file	= "Scroll2/scroll_arrow_left_prelight.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	overlay_file	= "Scroll2/scroll_arrow_right_prelight.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }

# itt az insensitive
 image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= INSENSITIVE
	overlay_file	= "Scroll2/scroll_arrow_up_prelight.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }

    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		=INSENSITIVE
	overlay_file	= "Scroll2/scroll_arrow_down_prelight.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= INSENSITIVE
	overlay_file	= "Scroll2/scroll_arrow_left_prelight.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= INSENSITIVE
	overlay_file	= "Scroll2/scroll_arrow_right_prelight.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }
# idáig insensitive

    image 
      {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	overlay_file	= "Scroll2/scroll_arrow_up_push.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	overlay_file	= "Scroll2/scroll_arrow_down_push.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	overlay_file	= "Scroll2/scroll_arrow_left_push.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	overlay_file	= "Scroll2/scroll_arrow_right_push.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }    

}
}





###################### PROGRESSBAR ###########################################x

style "progressbar"		= "default"
{

xthickness = 1
  ythickness = 1
  engine "pixmap" 
  {
    image
    {
      function			= BOX
      detail				= "trough"
      recolorable			= TRUE
      file				= "Progress/trough-progressbar.png"
      border			= { 2, 2, 2, 2 }
      stretch			= TRUE
      orientation		= HORIZONTAL
    }
    image
    {
      function			= BOX
      detail				= "bar"
      recolorable			= FALSE
      file				= "Progress/progressbar.png"
      border			= { 2, 2, 2, 2 }
      stretch			= TRUE
      orientation		= HORIZONTAL
    } 

 image
    {
      function			= BOX
      detail				= "trough"
      recolorable			= TRUE
      file				= "Progress/trough-progressbar-vert.png"
      border			= { 2, 2, 2, 2 }
      stretch			= TRUE
      orientation		= VERTICAL
    }
    image
    {
      function			= BOX
      detail				= "bar"
      recolorable			= FALSE
      file				= "Progress/progressbar-vert.png"
      border			= { 2, 2, 2, 2 }
      stretch			= TRUE
      orientation		= VERTICAL
    } 

  }
}

#############################x RANGE ##############################x

style "range"			= "default"
{	
  engine "pixmap" 
  {
    image 
    {
      function			= BOX
      recolorable			= TRUE
      state           		= NORMAL
      detail				= "trough"
      file				= "Sliders/trough-range-horiz.png"
      border			= { 7, 7, 0, 0 }
      stretch			= TRUE
      orientation			= HORIZONTAL
    }	

   image 
    {
      function			= BOX
      recolorable			= TRUE
      state           		= SELECTED
      detail				= "trough"
      file				= "Sliders/trough-range-horiz.png"
      border			= { 7, 7, 0, 0 }
      stretch			= TRUE
      orientation			= HORIZONTAL
    }	


    image 
    {
      function			= BOX
      recolorable			= TRUE
      state           		= PRELIGHT
      detail				= "trough"
      file				= "Sliders/trough-range-horiz.png"
      border			= { 7, 7, 0, 0 }
      stretch			= TRUE
      orientation			= HORIZONTAL
    }	

  image 
    {
      function			= BOX
      recolorable			= TRUE
      state           		= INSENSITIVE
      detail				= "trough"
      file				= "Sliders/trough-range-horiz-insensitive.png"
      border			= { 7, 7, 0, 0 }
      stretch			= TRUE
      orientation			= HORIZONTAL
    }	

   image 
    {
      function			= BOX
      recolorable			= TRUE
      state           		= ACTIVE
      detail				= "trough"
      file				= "Sliders/trough-range-horiz.png"
      border			= { 7, 7, 0, 0 }
      stretch			= TRUE
      orientation			= HORIZONTAL
    }	


    image 
    {
      function			= BOX
      recolorable			= TRUE
      state           		= NORMAL
      detail				= "trough"
      file				= "Sliders/trough-range-vert.png"
      border			= { 0, 0, 7, 7 }
      stretch			= TRUE
      orientation			= VERTICAL
    }

    image 
    {
      function			= BOX
      recolorable			= TRUE
      state           		= SELECTED
      detail				= "trough"
      file				= "Sliders/trough-range-vert.png"
      border			= { 0, 0, 7, 7 }
      stretch			= TRUE
      orientation			= VERTICAL
    }

    image 
    {
      function			= BOX
      recolorable			= TRUE
      state           		= PRELIGHT
      detail				= "trough"
      file				= "Sliders/trough-range-vert.png"
      border			= { 0, 0, 7, 7 }
      stretch			= TRUE
      orientation			= VERTICAL
    }

  image 
    {
      function			= BOX
      recolorable			= TRUE
      state           		= ACTIVE
      detail				= "trough"
      file				= "Sliders/trough-range-vert.png"
      border			= { 0, 0, 7, 7 }
      stretch			= TRUE
      orientation			= VERTICAL
    }

    image 
    {
      function			= BOX
      recolorable			= TRUE
      state           		= INSENSITIVE
      detail				= "trough"
      file				= "Sliders/trough-range-vert-insensitive.png"
      border			= { 0, 0, 7, 7 }
      stretch			= TRUE
      orientation			= VERTICAL
    }

    image 
    {
      function			= SLIDER
      recolorable			= TRUE
      state           		= NORMAL
      file				= "Sliders/slider.png"
      border			= { 4, 4, 4, 4 }
      stretch			= TRUE
      overlay_file		= "Sliders/thumb-grip-h.png"
      overlay_stretch		= FALSE
      orientation			= HORIZONTAL
    }
    image 
    {
      function			= SLIDER
      recolorable			= TRUE
     state           		= PRELIGHT
      file				= "Sliders/slider.png"
      border			= { 4, 4, 4, 4 }
      stretch			= TRUE
      overlay_file		= "Sliders/thumb-grip-h-prelight.png"
      overlay_stretch		= FALSE
      orientation			= HORIZONTAL
    }
    image 
    {
      function			= SLIDER
      recolorable			= TRUE
      state           		= INSENSITIVE
      file				= "Sliders/slider.png"
      border			= { 4, 4, 4, 4 }
      stretch			= TRUE
      overlay_file		= "Sliders/thumb-grip-h-insens.png"
      overlay_stretch		= FALSE
      orientation			= HORIZONTAL
    }
    image 
    {
      function			= SLIDER
      recolorable			= TRUE
      state           		= NORMAL
      file				= "Sliders/slider.png"
      border			= { 4, 4, 4, 4 }
      stretch			= TRUE
      overlay_file		= "Sliders/thumb-grip-v.png"
      overlay_stretch		= FALSE
      orientation			= VERTICAL
    }
    image 
    {
      function			= SLIDER
      recolorable			= TRUE
     state           		= PRELIGHT
      file				= "Sliders/slider-prelight.png"
      border			= { 4, 4, 4, 4 }
      stretch			= TRUE
      overlay_file		= "Sliders/thumb-grip-v-prelight.png"
      overlay_stretch		= FALSE
      orientation			= VERTICAL
    }
    image 
    {
      function			= SLIDER
      recolorable			= TRUE
      state           		= INSENSITIVE
      file				= "Sliders/slider.png"
      border			= { 4, 4, 4, 4 }
      stretch			= TRUE
      overlay_file		= "Sliders/thumb-grip-v-insens.png"
      overlay_stretch		= FALSE
      orientation			= VERTICAL
    }
  }
}

############################ MENUBAR ##########################x

style "menubar"		= "default"
{
 xthickness            			= 1
  ythickness            			= 1
	engine "pixmap"
	{
		image
		{
			function	= BOX
			file		= "Menubar/menubar.png"
			border	= { 1, 1, 1, 1 }
			stretch	= TRUE
    		}
 	}
}

########################## MENUITEM #############################x

style "menuitem"		= "default"
{
  xthickness			= 2
  engine "pixmap"
  {
    image
    {
      function			= BOX
      recolorable			= TRUE
      file				= "Menus/menuitem.gif"
      border			= { 2, 2, 2, 2 }
      stretch			= FALSE
    }
    image
    {
      function			= ARROW
      recolorable			= TRUE
      state				= NORMAL
      overlay_file		= "Arrows/arrow-right.png"
      overlay_stretch		= FALSE
      arrow_direction	= RIGHT
    }

    image
    {
      function			= ARROW
      recolorable			= TRUE
      state				= PRELIGHT
      overlay_file		= "Arrows/arrow-right-prelight.png"
      overlay_stretch		= FALSE
      arrow_direction	= RIGHT
    }

	    image
    {
      function			= ARROW
      recolorable			= TRUE
      state				= ACTIVE
      overlay_file		= "Arrows/arrow-right-prelight.png"
      overlay_stretch		= FALSE
      arrow_direction	= RIGHT
    }

image
    {
      function		= HLINE
      recolorable     = TRUE
      file			= "Menus/menuline.png"
      border		= { 0, 0, 0, 0 }
      stretch		= TRUE
    }

  }
}

#################### TEAROFFMENU ######################

style "tearoffmenuitem"	= "menuitem"
{
  engine "pixmap"
  {
    image
    {
      function			= ARROW
      file				= "Arrows/arrow-left.png"
      stretch			= TRUE
      arrow_direction	= LEFT
    }
#    image
#    {
#      function		= HLINE
#      file			= "cuthere.png"
#      border		= { 0, 0, 0, 0 }
#      stretch		= TRUE
#    }
  }
}


###################### TABS ###########################

style "notebook"		= "default"
{

 xthickness            			= 2
  ythickness            			= 4
  engine "pixmap" 
    {
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE
	state			= ACTIVE
	file				= "Tabs2/tab-bottom.png"
	border			= { 9, 9, 9, 9}
	stretch			= TRUE
	gap_side			= TOP
      }
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE
	state			= ACTIVE
	file				= "Tabs2/tab-top.png"
	border			= {  9, 9, 9, 9}
	stretch			= TRUE
	gap_side			= BOTTOM
      }
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE
	state			= ACTIVE
	file				= "Tabs2/tab-left.png"
	border			= {  9, 9, 9, 9}
	stretch			= TRUE
	gap_side			= RIGHT
      }
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE
	state			= ACTIVE
	file				= "Tabs2/tab-right.png"
	border			= { 9, 9, 9, 9}
	stretch			= TRUE
	gap_side			= LEFT
      }	
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE

	file				= "Tabs2/tab-top-active.png"
	border			= { 9, 9, 12, 9}
	stretch			= TRUE
	gap_side			= BOTTOM
      }
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE

	file				= "Tabs2/tab-bottom-active.png"
	border			= { 9, 9, 9, 12}
	stretch			= TRUE
	gap_side			= TOP
      }
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE

	file				= "Tabs2/tab-left-active.png"
	border			= {  12, 9, 9, 9}
	stretch			= TRUE
	gap_side			= RIGHT
      }
    image 
      {
        function			= EXTENSION
	recolorable		= TRUE

	file				= "Tabs2/tab-right-active.png"
	border			= {  9, 12, 9, 9}
	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				= "Tabs2/notebook.png" 
	border			= { 10, 10, 10, 10 }
	stretch			= TRUE
	gap_file			= "Others/null.png"
	gap_border     	= { 1, 0, 2, 0 }
	gap_start_file		= "Others/null.png"
	gap_start_border	= { 2, 0, 0, 0 }
	gap_end_file		= "Others/null.png"
	gap_end_border	= { 0, 2, 0, 0 }
	gap_side			= TOP
      }
    image 
      {
        function			= BOX_GAP
	recolorable		= TRUE
	file				= "Tabs2/notebook.png"
	border			= { 10, 10, 10, 10 }
	stretch			= TRUE
	gap_file			= "Others/null.png"
	gap_border		= { 10, 10,5, 5 }
	gap_start_file		= "Others/null.png"
	gap_start_border	= { 10, 10, 5, 5 }
	gap_end_file		= "Others/null.png"
	gap_end_border	= { 10, 10, 5, 5 }
	gap_side			= BOTTOM
      }
    image 
      {
        function			= BOX_GAP
	recolorable		= TRUE
	file				= "Tabs2/notebook.png"
	border			= { 10, 10, 10, 10 }
	stretch			= TRUE
	gap_file			= "Others/null.png"
	gap_border		= { 0, 1, 0, 0 }
	gap_start_file		= "Others/null.png"
	gap_start_border	= { 0, 0, 2, 0 }
	gap_end_file		= "Others/null.png"
	gap_end_border	= { 0, 2, 1, 0 }
	gap_side			= LEFT
      }
    image 
      {
        function			= BOX_GAP
	recolorable		= TRUE
	file				= "Tabs2/notebook.png" 
	border			= { 10, 10, 10, 10 }
	stretch			= TRUE
	gap_file			= "Others/null.png"
	gap_border		= { 0, 0, 1, 0 }
	gap_start_file		= "Others/null.png"
	gap_start_border	= { 2, 0, 2, 0 }
	gap_end_file		= "Others/null.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				= "Tabs2/notebook.png"
	border			= { 9, 9, 9, 9 }
	stretch			= TRUE
	#gap_side			= TOP
      }
  }
}


###################### TREE ###########################

style "treeview"		= "default"
{	
  engine "pixmap"
  {
    # don't draw the focus around listitems
    image
    {
      function			= FOCUS
    }
  }
}


style "textview"		= "default"
{
  bg[NORMAL]		= "#ffffff"

  engine "pixmap"
  {
    # don't draw focus around textview
    image
    {
      function			= FOCUS
    }
  }
}



style "tooltips"		= "default"
{
  bg[NORMAL]		= "#fffcdb"
  #bg_pixmap[NORMAL]	= "Tooltips/tooltips.png"
  #bg_pixmap[PRELIGHT]	= "Tooltips/tooltips.png"

engine "pixmap" {
    image 
      {
        function			= FLAT_BOX
	recolorable		= TRUE
	
	file				= "Tooltips/tooltips.png"
	border			= { 2, 2, 2, 2 }
	stretch			= TRUE
      }
}

}


style "ruler"			= "default"
{
  engine "pixmap" {
    image 
      {
        function			= BOX
	recolorable		= TRUE
	detail			= "vruler"
	file				= "Others/ruler.png"
	border			= { 2, 2, 2, 2 }
	stretch			= TRUE
      }
    image 
      {
        function			= BOX
	recolorable		= TRUE
	detail			= "hruler"
	file				= "Others/ruler.png"
	border			= { 2, 2, 2, 2 }
	stretch			= TRUE
      }
  }
}


style "handlebox"		= "default"
{
  engine "pixmap"
  {
    image
    {
      #function		= SHADOW
    }

    image
    {
      function			= HANDLE
      recolorable			= TRUE
      shadow			= IN
      overlay_file		= "Handles/handle.png"
      overlay_stretch		= FALSE
      orientation			= VERTICAL
    }
    image
    {
      function			= HANDLE
      shadow			= IN
      overlay_file		= "Handles/handle.png"
      overlay_stretch 	= FALSE
      orientation			= HORIZONTAL
    }
  }
}


style "flat" 		= "default"
{
  engine "pixmap"
  {
    image
    {
      function		= SHADOW
    }
  }
}

#############################x LAYOUT ####################xx

style "layout"		= "default"
{
#xthickness            			= 15
 #ythickness            			= 1
  engine "pixmap"
  {
   image
   {
     function		= SHADOW
     detail			= "entry"
     shadow		= IN
     recolorable		= FALSE
     file			= "Shadows/shadow-in.png"
     border			= { 2, 2, 2, 2 }
     stretch		= TRUE
   }
    image
    {
      function		= BOX
      detail			= "button"
      state			= NORMAL
      file			= "Buttons/button-normal.png"
      recolorable		= TRUE
      border		= { 12,12,12,12}
      stretch		= TRUE
    }
  }
}

########################  LIst ###########################

style "list-header"
{
   #Comment out the ythickness setting below for thicker column headers.
   #ythickness = 0
   GtkTreeView::odd_row_color = "#f5f5f5"
   GtkTreeView::even_row_color = "#ffffff"

   engine "pixmap" 
	{

	#This image is used to draw the headers of columns in list views when they are
	#not selected.
    	image
      		{
        		function        	= BOX
			recolorable    = TRUE
			shadow          = OUT
			file            	= "Listheaders/list-header.png"
			border          	= { 2, 2, 2, 2 }
			stretch         	= TRUE
      		}

	#This image is used to draw the column headers in list views when they are
	#clicked.
    	image
      		{
        		function        	= BOX
			recolorable    = TRUE
			shadow          = IN
			file            	= "Listheaders/list-header-pressed.png"
			border          	= { 1,1,1,1 }
			stretch         	= TRUE
      		}

	#Does this do anything?
	image
      		{
        		function        	= BOX
			recolorable   	= TRUE
			shadow	    	= OUT
			state		= PRELIGHT
			file			= "Listheaders/list-header-pressed.png"
			border          	= { 1,1,1,1 }
			stretch         	= TRUE
      		}
  	}
    	
}

widget_class "*List" style "list-header"
widget_class "*Tree*" style "list-header"
#widget_class "GtkCList" style "list-header"

# This prevents Sodipodi from crashing while opening the
# Object-Style dialog.


style "unstyle"
{
  engine ""
  {
  }
}

# recognizable pressed toggle buttons
# SPIcons seem to erase the background first. That's why I can't use
# the button style.


style "SPbutton"
{
  engine "pixmap"
  {
    image
    {
      function		= BOX
      shadow		= IN
      recolorable		= TRUE
      file			= "Shadows/shadow-out.png"
      border		= { 2, 2, 2, 2 }
      stretch		= TRUE
    }
    image
    {
      function		= BOX
    }
  }
}



class "GtkButton"          			style "button"
class "GtkRadioButton"     		style "radiobutton"
class "GtkRadioMenuItem"    	style "radiobutton"
class "GtkCheckButton"     		style "checkbutton"
class "GtkCheckMenuItem"   		style "checkbutton"
#class "GtkOptionMenu"      		style "optionmenu"

class "GtkOptionMenu"      		style "optionmenu"
class "GtkCombo*"      		style "combobox"
class "*Font*"      		style "fontbox"

class "GtkEntry"           			style "entry"
class "GtkOldEditable" 			style "entry"
class "GtkSpinButton"   	 		style "spinbutton"
class "GtkRuler"           			style "ruler"
class "GtkScrollbar"       			style "scrollbar"
class "GtkProgressBar"     			style "progressbar"
class "GtkRange"         			style "range"
class "GtkMenu"       				style "menu"
class "GtkMenuBar" 		        	style "menubar"
class "GtkItem"           			style "menuitem"
class "GtkTearoffMenuItem"		style "tearoffmenuitem"
class "GtkNotebook"      			style "notebook"
class "GtkTextView"     			style "textview"
class "GtkTreeView"    			style "treeview"
#class "GtkToolbar"       			style "toolbar"					
class "GtkHandleBox"    			style "handlebox"

class "GtkEventBox"    			style "flat"
class "GtkPaned"       				style "handlebox"
#class "GtkLayout"     				style "layout"
class "SPButton"         			style "SPbutton"
widget "gtk-tooltips"  			style "tooltips"

# prevent Sodipodi from crashing
class "SPColorSlider" 			style "unstyle"
