div.treeBox {
	padding: 5px;
	text-align: center;
	font-family:Arial,Verdana,Sans-Serif;
	font-size:12px;
	white-space: nowrap;
	height:18px;
}
img {
border:none;
}
.selected {
	text-decoration: underline;
}
div.solid {
	border: 1px solid;
}
a {
	text-decoration: none;
	color: #3399CC;
}
img.tree {
	vertical-align: bottom;
}
img.small {
	height:17px;
}
.ancestor {
	text-decoration: underline;
	font-weight: bold;
}
html, body {
font-family:Arial,Verdana,Sans-Serif;
font-size:90%;
margin:0;
}
.nowrap {
    white-space: nowrap;
}
table.familyTree td {
    padding: 5px;
}
table.familyTree td table.content {
    border: 1px solid black; /* border 1+1 */
    font: normal 10px verdana,sans-serif;
    height:70px;
    text-align: center;
    white-space: nowrap;
	min-width:200px;
	width:100%;
}
table.familyTree td table.content.empty {
	border:none;
}
table.familyTree td table.content tr td {
vertical-align:top;
padding: 0px;
}

table.familyTree td table.miniContent {
    border: 1px solid black; /* border 1+1 */
    font: normal 10px verdana,sans-serif;
    height:20px;
    text-align: center;
    white-space: nowrap;
	width:100%;
}

table.familyTree td table.miniContent tr td a span.ancestor {
font-weight:normal;
}

table.familyTree td table.content.empty {
	border:none;
}
table.familyTree td table.miniContent tr td {
vertical-align:top;
padding: 0px;
}

table.familyTree td table.content tr td.personInfo {
vertical-align:top;
padding: 5px;
}
table.familyTree td table.content tr td.personImage {
text-align:left;
}
table.familyTree td div.contentFamily {
    font: normal 10px verdana,sans-serif;
    padding: 5px; /* padding 2+2 */
    text-align: center;
    white-space: nowrap;
	min-width:200px;
	min-height:60px;
}
table.familyTree td div.parent {
    border: 3px solid black; /* border 1+1 */
}
table.familyTree td div.spouse {
    border: 2px solid black; /* border 1+1 */
}
table.familyTree td div.child {
    border: 1px solid black; /* border 1+1 */
}
#PageHeader {
	background:#3399CC none repeat scroll 0 0;
	border-bottom:1px solid #999999;
	font-size:120%;
	height:40px;
	padding:10px;
	width:100%;
	position:fixed;
	z-index:89;
}
span.header {
	color:#FFFFFF;
	text-align:center;
	font-size:18px;
}
#BodyContent {
padding:40px 10px 0 230px;
}
#PageContent {
margin-left:40px;
margin-top:40px;
margin-right:40px;
}
#PageContent a:hover
{
	text-decoration:underline;
}

#PageMenu {
width:230px;
background:#FFFFFF none repeat scroll 0 0;
border-right:1px solid #000000;
bottom:0;
font-size:120%;
font-family:Verdana,Arial,Helvetica,Sans-serif;
overflow:auto;
padding:10px 0px 0px 10px;
position:fixed;
top:117px;
font-size: 12px;
white-space:nowrap;
}

#PageMenu a {
	display:block;
}
.personList a span {
	font-weight: bold;
    text-decoration: underline;
}

.divider
{
border-bottom:1px solid #DDDDDD;
height:10px;
margin-bottom:10px;
width:70%;
}
.PageSelector
{
	width:240px;
	background:#FFFFFF none repeat scroll 0 0;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	bottom:0;
	font-size:120%;
	height:56px;
	margin-top:10px;
	overflow:auto;
	overflow-x:hidden;
	position:fixed;
	text-align:left;
	top:50px;
	z-index:10;
	font-size: 12px;
	white-space:nowrap;	
	left:0px;
	}
	div.center {
	text-align:center;
}
h1 {
color:#000;
font-size:18px;
font-weight:bold;
margin:0 auto;
}
div.center table {
margin:0 auto;
text-align:left;
}
table.menu a {
color:#FFFFFF;
font-size:13px;
font-weight:bold;
text-decoration:none;
}
.pList {
	display:none;
	margin-left: 11px;
}
.pNode {
	text-decoration:underline;
	cursor:pointer;
}

    .tabsB {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
		border-bottom:1px solid #DDDDDD;
      }
    .tabsB a {
      float:left;
      background:url("../images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    .tabsB a span {
      float:left;
      display:block;
      background:url("../images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    .tabsB a span {float:none;}
    .tabsB a:hover span {
      color:#000;
      }
    .tabsB a:hover {
      background-position:0% -42px;
      }
    .tabsB a:hover span {
      background-position:100% -42px;
      }

         a.current {
                background-position:0% -42px;
        }
        a.current span {
                background-position:100% -42px;
        }
	.tabsBsmall a span
	{
		width: 10px;
		padding:0px 0px 0px 0px;
	}
.PersonData h1
{
color:#000000;
}
.PersonPicture
{
float:right;
width:300px;
}

.tooltip-grey
{
	background-color: #F0F0F0;
	color: #000000;
	padding:10px 10px 10px 10px;
	font-weight:bold;
	z-index:100;
	border:1px solid #3399CC;
}
.tooltip-grey a
{
	color: #3399CC;
}

a.tooltip_close,a:hover.tooltip_close {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	float: right;
	margin-top: -5px;
	margin-right :3px;
}

p.footer {
	font-size: 12px;
}

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:260px; width:650px; color:#FFFF; background-color:#FFFFFF; padding:12px; font-size:15px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#39C;}

#gmsg {
	font-style: italic;
	font-size: 11px;
}
#map_canvas {
	float:right;
	width:300px;
	height:300px;
}

.dsq-widget-comment
{
	display:block;
}
.dsq-widget-list
{
	width:600px;
}

.dsq-widget-item
{
border-bottom:1px solid #DDDDDD;
}
