﻿.tree
{
    
}

.Node
{

}

.NodeSpacer
{
    width:16px;
    height:16px;
    text-align:center;
    vertical-align:middle;
}

.NodeAnchor
{
    width:16px;
    height:16px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    
}

.NodeIcon
{
    width:16px;
    height:16px;
    text-align:center;
    vertical-align:middle;
}

.NodeContent
{
}

.NodeChildren
{
	
}

.ChildrenCollapsed
{
 display:none;	
}

.DraggableItem
{
	cursor:pointer;
}
    
.DropHover
{
	border-style:dashed;
	border-width:1px;
	background-color:Yellow;	
}

  /* --------- */
 /* tool tips */
/* --------- */

.NodeTooltip
{
	background-color:#ffffe1; 
	display:none; 
	position:absolute;
	width:300px;
	border:1px;
	border-style:solid;
	overflow:auto
}

.NodeTooltipHeader
{
	font-weight:bold;
}

.NodeTooltipBody
{
	font-weight:normal;
}

.NodeLoadingIndicator
{
		
}

  /* ------------ */
 /* context menu */
/* ------------ */

.treemenu
{
	z-index:80000;
	background-color:blue;
	border-width:1px;
	display:none;
	padding: 5px;
}


.treemenu .Item
{
  background-color:white; 
  font-family:verdana; 
  font-size:12px; 
  border:solid 1px white; 
  cursor:pointer;
}

  /* ------------- */
 /* activity mask */
/* ------------- */

.TreeActivityModalMask
{

	position:absolute;
	background-color: #333333;
    opacity: 0.15;
    filter: alpha(opacity=15);
}