
#tree4 #footer, #customtree #footer {
	border-right: 0;
	margin-left: 0;
	padding: 2px 3px 5px 4px;
	overflow: hidden;
} 
#tree4 #footer p {
	font-size: 10px;
	color: #666;
}

/* custom tree name list ********************************************/
table.fixedHeader {
/*width: 651px; */
font-weight: bold;
font-size: 13px;
color: #982626;
border-top-right-radius: 7px;
border-top-left-radius: 7px;
}
#tableContainer {
border-right: 2px solid #982626;
border-bottom: 2px solid #982626;
overflow: auto;
height: 700px;
/* width: 649px; */
width: 650px;
font-size: 12px;
}
table.scrollContent {
border-right: none;
border-top: none;
border-bottom: none;
/* width: 632px; */
}
.fixedHeader td, .scrollContent td {
padding-left: 5px;
padding-right: 0px;
}
td.listFname {
width: 153px;
}
.listFname a {
font-weight: normal;
}
td.listSurname {
width: 116px;
border-right: 1px solid #982626;
}
td.listBorn {
width: 30px;
text-align: right;
}
td.listDied {
width: 50px;
border-right: 1px solid #982626;
}
td.listBplace {
width: 127px;
border-right: 1px solid #982626;
}
td.listCounty {
width: 122px;
border-right: none;
}
td.headCounty {
width: 139px;
}
td.headDates {
text-align: center;
width: 80px;
padding-right: 5px;
border-right: 1px solid #982626;
}

/* custom tree **************************************************/
#customtree {
	min-height: 800px;
	border-left: #6B6767 solid 2px;
	border-right: #6B6767 solid 2px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFEF;
}
.space {
float: left;
height: 121px;
width: 182px;
}
.connect {
float: left;
border-top: 2px solid #010AC1;
height: 118px;
}

.box, .bottombox, .topbox, .middlebox {
float: left;
width: 164px;
margin-left: 5px;
margin-right: 5px;
padding-left: 3px;
padding-right: 3px;
border: 2px solid #010AC1;
}
.box {
height: 57px;
border-radius: 7px;
}
.topbox {
height: 57px;
border-bottom: 1px dashed #010AC1;
border-top-right-radius: 7px;
border-top-left-radius: 7px;
}
.middlebox {
height: 66px;
border-top: none;
border-bottom: 1px dashed #010AC1;
}
.bottombox {
height: 66px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
border-top: none;
}
.generation {
float: left;
height: 121px;
}
.column {
float: left;
width: 184px;
}
.branches {
float: left;
height: 21px;
}
a.arrowU, a.arrowD {
display: block;
margin-left: -15px;
height: 15px;		
width: 27px;
}
a.arrowU {
background: url(../images/arrowU.png) no-repeat;
}
a.arrowD {
background: url(../images/arrowD.png) no-repeat;
}
a.arrowU:hover {
background-position: 0 -16px;
height: 26px;
margin-top: -8px;
}
a.arrowD:hover {
background-position: 0 -14px;
height: 24px;
}
.branchspace {
float: left;
height: 21px;
width: 182px;
}
.fill {
float: left;
width: 91px;
margin-left: 91px;
}
.filldescendent {
float: left;
width: 91px;
margin-left: 91px;
border-left:  2px solid #010AC1;
}
.branchconnect {
float: left;
height: 19px;
width: 182px;
border-top: 2px solid #010AC1;
}
.branchleft, .branchright {
float: left;
height: 19px;
width: 90px;
border-top: 2px solid #010AC1;
}
.branchleft {
border-left: 2px solid #010AC1;
}
.branchright {
border-right: 2px solid #010AC1;
}
.upright {
float: left;
width: 90px;
height: 21px;
border-right: 2px solid #010AC1;
}

.generation ul {
	margin: 0;
	font-size: 11px;
	line-height: 105%;
	color: #333;
}
.generation .name {
	color: #277746;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-top: 3px; 
	text-align: center;
}
.mainName li.name {
	color: #982626;
	margin-bottom: 3px;
	position: relative;
}
li.name a:link { color: #982626; }
li.name a:visited { color: #982626; }
li.name a[href^="custom-tree.php?id"]:link { color: #3D3DBC; }
li.name a[href^="custom-tree.php?id"]:visited { color: #3D3DBC; }
#footer p {
	color: #666;
	font-size: 10px;
}
.father {
text-align: center;
}
.father a:visited {
color: #010AC1;
}
.details {
	position: absolute;
	z-index: 3;
	text-align: left;
	color: #333;
	left: -13px;
	top: 16px;
	visibility: hidden;
	width: 182px;
	padding: 2px;
	background: #FFFFFF;
	border: 2px solid #982626;
	border-radius: 7px;
}
.diedDetails {
	padding-bottom: 4px;
}
ul.details .name {
color: #277746;
margin: 0;
text-align: left;
font-size: 11px;
font-weight: normal;
padding-top: 0;
}
#treeNotes {
	clear: both;
width: 650px;
	margin: 10px;
	padding-top: 15px;
}
#treeNotes li {
	line-height: 130%;
	font-size: 12px;
	color: #333;
}
#treeNotes h5 {
padding-left: 20px;
font-size: 13px;
}

