/*--------------------------------------------------|
| dtree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| copyright (c) 2002-2003 geir landr@				|
|--------------------------------------------------*/


html { overflow-y: scroll; }	// for firefox.
p { font-family:arial,sans-serif; font-size:14pt; }
u { font-family:arial,sans-serif; font-size:14pt; }
li,	{ font-family:arial,sans-serif; font-size:14pt; padding-top: 2px;padding-left: 4px;padding-right: 4px;padding-bottom: 2px;}
blockquote	{ margin-left: 16px; font-family:arial,sans-serif; font-size:14pt;}


.mydtree {
	width:170;
	background-image:url('/archiver/img/left.jpg');
	background-repeat:repeat-y;
	background-color:#4b76d6;
	vertical-align:top;
}
.dtree {
	font-family : arial,sans-serif;
	font-size: 11px;
	color: white;
	white-space: nowrap;
	margin-top:20px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: white;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover {
	color: yellow;
	text-decoration: underline;
}
.dtree a.nodeSel:hover {
	color: darkblue;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #DBF7FD;
	color: darkblue;
}
.dtree .clip {
	overflow: hidden;
}