.TreeView
{
	font-family: Tahoma;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
	font-weight: 200;
}

.TreeNode
{
	
	color: Black;
	font-weight: 200;
}

.GrayedTreeNode 
{ 
 
  cursor:default;
  color: Black;
}

.HoverTreeNode
{
	
	cursor: default;
	background-image: url( grid_headerBg.gif );
	background-repeat: repeat-x;
	color: #FF0000;
}

.SelectedTreeNode
{
	
	
	cursor: default;
	color: #800080;
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  color: Black;
}
.TreeGridContainer
{
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: #E0E8F6;
}
