style "player_default"
{
  font = "-*-helvetica-medium-r-normal--10-*-*-*-*-*-*-*"
  fg[NORMAL]      = "#000000"
  fg[PRELIGHT]    = "#000000"
  fg[ACTIVE]      = "#000000"
  fg[SELECTED]    = "#000000"
  fg[INSENSITIVE] = "#888888"  
  bg[NORMAL]      = "#d9d9d9"
  bg[PRELIGHT]    = "#d9d9d9"
  bg[ACTIVE]      = "#d9d9d9"
  bg[SELECTED]    = "#d9d9d9"
  bg[INSENSITIVE] = "#d9d9d9"
  base[NORMAL]    = "#ffffff"

  engine "pixmap" {
#
# ط
#
    image
      {
	function	= FLAT_BOX
	recolorable	= TRUE
	detail		= "base"
	file		= "window_bg.png"
	stretch		= TRUE
      }
#
# ʿС(饤)
#
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	state           = PRELIGHT
	file            = "scrollbar_horiz.png"
	border          = { 13, 12, 2, 2 }
	stretch         = TRUE
	overlay_file    = "scrollbar_thumb.png"
	overlay_border  = { 1, 1, 1, 1 }
	overlay_stretch = FALSE
	orientation     = HORIZONTAL
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	state           = NORMAL
	file            = "scrollbar_horiz.png"
	border          = { 13, 12, 2, 2 }
	stretch         = TRUE
	overlay_file    = "scrollbar_thumb.png"
	overlay_border  = { 1, 1, 1, 1 }
	overlay_stretch = FALSE
	orientation     = HORIZONTAL
      }
#
# ʿС(ط)
#
    image
      {
        function        = BOX
        recolorable     = TRUE
        detail          = "trough"
        file            = "trough-horiz.png"
        border          = { 0, 0, 2, 1 }
        stretch         = FALSE
	overlay_file    = "box_grey.png"
	overlay_border  = { 2, 2, 2, 2 }
	overlay_stretch = TRUE
        orientation     = HORIZONTAL
      } 
#
# 
#
    image 
      {
        function        = ARROW
	recolorable     = TRUE
	state           = NORMAL
	file            = "arrow_up1.png"
	stretch         = TRUE
	arrow_direction = UP
      }
    image 
      {
        function        = ARROW
	recolorable     = TRUE
	state           = PRELIGHT
	file            = "arrow_up2.png"
	stretch         = TRUE
	arrow_direction = UP
      }
    image 
      {
        function        = ARROW
	recolorable     = TRUE
        shadow          = IN
	file            = "arrow_up3.png"
	stretch         = TRUE
	arrow_direction = UP
      }

    image 
      {
        function        = ARROW
	recolorable     = TRUE
	state           = NORMAL
	file            = "arrow_down1.png"
	stretch         = TRUE
	arrow_direction = DOWN
      }
    image 
      {
        function        = ARROW
	recolorable     = TRUE
	state           = PRELIGHT
	file            = "arrow_down2.png"
	stretch         = TRUE
	arrow_direction = DOWN
      }
    image 
      {
        function        = ARROW
	recolorable     = TRUE
        shadow          = IN
	file            = "arrow_down3.png"
	stretch         = TRUE
	arrow_direction = DOWN
      }

    image 
      {
        function        = ARROW
	recolorable     = TRUE
	state           = NORMAL
	file            = "arrow_left1.png"
	stretch         = TRUE
	arrow_direction = LEFT
      }
    image 
      {
        function        = ARROW
	recolorable     = TRUE
	state           = PRELIGHT
	file            = "arrow_left2.png"
	stretch         = TRUE
	arrow_direction = LEFT
      }
    image 
      {
        function        = ARROW
	recolorable     = TRUE
        shadow          = IN
	file            = "arrow_left3.png"
	stretch         = TRUE
	arrow_direction = LEFT
      }

    image 
      {
        function        = ARROW
	recolorable     = TRUE
	state           = NORMAL
	file            = "arrow_right1.png"
	stretch         = TRUE
	arrow_direction = RIGHT
      }
    image 
      {
        function        = ARROW
	recolorable     = TRUE
	state           = PRELIGHT
	file            = "arrow_right2.png"
	stretch         = TRUE
	arrow_direction = RIGHT
      }
    image 
      {
        function        = ARROW
	recolorable     = TRUE
        shadow          = IN
	file            = "arrow_right3.png"
	stretch         = TRUE
	arrow_direction = RIGHT
      }

#
# ȥꥦåȤط
#
    image 
      {
	function        = FLAT_BOX
	recolorable     = TRUE
	state           = INSENSITIVE
        detail          = "entry_bg"
	file            = "entry.png"
	border		= { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
	function        = FLAT_BOX
	recolorable     = TRUE
        detail          = "entry_bg"
	file            = "entry.png"
	border		= { 2, 2, 2, 2 }
	stretch         = TRUE
      }
   }
}
widget "player widget.*GtkSpinButton*" style "player_default"
widget "player widget.*Gtk*Scrollbar*" style "player_default"
widget "player widget" style "player_default"
