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

}

.tree table {
    border-left: 0 dotted Gray;
}

.tree table .noborder {
    border-left: 0 dotted Gray;
}

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

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

.tree .highlight {
    font-size: 11px;
    background-color: #f3eede;
    border: 0 dotted ActiveBorder;
    padding-left: 5px;
    padding-right: 5px;
}

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

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

.tree .text a.nolink:hover {
    color: #a17500; /*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: 12px;
    font-weight: bold;
    /*color: blue;*/
}

.insertmenulink a:hover {
    text-decoration: underline;
}

.Header_Text {
    font-family: Arial, Helvetica, Verdana, Tahoma;
    color: #9e0b0f;
    font-variant: small-caps;
    font-weight: normal;
	font-size: 36px;
    padding-top: 10px;
    padding-bottom: 20px;
    vertical-align: top;
}

#header_table{   
    width: 200px;
    border: none;
}

