	.x-tree-node-leaf .x-tree-node-icon	
	{
		display: none !important;
	}

	.x-tree-node-icon .x-tree-node-inline-icon
	{
		display: none !important;
	}

	.x-tree-node-expanded .x-tree-node-icon
	{
		display: none !important;
	}

	.x-tree-node-icon {
		display: none !important;
	}	
	
	.x-field-copy_btn
        {
		background-color:transparent;
		background:url("../Resources/images/application/cpy_ic.png") !important;
		background-repeat:no-repeat;
		padding:0 !important;
		width:18px !important;
		height:18px !important;
		color: transparent !important;                
    }
	.x-field-createbut
	{
		background-color:transparent;
		background:url("../Resources/images/application/create_bt.png") !important;
		background-repeat:no-repeat;
		padding:0 !important;
		width:73px !important;
		height:25px !important;
		color: transparent !important;                
	}
	.x-field-updatebut
	{
		background-color:transparent;
		background:url("../Resources/images/application/update_bt.png") !important;
		background-repeat:no-repeat;
		padding:0 !important;
		width:63px !important;
		height:25px !important;
		color: transparent !important;                
	}
	.x-field-srch
	{
		background-color:transparent;
		background:url("../Resources/images/application/search_bt.png") !important;
		background-repeat:no-repeat;
		padding:0 !important;
		width:63px !important;
		height:25px !important;
		color: transparent !important;                
	}
	
	.x-field-task_list
	{
		background-color:transparent;
		background:url("../Resources/images/application/tasklist_on.png") !important;
		background-repeat:no-repeat;
		padding:0 !important;
		width:100px !important;
		height:25px !important;
		color: transparent !important;                
	}	
	
	.x-btn-pressed .x-field-task_list
	{
		background-color:transparent;
		background-image:url("../Resources/images/application/tas_off.png") !important;
		background-repeat:no-repeat;                 
		padding:0 !important;
		width:100px !important;
		height:25px !important;
		color: transparent !important;         
	}
	
	.x-field-additional
	{
		background-color:transparent;
		background:url("../Resources/images/application/additional_on.png") !important;
		background-repeat:no-repeat;
		padding:0 !important;
		width:154px!important;
		height:25px !important;
		color: transparent !important;                
	}	
	
	.x-btn-pressed .x-field-additional
	{
		background-color:transparent;
		background-image:url("../Resources/images/application/add_off.png") !important;
		background-repeat:no-repeat;                 
		padding:0 !important;
		width:154px !important;
		height:25px !important;
		color: transparent !important;         
	}		
	
	

