
.dtree_frame
{
		font-family: ËÎÌå;
   		background-color:#F3F7F9;
		padding-left: 4px;
		padding-top: 4px
}

.dtree 
{
		font-family: ËÎÌå;
		font-size: 9pt;
		color: #333333;
		white-space: nowrap;
}

.dtree img
{
		border: 0px;
		vertical-align: middle;
}

.dtree a
{
		color: #15428B;
		text-decoration: none;
}

.dtree a:visited
{
		color: #15428B;
		text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel 
{
		white-space: nowrap;
		padding: 1px 2px 1px 2px;
		
}

.dtree a.node:hover, .dtree a.nodeSel:hover
 {
		color: red;
		text-decoration: underline;
}

.dtree a.nodeSel 
{
		background-color: #c0d2ec;
}

.dtree .clip 
{
		overflow: hidden;
}