#TreeBlock
{
	width: 22%;
	/*min-width:200px;*/	
	float:left;
	/*background-color: #CDF;*/

	
	
	/*border: 1px solid #CCCCCC;*/
}

#TreeEdit{
/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	*/
	/*border: 1px solid #666666;*/
	/*background-color: #F1F3F5;*/
	/*padding: 3px;*/
	padding-bottom:2px;
}

#Tree{
	height: 100%;
	background-color: #FFF;
	overflow: scroll;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	
	font-weight: bold;
	
}

#Tree a{
}


#TreeControls
{

	width: 78%;*/
	float:left;

	margin-left:5px;
	
	overflow:auto;
	/*background-color: #F1F3F5;*/
}

#AtachedNodeContent
{

	



}

#menuTreeFormContainer{
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;*/
}

#menuItemEdit
{
/*	background-color: #FDE4E1;
	width: 220px;
	height: 400px;
	float:left;
	padding-left:2px;*/
}

#Bottom_div
{
	clear: both;

}

.selectedNode{
background-color: #000000;
color: #ffffff;
}
