﻿.treeView
{ 
  color:black;
  border: 1px solid #57566F; 
  background-color:White;
  padding-top:4px; 
  padding-left:0px;
  cursor:default; 
}

.treeViewTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.treeViewGrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.treeViewHoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.treeViewSelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.treeViewSelectedTreeNodeRow
{ 
  background-color: #E5E5E5; 
}

.treeViewNodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;  
}
