/*
CSS stylesheet for MHS EAD 2002

Author		Michael Rush  mrush@masshist.org
Created		13 Nov. 2003
Revised		29 Dec. 2003
URL			http://www.masshist.org/findingaids/style/mhseadstyle.css
Local 		S:\Library\EAD\ead2002\style\mhseadstyle.css

Notes:
Newer version of style2002.css.  See style2002.css for previous revisions.

Revisions:
13 Nov. 2003, table related classes simplified and condensed.
14 Nov. 2003, table related classes reduced to thead and tbody.  The following classes were eliminated: did-label, did-entry, item, control-head, control, dsc-head, and dsc.
14 Nov. 2003, other various color, size, and font changes.
08 Dec. 2003, tdiv class created.
29 Dec. 2003, citation class deleted.

*/




body	{	
	background: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", garamond, serif;
	padding: 0;
	margin: 0;
	}

p	{	
	background: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", garamond, serif;
	padding-left: 1em;
	padding-right: 1em;
	}

h1	{	
	background: #FFFFFF;
	color: #000040;
	font-family: arial, verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	}

h2	{	
	background: #FFFFFF;
	color: #000040;
	font-family: arial, verdana, sans-serif;
	font-size: 125%;
	font-weight: bold;
	}

h3	{	
	background: #FFFFFF;
	color: #000040;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding-left: 1em;
	}

h4	{	
	background: #FFFFFF;
	color: #000040;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-left: 5%;
	}

.access	{
	background: #FFFFFF;
	color: #FF3333;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	}

.blocktext	{
	margin-left: 5%;
	}

.table-bibref	{
	padding-left: 0;
	padding-right: 0;
	background: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", garamond, serif;
	}

.chronlist-head	{
	background: #FFFFFF;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	}

.chronlist-shade1	{
	background: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", garamond, serif;
	}

.chronlist-shade2	{
	background: #DEE0E9;
	color: #000000;
	font-family: "Times New Roman", garamond, serif;
	}

.abstract-label	{
	background: #DEE0E9;
	color: #000040;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	}

.abstract	{
	background: #DEE0E9;
	color: #000000;
	font-family: "Times New Roman", garamond, serif;
	}

.thead	{
	background: #FFFFFF;
	color: #000040;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	}

.tbody	{
	background: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", garamond, serif;
	}

.tdiv	{
	background: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", garamond, serif;
	padding: .5em 1em .5em 1em;
	}

.query	{
	background: #FFFF00;
	}

.pad	{
	padding-left: 1em;
	padding-right: 1em;
	}

.toc	{
	background: #FFFFFF;
	font-size: 12px; 
	color: #000040;
	font-family: arial, verdana, sans-serif;
	}

.tochead	{
	background: #DEE0E9;
	color: #000040;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	}

