style "checkbutton"	= "default"
{
  engine "pixmap" 
    {
	#This is the image used to draw an unchecked box.
        image 
	{
            function        		= CHECK
            recolorable     		= TRUE
            state 				= NORMAL
            shadow          		= OUT
            overlay_file    		= "Images/Check-Radio/check1.gif"
            overlay_stretch 	= FALSE
        }
 image 
	{
            function        		= CHECK
            recolorable     		= TRUE
            state 				= PRELIGHT
            shadow          		= OUT
            overlay_file    		= "Images/Check-Radio/check1.gif"
            overlay_stretch 	= FALSE
        }
 image 
	{
            function        		= CHECK
            recolorable     		= TRUE
            state 				= ACTIVE
            shadow          		= OUT
            overlay_file    		= "Images/Check-Radio/check1.gif"
            overlay_stretch 	= FALSE
        }
 image 
	{
            function        		= CHECK
            recolorable     		= TRUE
            state 				= INSENSITIVE
            shadow          		= OUT
            overlay_file    		= "Images/Check-Radio/check1.gif"
            overlay_stretch 	= FALSE
        }

	#This is the image used to draw a selected (checked) box.

        image 
	{
            function        		= CHECK
            recolorable     		= TRUE
	    	  state 				= NORMAL
            shadow          		= IN
            overlay_file    		= "Images/Check-Radio/check2.gif"
            overlay_stretch 	= FALSE
        }
  image 
	{
            function        		= CHECK
            recolorable     		= TRUE
	    	  state 				= PRELIGHT
            shadow          		= IN
            overlay_file    		= "Images/Check-Radio/check4.gif"
            overlay_stretch 	= FALSE
        }
 image 
	{
            function        		= CHECK
            recolorable     		= TRUE
	    	  state 				= ACTIVE
            shadow          		= IN
            overlay_file    		= "Images/Check-Radio/check4.gif"
            overlay_stretch 	= FALSE
        }
     image 
	{
            function        		= CHECK
            recolorable     		= TRUE
	    	  state 				= INSENSITIVE
            shadow          		= IN
            overlay_file   		= "Images/Check-Radio/check1.gif"
            overlay_stretch 	= FALSE
        }

	#Use this image to draw the highlight when a line with a check box
	#is moused over.

	image 
	{
          function        	= FLAT_BOX
          recolorable     	= TRUE
     	stretch			= TRUE
          file            		= "Images/Check-Radio/checklight.gif"
          border          	= { 2, 2, 2, 2 }
        }
    }
}
