.plan{
float:left;
padding-left:20px;
}
.dtree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #61564E;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #61564E;
	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: #61564E;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #EFEFEF;
}
.dtree .clip {
	overflow: hidden;
}

.dTreeNode{
height:18px;
}
#cms_elastic {
    position:absolute;
    margin:0; padding:0;
    height:280px;
}
#cms_elasticHead {
	display:none;
}
#cms_elasticItemsContainer {
	visibility: hidden;
}
#cms_elasticHead {
	display:block;			
}
#cms_elasticItemsContainer {
	visibility: visible;			
}		

