﻿/* ============================================= */
/* CONTENT MENU STYLES */
.ContentTopGroup
{  
	
}

.ContentTopMenuItem
{ 
    color: Yellow;
}

.ContentTopMenuItemHover 
{ 
}

.ContentTopMenuItemExpanded
{
   
}

.ContentMenuItem
{
    margin-top: 4px;
   color: White;
   text-decoration: none;
  cursor: hand;
}

.ContentMenuItemHover 
{
        margin-top: 4px;
 text-decoration : underline;	
 cursor : hand;
}

.ContentMenuGroup
{
    background-color: #feff95;
    color: Black;
}

.ContentMenuBreak
{
  
}

/** TreeView Styles **/
.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:default; 
}

.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; 
}

.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;
}
