/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
        white-space:nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
/*	color: #333; */
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
/*	color: #333; */
	text-decoration: none;
}

.dtree a.nodeSel {
	background-color: #B0C4DE;
	font-weight: bold;
/*	background-color: #E0FFFF; */
}

.dtree .clip {
        text-align: justify;
}

.attributename {
	font-size: 10px;
	color: white;
	font-family: monospace;
}

.eventhierarchy {
	border: thin solid #B0C4DE;
}

.eventhierarchy DIV.controls {
	font-size: 8pt;
	margin-left: 3px;
	padding-bottom: 10px;
}

.entityhierarchy DIV.controls {
	font-size: 8pt;
	margin-left: 3px;
	padding-bottom: 10px;
}

.dtree span {
/*	color: #333; */
	text-decoration: none;
}

.dtree span.node, .dtree span.nodeSel {
	padding: 1px 2px 1px 2px;
}

.dtree span.node:hover, .dtree span.nodeSel:hover {
/*	color: #333; */
	text-decoration: none;
}

.dtree span.nodeSel {
	background-color: #B0C4DE;
	font-weight: bold;
/*	background-color: #E0FFFF; */
}

.dtree span.small { 
        font-size: 8pt;
}

.dtree span.down { border: thin solid green; color: green; font-size: 8pt;}
.dtree span.up { border: thin solid red; color: red; font-size: 8pt;}
.dtree span.no { font-size: 8pt;}
