﻿.SiteMapTreeView 
{   
  border:1px solid #CFD6DB;
  cursor:default; 
  padding:0 0 25px 0;  
  overflow:auto;
  overflow-x:auto;
  overflow-y:hidden;
}
div.SiteMapTreeView a 
{
	color:#004E80;
}

.SiteMapTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  line-height:14px;
  margin:3px 0;
}
.SiteMapTreeNode div
{
    
}
.SiteMapTreeNode a
{
    color:#004E80;
    white-space:nowrap;
    display:block;
}
/*
.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}
*/
.DisabledTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  color:gray; 
  cursor:default;
}

.HoverSiteMapTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:none; 
  cursor:pointer; 
  line-height:14px;
  margin:3px 0;
}
.HoverSiteMapTreeNode div
{
    
}
.HoverSiteMapTreeNode a
{
    color:#ffffff; 
    white-space:nowrap;
    display:block;
}
.HoverSiteMapTreeNode a:hover
{ 
    text-decoration:underline;
}

.SelectedSiteMapTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  color:#f3c517; 
  cursor: default;  
  line-height:14px;
  margin:3px 0;
}

.SelectedSiteMapTreeNode div
{
    
}

SelectedSiteMapTreeNode a
{
    color:#ffffff; 
    white-space:nowrap; 
    display:block;
}

/*
.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}
*/
