﻿/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr�               |
|--------------------------------------------------*/

.dtree_table {
  background-color: #9A9C9B;
}

.dtreeroot {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;	
	white-space: normal;
	vertical-align: top;
}

.dtreeroot:hover {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #55595A;
	font-weight: bold;	
	white-space: normal;
	vertical-align: top;
}

.dtreeroot a {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
	height: 18px;
	padding-top: 2px;
}

.dtreeroot img {
	border: 0px;
	vertical-align: top;
}

.dtreeroot a.node:hover {
	color: #55595A;
}


.dtreeroot a.nodeSel:hover {
	color: #55595A;
}

.dtreeroot a.nodeSel {
	color: #55595A;
}

.dtree {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	white-space: normal;
	vertical-align: top;
}

.dtree:hover {
	color: #55595A;
}

.dtree img {
	border: 0px;
	vertical-align: top;
}

.dtree a {
	color: white;
	height:16px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
	padding-top:2px;
}

.dtree a.node:hover {
	color: #55595A;
	font-weight: bold;
}

.dtree a.nodeSel:hover {
	color: #55595A;
	font-weight: bold;
}

.dtree a.nodeSel {
	color: #55595A;
	white-space: normal;
	font-weight: bold;
}

.dtree .clip {
	overflow: hidden;
}

.l_menu_bg {
	background-color: #FFFFFF;
	height: 1px;
}

.dtreeroot_ip {
	font-family: Helvetica, Arial, Verdana;
	font-size: 10px;
	color: #55595A;
	height: 25px;
	font-weight: bold;	
	white-space: normal;
	background-color: #BBBCBD;
}

.dtreeroot_ip:hover {
	font-family: Helvetica, Arial, Verdana;
	font-size: 10px;
	color: #55595B;
	font-weight: bold;	
	white-space: normal;
}

.dtreeroot_ip a {
	color: #55595A;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
	vertical-align: middle;
	padding-left: 0px;
}

.dtreeroot_ip img {
	border: 0px;
	height: 25px;
	vertical-align: top;
}

.dtreeroot_ip a.node:hover {
	color: #55595A;
}