.TreeView
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 3px;
	cursor: default;
	font-weight: bold;
	overflow:inherit;
	width:200px;
	float:left;
}

.TreeNode
{
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	
}
.ChildTreeNode
{
	
	color: blue;
	font-weight: bold;
	font-size: 12px;
	
}
.SelectedChildrenNode
{
	color: blue;
	font-weight: bold;
	font-size: 12px;
	
}	

.SubTreeNode
{
	color: blue;
	font-weight: bold;
	font-size: 12px;
	
}	

	
.GrayedTreeNode 
{ 
  cursor:default;
  color: Black;
}

.HoverTreeNode
{
	cursor: default;
	color: #DD0000;
	font-weight: bold;
	font-size: 12px;
	
	
}

.SelectedTreeNode
{
	cursor: default;
	color: #DD0000;
	font-weight: bold;
	font-size: 12px;
	
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  color: Black;
}
.TreeGridContainer
{
	color: #666666;
	background-color: #CCCCCC;
	height: 350px;
	
	
}
