/* This was a stupid idea, but I'm sort of stuck with it. This is a direct copy of root.css, with a different bg created on 
.FrameBotTable: background-color: #FDF5E6;  Overall body color is then changed to white: FFFFFF.
This makes a different bg in the bottom frame.  What was I thinking!!!!  */

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: 100%;

  }
	a:link {
	color: #006699;
}
	a:visited {
	color: #006666;
}
	a:hover {
	color: #006699;
}
	
/* BodyAlt1 is used on justified sans-serif paragraphs */	
.BodyAlt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
}

/* BodyAlt1b is same as BodyAlt1 (justified), but for the body font group (default font - Times). Used in bib.htm, display.htm, chronos files */
.BodyAlt1b {
	font-style: normal;
	text-align: justify;
}

/* header1 is colored italic bold text. Used on headers on main page */
.header1 {
	font-size: 115%;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-align: left;
}

/* header 1b is same as header1 without bolding */
.header1b {
	font-style: italic;
	font-weight: normal;
	color: #990000;
	font-size: 115%;
}

/* Header2 is large colored header used in Tracking Down the Roots */
.Header2 {
	font-size: 125%;
	font-weight: bold;
	color: #3399CC;
	text-align: center;
}

/*Header2b is medium colored header used in Tracking Down the Roots and elsewhere */
.Header2b {
	font-size: 120%;
	font-weight: bold;
	color: #000099;
	text-align: center;
}

/* Header2c is used in Tracking Down the Roots for Inline colored sub-headers */
.Header2c {
	font-style: italic;
	font-weight: bold;
	color: #000099;
}

/* Header2D is italicized colored text for quoted passages in Tracking down the Roots */
.Header2d {
	font-style: italic;
	color: #000099;
}

/* Notes1 is used on main page for info at bottom */
.Notes1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
}

/* Notes2 is used on main page for info at bottom */
.Notes2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
}

/* Notes3 is used on main page for info at bottom: copyright info */
.Notes3{
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

/* Italic is used for italicized text that keeps current font definitions otherwise */
.Italic {
	font-style: italic;
}

/* bold is used for bolded text that keeps current font definitions otherwise */
.bold {
	font-weight: bold;
}

/* underline is used for underlined text that keeps current font definitions otherwise */
.underline {
	text-decoration: underline;
}

/* TDColoredBar sets font and background color for centered header bars. It is used in display.htm */
.TDColoredBar {
	font-weight: bold;
	color: #000000;
	background-color: #B0C4DE;
	vertical-align: middle;
	text-align: center;

}

/* TDColoredBarLeftText is used in list files like articles.htm for the colored header bars */
.TDColoredBarLeftText {
	font-weight: bold;
	color: #000000;
	background-color: #B0C4DE;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}

/* TDPaddedLeft adds left padding to a cell. It's used at the bottom of indexc */
.TDPaddedLeft {
	padding-left: 30px;

}

/* indexnote1 is used in the Photo/Graphics section for "Click on thumbnail note" */
.indexnote1 {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}

/*IndexHeader1 is same as Header2b but with diff color - used in graphics and articles index pages for main header */
.IndexHeader1 {
	font-size: 120%;
	font-weight: bold;
	color: #336699;
	text-align: center;
}


/* IndexSeeSection is used for Articles special sections. */
.IndexSeeSection {
	color: #CC0000;
}

/* TableIndex1 is used in Photos/graphics section for the main thumbnail and text table */
.TableIndex1 {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

/* TDIndex1 is a copy of above for use in Photos/graphics section for the thumbnail cells */
.TDIndex1 {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

/* TDIndex2 is a copy of above for use in Photos/graphics section for the text cells -
different in case I want a color behind the text only */
.TDIndex2 {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

/* TDRef1 is a copy of above for use in Photos/graphics section for the text cells 
that have reference info only */
.TDRef1 {
	border: 1px solid #999999;
	background-color: #FFFACD;
	vertical-align: middle;

}

/* FrameTopNote1 is used in the top frames in Articles section for "Page 1" etc notes */
.FrameTopNote1 {
	font-size: 80%;
	color: #999999;
}

/* FrameBotTable is used in the bottom frames in Articles section to define the text info box */
.FrameBotTable {
	background-color: #FDF5E6;
	border: 1px solid #666666;

}

/* TDBotTable is used in the bottom frames in Articles section to define the text info box further than FrameBotTable */
.TDBotTable {
	border: 1px solid #666666;
}


/* ol.decimal creates a numbered list */
ol.decimal 
{
list-style-type: decimal
}

/* This controls inline images that float to the left side of a cell - padded everywhere but left side */
.img_inline1 {
	float: left;
	margin: 0px 10px 4px 0px;
}
