#####################################################################
#LISTS
#####################################################################

style "list"
{
#	GtkTreeView::even_row_color				= "#00FF00"
	GtkList::odd_row_color					= "#F4ff00
	GtkCList::odd_row_color					= "#F4ff00"
	GtkTreeView::odd_row_color				= "#F4F4F4"
	
	GtkWidget::focus-line-width				= 1
				
	engine "experience"
	{	
		group "listitem_hover_focus"
		{
			function						= FOCUS
			
			fill 11 {	color				= base[selected]
						height				= 1 px
						ypos				= 1 }
			fill 12 {	color				= base[selected]
						height				= 1 px
						ypos				= -1}
		}
		
		group "listitem_focus" = "listitem_selected"
		{	
			property "has-focus"			= TRUE
			fill 1 {	 opacity			= 0.7}
		}
		
		group "listitem_selected"
		{
			function						= FLAT_BOX
			state							= SELECTED
			
			fill 1 {	color				= base[selected]
						opacity				= 0.4 }
			fill 11 {	color				= base[selected]
						height				= 1 px
						ypos				= 1 }
			fill 12 {	color				= base[selected]
						height				= 1 px
						ypos				= -1}
		}

	}
}


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

style "ListHeader"
{
	GtkWidget::focus-line-width				= 0
	
	engine "experience"
	{
		group "listheader_focuskiller" = "focuskiller"

		group "listheader_focus" = "listheader_prelight"
		{
			state						= NORMAL
			property "has-focus"					= TRUE
			
			image 50 {	recolor "#ff0000"	= base[SELECTED]
						saturation		= 0.8
						brightness		= -0.05}
			fill 60 {	color			= base[SELECTED]
						brightness		= 0.2
						saturation		= 0.8 }
		}
		
		group "listheader_normal" = "shadow_out_horizontal"
		{
			function						= BOX
			state						= NORMAL, INSENSITIVE
			
			fill 0 {		color			= bg[NORMAL] }
			
			image 5 {		file				= "images/statusbar.png"
						recolor "#ff0000"	= "#ffffff"
						opacity			= 0.2
						mirror			= VERTICAL
						width			= 1 px
						padding			= { 0, 0, 0, 3 }
						repeat			= {0, 0, 1, 1 } }
			
			image 100 {	file				= "images/seperationline.png"
						recolor "#ff0000"	= bg[NORMAL]
						brightness		= -0.17
						border			= { 0, 0, 1, 0 }
						padding			= { 0, 0, 3, 4 }
						interpolation_type	= NEAREST
						mirror			= HORIZONTAL
						rotate			= CCW
						width			= 1 is
						xpos			= 1 ws} 
						
			image 101 {	file				= "images/seperationline.png"
						interpolation_type	= NEAREST
						recolor "#ff0000"	= bg[NORMAL]
						brightness		= 0.2
						border			= { 0, 0, 0, 1 }
						padding			= { 0, 0, 4, 3 }
						mirror			= HORIZONTAL
						rotate			= CW
						width			= 1 is
						xpos			= 1 ws}
		}
		
		
		group "listheader_prelight" = "listheader_normal"
		{
			state						= PRELIGHT
			
			image 50 {	file				= "images/listheader_focus.png"
						recolor "#ff0000"	= "#ffa000"
						brightness		= -0.07
						border			= { 2, 2, 0, 0 }
						padding			= { 0, 2, 0, 0}
						height			= 1 is
						ypos			= 1 ws
						interpolation_type	= NEAREST }
			fill 60 {	color			= "#ffa000"
						brightness		=  0.1
						padding			= { 0, 2, 0, 1}
						height			= 1 px
						width			= 1 ws
						ypos			= 1 ws }
		}
		



		group "listheader_active" = "listheader_prelight"
		{
			state						= ACTIVE
			shadow						= IN
			
			image 5 {		recolor "#ff0000"	= bg[NORMAL]		
						brightness		= -0.2
						padding			= { 0, 0, 0, 2 }}
			
			image 11 {	dont_draw		= TRUE }	
			
			image 50 {	mirror			= VERTICAL
						brightness		= -0.03 }
			fill 60 {	brightness		= - 0.13 }
		}

	}
}
