#pedigree-chart .pedigree-box{font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,Helvetica,sans-serif;background-color:white;width:300px;height:48px;position:absolute;border:1px solid black;-webkit-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;-webkit-box-shadow:3px 3px 3px rgba(50,50,50,0.5);-moz-box-shadow:3px 3px 3px rgba(50,50,50,0.5);box-shadow:3px 3px 3px rgba(50,50,50,0.5);}#pedigree-chart .pedigree-box .corner-buttons{position:relative;}#pedigree-chart .pedigree-box .corner-buttons a,#pedigree-chart .pedigree-box .corner-buttons span{display:block;position:absolute;width:15px;height:24px;}#pedigree-chart .pedigree-box .corner-buttons .pedigree-box-root-link{left:280px;background:url("../images/pedigree.png") center no-repeat;}#pedigree-chart .pedigree-box .corner-buttons .pedigree-box-root-link.light{background-image:url("../images/pedigree-light.png");}#pedigree-chart .pedigree-box .corner-buttons .pedigree-box-families-dropdown-link{cursor:pointer;left:265px;background:url("../images/family.png") center no-repeat;}#pedigree-chart .pedigree-box .corner-buttons .pedigree-box-families-dropdown-link.light{background-image:url("../images/family-light.png");}#pedigree-chart .pedigree-box .corner-buttons .pedigree-box-individual-link{left:250px;background:url("../images/person.png") center no-repeat;}#pedigree-chart .pedigree-box .corner-buttons .pedigree-box-individual-link.light{background-image:url("../images/person-light.png");}#pedigree-chart .pedigree-box .family-dropdown{margin-left:60px;margin-top:30px;}#pedigree-chart .pedigree-box .thumbnail-box{display:none;width:48px;height:48px;border-right:1px solid black;position:absolute;}#pedigree-chart .pedigree-box .thumbnail-box .thumbnail{max-width:48px;max-height:48px;margin:0 auto;}#pedigree-chart .pedigree-box .name{font-weight:bold;display:block;line-height:1.5em;overflow:hidden;height:23px;border-bottom:1px solid black;margin-left:48px;padding-left:4px;-webkit-border-radius:0 3px 0 0;border-radius:0 3px 0 0;}#pedigree-chart .pedigree-box .info{display:block;line-height:1.5em;height:23px;margin-left:48px;padding-left:4px;overflow:hidden;}#pedigree-chart .pedigree-box.no-image{border-radius:5px;}#pedigree-chart .pedigree-box.no-image .name{-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}#pedigree-chart .pedigree-box.no-image .name,#pedigree-chart .pedigree-box.no-image .info{margin-left:0;}#pedigree-chart .arrow{color:blue;font-weight:bold;text-decoration:none;position:absolute;height:48px;line-height:3em;}#pedigree-chart .arrow.left-arrow{margin-left:-27px;}#pedigree-chart .arrow.child-selector{margin-left:-15px;cursor:pointer;}#pedigree-chart .arrow.child-selector ul{line-height:1em;top:30px;left:0;}#pedigree-chart .arrow.right-arrow{margin-left:310px;}#pedigree-chart .connector{position:absolute;z-index:1;border-left:1px solid black;}#pedigree-chart .connector.up{border-top:1px solid black;-webkit-border-radius:5px 0 0 0;border-radius:5px 0 0 0;}#pedigree-chart .connector.down{margin-top:49px;border-bottom:1px solid black;-webkit-border-radius:0 0 0 5px;border-radius:0 0 0 5px;}#pedigree-chart .connector.column0{margin-left:24px;width:72px;height:148px;}#pedigree-chart .connector.column0.up{margin-top:-148px;}#pedigree-chart .connector.column1{margin-left:24px;width:72px;height:52px;}#pedigree-chart .connector.column1.up{margin-top:-52px;}#pedigree-chart .connector.column2{margin-left:252px;width:68px;height:16px;}#pedigree-chart .connector.column2.up{margin-top:-16px;}#pedigree-chart .column0{left:32px;}#pedigree-chart .column0.row0{top:356px;}#pedigree-chart .column1{left:128px;}#pedigree-chart .column1.row0{top:196px;}#pedigree-chart .column1.row1{top:516px;}#pedigree-chart .column2{left:224px;}#pedigree-chart .column2.row0{top:132px;}#pedigree-chart .column2.row1{top:260px;}#pedigree-chart .column2.row2{top:452px;}#pedigree-chart .column2.row3{top:580px;}#pedigree-chart .column3{left:544px;}#pedigree-chart .column3.row0{top:104px;}#pedigree-chart .column3.row1{top:160px;}#pedigree-chart .column3.row2{top:232px;}#pedigree-chart .column3.row3{top:288px;}#pedigree-chart .column3.row4{top:424px;}#pedigree-chart .column3.row5{top:480px;}#pedigree-chart .column3.row6{top:552px;}#pedigree-chart .column3.row7{top:608px;}#root-button{cursor:pointer;display:none;position:absolute;right:16px;top:16px;border:1px solid black;border-radius:3px;padding:3px;color:#fff;font-size:12px;font-weight:bold;background-color:#800;}#root-button:hover{text-decoration:none;}#content{height:664px;}