/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

	.d_dtree {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #003561;
		white-space: nowrap;
		font-weight: Bold;
	}
	.d_dtree img {
		border: 0px;
		vertical-align: middle;
		margin-right : 4px;
	}
	.d_dtree a {
		color: #003561;
		text-decoration: none;
		font-size: 11px;
		font-weight: Bold;
	}
	.d_dtree a.node, .d_dtree a.nodeSel {
		/*white-space: nowrap;
		padding: 1px 2px 1px 2px;*/
		font-size: 11px;
		font-weight: Bold;
	}
	.d_dtree a.node:hover, .d_dtree a.nodeSel:hover {
		color: #5CC6D8;
		text-decoration: none;
		font-size: 11px;
		font-weight: Bold;
	}
	.d_dtree a.nodeSel {
		color: #5CC6D8;
		font-size: 11px;
		font-weight: Bold;
	}
	.d_dtree .clip {
		overflow: hidden;
	}
