
.tree_body {
	width: 95% ;
}
.tree_item {
	font-size: 12px ;
	text-align: justify ;
	padding: 2px 3px;
	/*border: 1px hidden ;*/
}
.tree_item a {
	cursor: pointer ;
	text-decoration: none ;
}
.tree_item a:hover {
	background-color: #F9EEA9 ;
}
.tree_item a:focus {
	border: none ;
}
.tree_selection {
	color: brown ;
	background-color: #E9DE99 ;
	/*border: 1px solid #D8A906 ;*/
}
.tree_item_modified {
    border: 1px #CC2200 dashed ;
}

.tree_link a {
    font-family: Arial, sans ;
    font-size: 12px ;
    font-style: italic ;
    font-weight: bold ;
    color: #CC3300 ;
}
