/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #800000;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel{
	color: #000080;
	font-size: 11px;
	white-space: wrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #008000;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #000000;
}

.dtree nodeMain {
	background-color: #000000;
}
.nodeSub{
	color: #008000;
	text-decoration: underline;
}

.nodeText {
	color: #000000;
	font-size: 11px;
}
.dtree .clip {
	overflow: hidden;
}.Sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-indent: 3px;
	list-style-type: disc;
	background-color: #F1E0C2;
}
.SidebarBullets {
	margin: auto auto auto -5px;
	padding: 3px;
	list-style-type: circle;
	text-align: left;
	font-size: 11px;
}
.SidebarTitle {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
	margin-right: 17px;
	margin-bottom: 5px;
	margin-left: 17px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.TipsTable {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
