﻿/* Tree Styles */
.TreeView 
{ 
  background-color:White;
  padding-top:1px; 
  padding-left:1px; 
  cursor:default; 
  border-right: #7c7c94 1px solid;
  border-bottom: #7c7c94 1px solid;
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.HoverPopupTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding:1px;
  padding-left: 2px; 
  padding-right: 1px;
  background-color: #FFFFFF;
  border: 1px solid #000000; 
  text-decoration: none; 
  color: #000000;
  position: absolute;
  /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);*/
  cursor: default; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}

/*
.TreeView
{
    background-color: #f0f0f0; 
    padding: 2px;
    padding-left: 5px;
}

.TreeNode
{
    font-family: Arial;
    font-size: 10px;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}

.SelectedTreeNode
{
    font-family: Arial;
    font-size: 10px;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: white;
    border: 1px solid gray;
    cursor: default;
}

.HoverTreeNode
{
    font-family: Arial;
    font-size: 10px;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #cccccc;
    border: 1px solid gray;
    cursor: pointer;
}

.TreeNodeRow
{
    height: 20px;
}
*/
/*End Tree Styles*/
