/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr�               |
|--------------------------------------------------*/

.dtreestatic {
	font-size: 95%;    	
	color: #666;
	white-space: nowrap;
	overflow-y:auto;
	width:12em;
	height:20em;
	background-color: white;
	border:1px solid #AAA;
}

.Treeview h5 {
    padding:0pt 1em 0pt 0.5em;
    font-size:91%;
    font-weight:normal;
    
}

.Treeview {
    border: none;
    margin: 0 0 .5em;
    padding: 0;
    float: none;
   
    /* overflow: hidden; /* disabled so scrollbars will be visible in ontoskin 3 */
}

.dtree {
    font-size: 95%;    
    color: #666;
    white-space: nowrap;
    background-color: white;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
     /* overflow: hidden;  /* disabled so scrollbars will be visible in ontoskin 3 */
}

.treeoverlay {
	width: 98%;
	height: 98%;
	position: fixed;
        background: white;
        border: 1px solid #AAA;
	top: 1%;
	left: 1%;
	z-index: 98;
}

#smwh_closetree{
    float: right;
    font-size: large;
    margin-right: 3px;
    margin-top: 3px;
}

