/*
   pedigree.css
   LTools (Legacy Toolbox)
   Copyright (c) 2010, Zipper Software. All rights reserved.

   See http://ltoolshelp.zippersoftware.com/index.php#59-en
   for additional information.
*/

/* begin default styles */

/* default styles for hyperlinks */
a:link { color: blue; text-decoration:none }
a:visited { color: red; text-decoration:none }
a:hover { color: #CC00CC; text-decoration: underline }
a:active { color: red; text-decoration:none }

/* style for the the entire web page */
body { font-size: 100%; background-image: url(graypatn.gif); background-color: #FFFFFF }

/* style for entire ancestor table */
table.t1 { width: 800px; height: 15px; 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; padding-top: 5px; padding-bottom: 5px; 
           background-color: #CC3300; border-spacing: 1px }

/* style for table which contains the Family Links and Spouses/Children boxes */
table.t3 { width: 300px; background-color: #CC3300; border-spacing: 1px; margin-bottom: 3em  }

/* style for table which contains the subject's data */
table.t4 { width: 95%; text-align: center; }

/* style for empty Family Links table */
table.t5 { width: 300px; background-color: black; border-spacing: 0px; display: none; }

/* style for middle row of ancestor table */
td.td1 { width: 800px; height: 15px; text-align: center; vertical-align: top }

/* style for bottom row of ancestor table */
td.td2 { width: 800px; height: 15px; text-align: center; vertical-align: top }

/* style for occupied cell in middle row of ancestor table */
td.td3 { width: 400px; height: 15px; text-align: center; vertical-align: top  }

/* style for empty cell in middle row of ancestor table */
td.td4 { width: 400px; height: 15px }

/* style for ancestor boxes */
td.td5 { width: 300px; background-color: #FFFFCC; text-align: center; vertical-align: top }

/* style for empty ancestor boxes */
td.td6 { width: 300px }

/* style for Family Links box */
td.td7 { background-color: #CC3300; text-align: center }

/* style for Spouses/Children box */
td.td8 { background-color: #FFFFCC; width:300px; padding:15px; border:1px; margin:15px; }

/* reset left for individual's data */
td.td9 { padding-top:25px; text-align: left; margin-left: 15px }

/* reset after first dividing rule */
td.td10 { padding-top:25px; text-align: left; padding-right:250px; padding-left:50px }

/* font for most data on page */
span.f1 { font-size: 95%; }

/* font for the Family Links text */
span.f2 { color: #FFFFFF; font-family: Arial,Helvetica; font-weight: bold; font-size: 100% }

/* font for Individual's data */
span.f3 { font-family: Arial,Helvetica; font-size: 90% }

/* font for Note/Event labels */
span.f4 { margin:25px; font-size: 120%; font-weight: bold }

/* font for ancestor boxes */
span.f5 { font-size: 90% }

/* font for Note/Event data */
span.f6 { font-size: 100% }

/* font for Legacy footer */
span.f7 { font-size: 100% }

/* font for the Spouses/Children text */
span.f8 { font-size: 90% }

/* font for the Parents and Spouses/Children label text */
span.f10 { font-size: 100%; font-weight: bold }

/* font for the Individual's name */
span.f9 { font-size: 130%; font-weight: bold }

/* font style to force back to Serif font on GBH page 109*/
span.f11 { font-size: 110%; font-family: serif; font-color: black }


span.b { font-weight: bold }
span.s { font-weight: bold }
span.li { font-size: 200% }

/* style for Event and Marriage info paragraph */
p.p1 { margin-left: 0.5in; margin-right: 0.33in }

/* style for Cause of Death paragraph */
p.p2 { margin-left: 0.33in; margin-bottom: 15px }

/* style for Other Names For paragraph */
p.p3 { margin-left: 0.33in; margin-bottom: 15px }

/* style for the Source list */
li.li1 { font-size: 100%; margin-left: 0.33in; margin-top: 0.5em; margin-bottom: 0.5em; margin-right: 0.5in }

/* style for Event lists */
li.li2 { font-size: 100%; margin-left: 0.33in; margin-top: 0.5em; margin-bottom: 0.5em; margin-right: 0.33in }

/* styles for hyperlinks in ancestor boxes */
a.a5:link { color: blue; text-decoration:none }
a.a5:visited { color: red; text-decoration:none }
a.a5:active { color: red; text-decoration:none }
a.a5:hover { color: #CC00CC; text-decoration: underline }

/* styles for hyperlinks in Spouses/Children box */
a.a8:link { color: #blue; text-decoration:none }
a.a8:visited { color: #red; text-decoration:none }
a.a8:active { color: #red; text-decoration:none }
a.a8:hover { color: #CC00CC; text-decoration: underline }

/* end of default styles */

/* begin user styles */


div { margin:25px }
h1 { font-size:200% }
h2 { font-size:170% }


/* end of user styles */
