﻿body
{
}
.PersonBox
{
    border: 1px black solid;
    position: absolute;
    text-align: center;
    height: 32px;
    font-family: 'Courier New' , Courier, monospace;
    font-size: smaller;
    z-index: 2;
}
.InfoBox
{
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 360px;
    background-color: #C0C0C0;
    font-family: Verdana;
}
.ReturnLink
{
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 320px;
}
.HiddenInfo
{
    visibility: hidden;
}
.Parent
{
    top: 80px;
}
.Sibling
{
    top: 160px;
}
.LowerSibling
{
    top: 240px;
}
.SingleVertical
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000000;
    width: 1px;
    position: absolute;
}
.Horizontal
{
    border-top-style: solid;
    border-width: 1px;
    border-color: #000000;
    position: absolute;
}
.SingleHorizontal
{
    height: 1px;
    top: 136px;
}
.SingleLinkingHorizontal
{
    height: 1px;
    top: 216px;
}

.DoubleHorizontal
{
    border-bottom-style: solid;
    height: 6px;
    top: 93px;
    line-height: 0px;
}
.WithKids
{
    background-color: #C0C0C0;
}
.Vertical
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000000;
    width: 1px;
    position: absolute;
}
.UpperVertical
{
    top: 113px;
    height: 23px;
}
.LowerVertical
{
    top: 137px;
    height: 23px;
}
.UpperLowerVertical
{
    top: 137px;
    height: 79px;
}

.LowerLowerVertical
{
    top: 217px;
    height: 23px;
}
.noborder
{
    border-style: none;
}
