﻿.dtree
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	white-space: nowrap;
	vertical-align: top;
	top: 0px;
}
.dtree img
{
	border: 0px;
	vertical-align: middle;
}
.dtree a
{
	font-weight: normal;
	color: #888888;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel
{
	font-weight: normal;
	white-space: nowrap;
}
.dtree a.node:hover
{
	font-weight: normal;
	color: #888888;
	text-decoration: underline;
}

.dtree a.nodeSel:hover
{
	font-weight: normal;
	color: #FFFFFF;
}

.dtree a.nodeSel
{
	font-weight: normal;
}
.dtree .clip
{
	font-weight: normal;
	overflow: hidden;
	padding-top: 1px;
	padding-left: 15px;
}

.selectedNode
{
	font-weight: bold;
	font-size: 11px;
	width:180px;
	background-image: url(../images/SelectedNodeTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.selectedNode a.node:hover
{
	font-weight: bold;
	height: 17px;
	width:180px;
	background-image: url(../images/SelectedNode.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	/*background: url(../images/menu_activ.png) no-repeat;*/
	text-decoration: none;
	color: #FFFFFF;
}

.selectedNode a.node
{
	font-weight: bold;
	height: 17px;
	width:180px;
	background-image: url(../images/SelectedNode.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	/*background: url(../images/menu_activ.png) no-repeat;*/
	color: #FFFFFF;
}
.otherNode
{
	font-weight: bold;
	font-size: 11px;
}

.otherNode a.node
{
	font-weight: bold;
	font-size: 1.0em;
}

.otherNode a.node:hover
{
	font-weight: bold;
	font-size: 1.0em;
}


