/* Genealogy */
/* The style "font" alone gives an error in the FF javascript console if used
for font-weight & maybe font-family. Use font-weight, font-family, etc instead */
/******   Make sure to copy this file to /genealogy/webs so it will operate locally   ***** */
/* Don't specify a font size for normal links. Their size is determined by the body spec */
a:link {
	color: #c77800;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}a:visited {
	color: #546295;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}a:active{
	color: #546295;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}A:HOVER {
	color: #00b7b7;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}a:link.toc {
	color: #ffcc00;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial Narrow, sans-serif;
}a:visited.toc {
	color: #ffcc00;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial Narrow, sans-serif;
}a:active.toc {
	color: #ffcc00;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial Narrow, sans-serif;
}A:HOVER.toc {
	color: Aqua;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial Narrow, sans-serif;
}Form.toc {
	position: absolute;
	top: 50px;
	left: 400px;
	height: 25px;
	width: 200px;
}
/*  The thumb class is used for thumbnails (or other image links) to control
the border colors to be the same as the normal links.
(From article at www.evolt.org/article/comment/22/17586/.
Sensitive to the order of these statements???
Originally had them in the opposite order: hover, active, visited, link from top
to bottom and it didn't seem to work.  Could have been cockpit error as usual.)
*/
A:link .thumb      {border:3px;  border-color: #c77800; border-style: solid}
A:visited .thumb{border:3px;  border-color: #546295; border-style: solid}
A:active .thumb {border:3px;  border-color: #546295; border-style: solid}
A:hover .thumb  {border:3px;  border-color: #00b7b7; border-style: solid}

BODY {
	/* Margin in body replaces page margin setting. Netscape doesn't seemto recognize the page margin setting applied using Frontpage. */
	text-align : left;
	margin-left :10px;
	font-family : Arial, Helvetica, sans-serif;
	margin-right :10px;
	font-size : 10pt;
	background-color : White;
}BODY.toc {
	margin-left : 0px;
	font-family : Arial, Helvetica, sans-serif;
	margin-right :0px;
	font-weight : bold;
	background : url("support/GenTocBkgrnd.GIF") repeat-x;
	margin-bottom : 5px;
}P {
	font-family : Arial, Helvetica, sans-serif;
	/* text-align : left; */
}P.sidebar {
	/* Must add sidebar class to p attribute, not the image using the style option. */
	font-family : smaller Arial, Helvetica, sans-serif;
	text-align : left;
}P.imagebanner {
/* Place cursor at left of image and insert Normal.imagebanner */
		text-align : center;
}P.bottomborder {
	/* Shared border on every page */
	font : smaller Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 8pt;
}
 /* only margin-top seems to control vertical position but maybe try just top: 8px*/
P.toc {
	text-align: center;
/* Top: 8px alone does not seem to position the line of text??? */
	margin-top: 8px;
/* Color: affects only the vert bars between words. Word color set by link attributes */
	color: #FFCC00;
}
/* Unclassed H's below are used by the regular genealogy site pages.
The .pd class are used by the paf data pages generated by ged2html. */
H1 {
/* Undefined */
}H1.pd {
	/* Individual's name at the top of each family group section. NOT the photo pages.*/
	font-size : x-large;
	color : #c77800;
	text-align : left;
}H2 {
	/* Major headers at top of articles etc.  Largest header I'm likely to have.
	(Netscape 4.7 does not recognize color attribute. Shows black) */
	font-size : x-large;
	color : #c77800;
	text-align : left;
}H2.pd {
	/* Titles "Index of Persons", "Index of Surnames" */
	font-size : x-large;
	color : #c77800;
	text-align : left;
}H3 {
	font-size : large;
}H3.pd {
	/* Birth & Death line in each family group section.
	Letter index at top of surnames page. */
	font-weight : bold;
}H4 {
/* Minor headers within an article */
	text-align : center;
	font-weight : bold;
}H4.pd {
	/* Header for picture pages. Similar to H1.pd except centered */
	font-size : x-large;
	color : #c77800;
	text-align : center;
}H5 {
	font-size : small;
}H5.pd {
	/* Undefined */
}H6 {
	font-size : smaller;
}H6.pd {
	/* Undefined */
}HR {
	color : #546295;
}.ArticlePreamble {
	font-style : italic;
}
/* Logo on left */
#logo{
	position: absolute;
	left: 0px;
	top: 0px;
}
/* Search box on right */
/* This version controls IE 6 */
#search_box{
	position: absolute;
	width: 100px;
	right: 3px;
	top: 4px;
}
/* This version controls browsers other than IE 6 
(and it actually works!!!) */
html>body #search_box{
	position: absolute;
	width: 100px;
	right: 20px;
	top: -8px;
}

