﻿.TreeView 
{ 
	padding: 2px; 
}

.TreeNode 
{ 
	font-family: Arial; 
	font-size: 11px; 
	padding: 2px; 
	padding-right: 3px; 
	cursor:pointer;
	color:#3f3c3e;
	text-transform:capitalize;
	width:165px;
	table-layout:fixed;
}

.SelectedTreeNode 
{ 
	font-family: Arial; 
	font-size: 11px; 
	padding: 2px; 	
	padding-right: 3px; 
	cursor:default; 
	color:#00a7e1;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	width:165px;
}

.HoverTreeNode 
{
	font-family: Arial; 
	font-size: 11px; 
	padding: 2px; 
	padding-right: 3px; 
	cursor:pointer;
	color:#00a7e1;
	font-weight:bold;
	text-transform:capitalize;
	width:165px
}

.TreeNodeRow 
{ 
	height: 20px; 
}

