/*
   pedigree.css - Version 1.0.25
   LTools (Legacy Toolbox)
   Copyright (c) 2009, Zipper Software. All rights reserved.

   See http://zippersoftware.com/ltools/help/v1/pedigreecss.htm
   for additional information.
*/

/* begin default styles */

/* default styles for hyperlinks */
a:link { color: blue }
a:visited { color: purple }
/* a:hover { color: red } */
a:active { color: red }

/* style for the the entire web page */
body { font-size: 10pt; background-image: url(1280x1024_bgnd.jpg); background-color: #DABF90 }

/* style for entire ancestor table */
table.t1 { width: 580px; height: 10px; margin-left: auto;
           margin-right: auto; vertical-align: top; border-style: hidden }

/* style for table which contains an ancestor box */
table.t2 { margin-left: auto; margin-right: auto;
           background-color: #5E371D; border-spacing: 1px }

/* style for table which contains the Family Links and Spouses/Children boxes */
table.t3 { width: 300px; background-color: #5E371D; border-spacing: 0px }

/* style for middle row of ancestor table */
td.td1 { width: 580px; height: 10px; text-align: center; vertical-align: top }

/* style for bottom row of ancestor table */
td.td2 { width: 590px; height: 10px; text-align: center; vertical-align: top }

/* style for occupied cell in middle row of ancestor table */
td.td3 { width: 290px; height: 10px; text-align: center; vertical-align: top  }

/* style for empty cell in middle row of ancestor table */
td.td4 { width: 290px; height: 10px }

/* style for ancestor boxes */
td.td5 { width: 139px; background-color: #DABF90; text-align: center; vertical-align: top }

/* style for empty ancestor boxes */
td.td6 { width: 139px }

/* style for Family Links box */
td.td7 { background-color: #5E371D; text-align: center }

/* style for Spouses/Children box */
td.td8 { background-color: #DABF90 }

/* font for most data on page */
span.f1 { font-size: 70%; font-weight: bold }

/* font for the Family Links text */
span.f2 { color: #E6CF8C; font-family: Arial,Helvetica }

/* font for Individual's data */
span.f3 { font-family: Arial,Helvetica; font-size: 80% }

/* font for Note/Event labels */
span.f4 { font-size: 125%; font-weight: bold }

/* font for ancestor boxes */
span.f5 { font-size: 80% }

/* font for Note/Event data */
span.f6 { font-size: 100% }

/* font for Legacy footer */
span.f7 { font-size: 70%; font-weight: bold }

/* font for the Spouses/Children text */
span.f8 { font-size: 80% }

/* font for the Individual's name */
span.f9 { font-size: 150%; font-weight: bold; text-decoration: underline }

span.b ( font-weight: bold )
span.s ( font-weight: bold )

/* style for Event and Marriage info paragraph */
p.p1 { margin-left: 0.5in }

/* style for the Source list */
li.li1 { margin-left: 0.33in; margin-top: 0.5em; margin-bottom: 0.5em }

/* style for Event lists */
li.li2 { margin-left: 0.33in; margin-top: 0.5em; margin-bottom: 0.5em }

/* styles for hyperlinks in ancestor boxes */
a.a5:link { color: #4D2D18; text-decoration: underline }
a.a5:visited { color: #009900; text-decoration: underline }
a.a5:active { color: #4D2D18; text-decoration: underline }
a.a5:hover { color: #0000FF; text-decoration: underline }

/* styles for hyperlinks in Spouses/Children box */
a.a8:link { color: #4D2D18; text-decoration: underline }
a.a8:visited { color:#009900; text-decoration: underline }
a.a8:active { color:#4D2D18; text-decoration: underline }
a.a8:hover { color: #0000FF;; text-decoration: underline }

/* end of default styles */

/* begin user styles */
body {

scrollbar-face-color: #5E371D;
scrollbar-highlight-color: #E6CF83;
scrollbar-3dlight-color: #E6CF83;
scrollbar-shadow-color: #E6CF83;
scrollbar-darkshadow-color: #5E371D;
scrollbar-arrow-color: #E6CF83;
scrollbar-track-color: #DABf90;

font-family:"Trebuchet MS";
font-size:10pt; color:#5E371D;
line-height:110%;

background-color: #DABf90; text-align:justify; 
background: #DABF90 url('1280x1024_bgnd.jpg');
background-attachment: fixed;
Background-position: top center;
}
/* end of user styles */
