/*===========  Appended from: css/NIH/yui/tree.css===========*/

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/* first or middle sibling, no children */
.ygtvtn {
	width:16px; height:18px; 
}

/* last sibling, no children */
.ygtvln {
	width:16px; height:18px; 
}

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { 
	width:16px; height:18px; 
}

.ygtvblankdepthcell { width:16px; height:18px; }

/* the style of the div around each node */
.ygtvitem { }


/* the style of the div around each node's collection of children */
.ygtvchildren { }  
* html .ygtvchildren { height:2%; }  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	margin-left:2px;
	text-decoration: none;
	color:black;
	white-space:nowrap;
	cursor:pointer;
}

.ygtvspacer { height: 16px; width: 12px; margin: 2px; }

.dashboard_body.darkTheme tr.selected {
  background-color:   transparent;
}
.dashboard_body.darkTheme tr.selected td {
  background-color:   hsl(214, 50%, 40%);
}/*===========  Appended from: css/NIH-Extensions/yui/tree.css===========*/

.treeNodeEllipsis
{
  position: relative;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space: nowrap;
  width: 1px;/* this will get fixed later */
}