.TreeNode 
{ 
	font-family: 宋体,SimSun,tahoma,sans-serif;
	font-size: 9pt; 
	color: #686868;	
	padding-left: 3px;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

.TreeNodeOver 
{	
	font-family: 宋体,SimSun,tahoma,sans-serif;
	font-size: 9pt;
	color: #686868;
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;	
}

.TreeNodeSelect 
{ 
	font-family: 宋体,SimSun,tahoma,sans-serif;
	font-weight:bold;
	font-size: 9pt; 
	color: #686868; 
	cursor: pointer;
	cursor: hand;
	margin-left: 3px;
}

.TreeNodeDisabled
{ 
	font-family: 宋体,SimSun,tahoma,sans-serif;
	font-size: 9pt; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}

.TreeNodeEdit 
{
  border:1px gray solid;
  font-family: 宋体,SimSun,tahoma,sans-serif;
  font-size: 9pt;
  margin-left: 4px;  
}