.CutTreeNode
{
	background-color: silver;
	color: white;
	cursor: default;
	font-family: tahoma; 
	font-size: 11px;	
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
}

.GrayedTreeNode 
{
	color: gray; 
	cursor: default;
	font-family: tahoma; 
	font-size: 11px;	
	padding-bottom: 1px;
	padding-left: 3px; 
	padding-right: 3px;
	padding-top:2px;
}

.HoverTreeNode 
{
	cursor: default;
	font-family: tahoma; 
	font-size: 11px;	
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px; 
	padding-right: 3px;
	text-decoration: underline;	 
}

.Margin
{
	background-color: #E6E6F0;
}

.MultipleSelectedTreeNode
{
	background-color: gray; 
	color: white;
	cursor: default;
	font-family: tahoma; 
	font-size: 11px;	
	padding-bottom: 1px;
	padding-left: 3px; 
	padding-right: 3px;
	padding-top: 2px;	 
}

.NodeEdit 
{
	border: 1px gray solid;
	font-family: tahoma; 
	font-size: 11px;
}

.SelectedTreeNode 
{
	background-color: gray;
	border: 1px solid #3F3F3F; 
	color: white;
	cursor: default;
	font-family: tahoma; 
	font-size: 11px;	
	padding-bottom: 0px;
	padding-left: 2px; 
	padding-right: 2px; 
	padding-top: 1px;	
}

.TreeNode 
{ 
	font-family: tahoma; 
	font-size: 11px;	
	padding-bottom:1px;
	padding-left: 3px; 
	padding-right: 3px;
	padding-top: 2px;
}

.TreeView 
{ 
	border: #57566F 1px solid; 
	cursor: default;	 
	padding-left: 1px;
	padding-top: 4px;	
}

.TreeViewHeader
{
	background-color: #737294;
	border: #57566F 1px solid; 
	border-bottom-width: 0px;
	color: #FFFFFF;
	cursor: default;
	font-family: tahoma; 
	font-size: 11px;
	font-weight: bold; 
	padding: 5px;	 
}

.TreeViewMargin
{ 
	background-color: #FFFFFF;
	border: #57566F 1px solid; 
	cursor: default;	
	padding-left: 1px;
	padding-top: 4px;	
}
