﻿/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
	white-space: nowrap;
	border:0px solid #ff0000;
	padding:0px;
	
}
.dtree p {
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
	white-space: nowrap;
	border:0px solid #ff0000;
	text-align:center;
}
.dtree p a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #499ae9;
	white-space: nowrap;
	border:0px solid #ff0000;
	text-align:center;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
	text-align:center !important;
	font-family: Tahoma;
	font-size: 11px;
}
.dtreenode{
	color:#ffffff !important;
	white-space: nowrap;
	/*width:99%;*/
	border:0px solid #ff0000;
	background:url(../Images/bkg_heading04BG.gif) top repeat-x;
	margin:0px;
	padding: 1px 0px;
	text-indent:5px;
	cursor:pointer;
	
}
.dtreenode a{
	color:#ffffff !important;
	border:0px solid #000000;
	
}

.dtreenode a:hover {
	border:0px solid #000000;
	color:#74b7f9 !important;
}

.dtree a.node:hover {
	color: #74b7f9;
	text-decoration: none !important;
}



.nodeSel {
	background-color: #c0d2ec;
	border:0px solid #ff0000;
}

.nodeSel a:hover {
	color: #74b7f9;
	text-decoration: none !important;
}

.clip {
	overflow: hidden;
	border:0px solid #ff0000;
	background:#000000;
	z-index:1000;
}
/*.dtree .clip {
	overflow: hidden;
}*/