style "list-header"
{
	xthickness = 0
	ythickness = 0


	GtkTreeView::odd_row_color  = "#fcfcfc" #"#eef2f7"
	GtkTreeView::even_row_color = "#fcfcfc" #"#fff"

   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
			state				= NORMAL
			file            		= "ListHeaders/list_header.png"
			border          	= { 6, 6, 6, 6 }
			stretch         	= TRUE
      		}

	#This image is used to draw the column headers in list views when they are
	#clicked.
    	image
      		{
        		function        	= BOX
			recolorable    	= TRUE
			state				= PRELIGHT
			file            		= "ListHeaders/list_header-prelight.png"
			border          	= { 23, 23, 6, 6 }
			stretch         	= TRUE
      		}

	image
      		{
        		function        	= BOX
			recolorable    	= TRUE
			state				= ACTIVE
			file					= "ListHeaders/list_header-pressed.png"
			border          	= { 23, 23, 6, 6 }
			stretch         	= TRUE
      		}
	image
      		{
        		function        	= BOX
			recolorable    	= TRUE
			state				= SELECTED
			file					= "ListHeaders/list_header-prelight.png"
			border          	= { 6, 6, 6, 6 }
			stretch         	= TRUE
      		}
	image
      		{
        		function        	= BOX
			recolorable    	= TRUE
			state				= INSENSITIVE
			file					= "ListHeaders/list_header-insens.png"
			border          	= { 6, 6, 6, 6 }
			stretch         	= TRUE
      	}


       image
                {
      			function			= FOCUS
      			recolorable		= TRUE
      			file            	= "ListHeaders/list_header-focus.png"
      			border          	= { 23, 23, 6, 6 }
      			stretch			= TRUE
    		}	

  }

}
