.tree{
	padding-left:10px;
	background-color : White;
	width: 100%;
	height: 100%;

}
.tree table{
        border-left:1px dotted Gray;
}
.tree table .noborder{
        border-left:0px dotted Gray;
}
.tree hr{
        border:1px dotted Gray; 
        width:18px; height:1px;
        display: inline;
}

.tree .text{
        font-size : 80%;        
        padding-left: 5px;
        padding-right: 5px;
}

.tree .highlight{
        font-size : 80%;
        background-color : Highlight;
        border: 1px dotted ActiveBorder;
        padding-left: 5px;
        padding-right: 5px;
}

.tree .highlight a.nolink{
        color: white;   
        text-decoration: none;
}

.tree .text a.nolink{
        color: black;
        text-decoration: none;
}
.tree .text a.nolink:hover{
        color: blue;
        text-decoration: underline;
}

.tree .highlight a.changed{
	color: red;
	text-decoration: none;
}

.tree .text a.changed{
	color: Red;
	text-decoration: none;
}
.tree .text a.changed:hover{
	color: #FF4500;
	text-decoration: underline;
}

.insertmenulink a{
	font-size : 15px;
	font-weight:normal;
	color: blue;
}