/* DEFAULT SETTINGS */
body
{
    font-family:verdana, arial, helvetica;
    background-color:white;
}

/* HEADINGS */
h1
{
    text-align:center;
    font-size:18pt;
    font-weight:bold;
    color:saddlebrown;
}
h2
{
    text-align:center;
    font-size:14pt;
    font-weight:bold;
    color:saddlebrown;
}
h3
{
    font-size:10pt;
    color:saddlebrown;
}

h4
{
    text-align:center;
    font-size:10pt;
    color:saddlebrown;
}

/* LINKS */
a
{
    color:darkslateblue;
    text-decoration:none;
    font-weight:700;
}
a:hover
{
    color:indianred;
    text-decoration:underline;
}
a.wip
{
    color:lightgray;
}
a.photo
{
    color:black;
    background-color:lightgrey;
    font-weight:bold;
    font-variant:small-caps;
    font-size:12pt;
    padding-right:2;
    padding-bottom:2;
    padding-left:2;
}
a.photo:hover
{
    color:indianred;
    background-color:lightgrey;
    text-decoration:none;
}

a.linelink
{
    vertical-align:super;
    font-size:8pt;
}

/* BLOCKQUOTES */
blockquote.letter
{
    font-size:10pt;
    font-style:italic;
}
blockquote.excerpt
{
    font-size:10pt;
}

/* NUGGETS */
.referenced
{
    text-align:center;
    font-size:8pt;
    color:saddlebrown;
}

/* TABLES */
table.shaded
{
    background-color:lightgrey;
}

table.nugget
{
    background-color:#d0d0d0;
    margin:10;
    border-width:2;
    border:double;
    padding:4 0 4 4;
}

td.photograph
{
    font-size:8pt;
    font-weight:bold;
    text-align:center;
}

th
{
    font-weight:light;
}

td.toi_right
{
    text-align:right;
    padding:0 20 0 10;
}

td.toi_l
{
    text-align:left;
    padding:0 10 0 20;
}

td.description
{
    font-size:8pt;
    text-align:center;
}

td.negpct
{
    color:darkred;
    font-weight:demi-bold;
    text-align:center;
}

td.pospct
{
    color:forestgreen;
    font-weight:demi-bold;
    text-align:center;
}

td.separator
{
    font-family:Wingdings;
    font-size:20pt;
    color:red;
}

/* FORMULAS */
p.formula
{
    color:darkred;
}

p.example
{
    color:forestgreen;
}
p.continuedline
{
    background:lightgrey;
    border:double;
    border-width:5;
    border-color:darkslateblue;
    padding:10;
}

/* SPECIAL STUFF FOR BANNER */
.banner
{
    background: lightgrey url(images/background.gif);
}
.bannertitle
{
    font-family:Palatino Linotype,Garamond,Book Antiqua,Arial;
    font-size:24pt;
    font-weight:900;
    color:darkslategray;
}
.bannercount
{
    font-size:8pt;
    padding-top:2;
    padding-right:4;
    padding-bottom:4;
    padding-left:4;
    color:darkslategray;
}

/* SPECIAL STUFF FOR MENU BAR */
.menubar
{
    background: lightgrey url(images/background.gif);
    font-family:verdana, arial, helvetica;
    font-size:10pt;
	line-height:150%;
	margin-top: 0em;
	margin-bottom:0em;
	margin-left:0.5em;
	margin-right:0.5em;
}
.smallmenu
{
    font-size:8pt;
}
.menutitle
{
    font-size:8pt;
    font-weight:bold;
    color:darkslategray;
}

/* LINKS TO OTHER SITES IN MENU BAR */
.menubar.link
{
    font-size:8pt;
}

/* SPECIAL STUFF FOR THE ALPHABETICAL LISTING */
.alphadescription
{
	font-size:10pt;
}

.alphasmall
{
	font-size:8pt;
	margin-left:2em;
}

.alphaahnentafel
{
    vertical-align:super;
    font-size:6pt;
}

a.alphalink
{
	font-size:10pt;
}

/* SPECIAL STUFF FOR THE PEDIGREE */
.NameBlock
{
    font-family:verdana, arial, helvetica;
    font-size:7pt;
    font-weight:bold;
    position:absolute;
    bottom:0;
}
.NameBlock2
{
    font-family:verdana, arial, helvetica;
    font-size:7pt;
    font-style:italic;
    position:absolute;
    bottom:0;
}
.Husband
{
    border-bottom:solid 1px black;
    position:relative;
    width:100%;
}
.Wife
{
    border-bottom:solid 1px black;
    border-left:solid 1px black;
    position:relative;
    width:100%;
}
.HusbandBlank
{
    border-bottom:solid 1px white;
    border-left:solid 1px white;
    position:relative;
    width:100%;
}
.WifeBlank
{
    border-bottom:solid 1px white;
    border-left:solid 1px white;
    position:relative;
    width:100%;
}
.Title
{
    font-family:verdana, arial, helvetica;
    font-size:10pt;
    font-weight:bold;
    color:saddlebrown;
    vertical-align:bottom;
}
a.Pedigree
{
    color:darkslateblue;
    font-size:7pt;
    position:absolute;
    bottom:0;
}
a.Pedigree:hover
{
    color:indianred;
    text-decoration:none;
}


