/* Tree Style */
.treetitle {
	padding:2px;
	cursor:default;
	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.editednode {
	padding:2px;
	cursor:default;
	background-color: #FFFFFF;;
	color: #000000;
	
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.editednodeinput {
	background-color: #FFFFFF;;
	color: #000000;
	
	width: 150px;
	height: 17px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.treetitleselectedfocused {
	padding:2px;
	cursor:default;
/*	background-color: highlight;
*/
	color: windowtext;
	font-weight:bold;
	color:#333333;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.treetitleselectedblured {
	padding:2px;
	cursor:default;
/*	background-color: menu;
*/
	font-weight:bold;
	color:#333333;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.treenodeselectedfocused {
	background-color: #0F0F4C;
	color: white;
	padding-top:10px;
	padding-bottom:10px;
}
.treenodeselectedblured {
	background-color: menu;
	color: windowtext;
	padding-top:10px;
	padding-bottom:10px;
}
