@charset "utf-8";

html, body { /*clear default settings for document*/
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background: #FFFFFF;
	margin: 2em;
	padding: 0px;
	border: 0px;
	height: 100%;
	font-size: 12pt;
}
h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 { /*main document headline*/
	font-family: Impact, Arial, Helvetica, Verdana, sans-serif;
	font-size: 180%;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: normal;
}
h2 { /*section headline*/
	font-size: 130%;
	font-weight: 700;
}
h3 { /*section subhead*/
	font-size: 100%;
	font-weight: 800;
	text-decoration: overline;
	font-style: italic;
}
h4 { /*small text links*/
	font-size: 90%;
	text-align: center;	
}
h5, h6 { /*update and footer text*/
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	font-weight: normal;
}
h5 { /*updates only*/
	font-style: italic;
}

p { /*nothing special for now?*/
}

a {
	text-decoration: underline;
	color: #0000FF;
}
sup { /*to fix line-height expansion*/
	position: relative;
	top: -2px;
	vertical-align: top;
	font-size: 80%;
	color: #660066;
}
.epigram {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
ul.wide li { /*for lists that match paragraph linespacing*/
	margin-top: 1.1em;
}
.intro:first-letter { /*drop caps*/
	font-size : 300%;
	font-weight : bold;
	float : left;
	width : 0.7em;
	line-height: 90%;
}
.pullquote {
	color: #003366;
	border: outset 2px #000000;
	background-color: #FFFFCC;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px;
	margin-left: 5px;
	float: right;
	line-height: 1.3em;
}
#Previous ul, td ul {
	margin-top: 0;
}
#Previous li {
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	font-weight: normal;
}

table { /*fills the content div, zero cellspacing*/
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
thead, .red { /*red header row*/
	background: #CC0000;
}
.col1 { /*slide-noslide column*/
	width: 1%;
	border-right: hidden;
}
.col2, .col50 { /*entry column*/
	width: 50%;
}
.col2, .col2b { /*entry columns*/
	border-left: hidden;
}
.col2b { /*notes column*/
	width: 14%;
}
.col3, .dol40 { /*notes column*/
	width: 40%;
}
.col4 { /*btt column*/
	width: 9%;
}
.col5 { 
	width: 5%;
}
.col10 { 
	width: 10%;
}
.col15 { 
	width: 15%;
}
.col20 { 
	width: 20%;
}
.col30 { 
	width: 30%;
}
.col35 { 
	width: 35%;
}
.col65 { 
	width: 65%;
}
.col80 { 
	width: 80%;
}

th { /*red header cells*/
	padding: 0.3em;
	font-weight: bold;
	border: 1px inset #999999;
	width: 50%;
	vertical-align: middle;
	background: #CC0000;
}
td { /*ordinary entry cells*/
	font-family: "Times New Roman", Times, serif;
	padding: 1px;
	border: 1px inset #999999;
	vertical-align: top;
	line-height: 1.1em;	
}
.overview h3{ /*blue date text for TL summaries*/
	color: #003366;
	font-size: 105%;
	text-decoration: none;
	font-style: normal;
}
.overview ul { /*subheads for TL summaries*/
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-style: italic;
	font-weight: bold;
	font-size: 95%
}
.overview ul ul { /*TL summary entries*/
	margin-left: 1em;
	padding-left: 1px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	list-style-type: disc;
	list-style-position: outside;
}
.inverse td { /*for popping white-on-black text in date rows, and marking "slider" cells*/
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	padding: 0.3em;
	font-weight: bold;
	background: #000000;
	vertical-align: middle;
}
table.alt1 td.inverse {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	padding: 0.3em;
	font-weight: normal;
	background: #000000;
	vertical-align: top;
}
.notes { /*smaller text style for Notes cells*/
	padding: 2px 2px 1px 1px;
	font-family: "Helvetica Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.05em;
}
.inverse td.notes { /*centering Year X dates*/
	text-align: center;
}
.inverse td.bttop { /*for positioning BackToTop links*/
	font-family: "Helvetica Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0.3em;
	font-weight: normal;
	background: #000000;
	vertical-align: middle;
	text-align: right;
	border-left: hidden;
}
span.bttop, span.notes {
	display:none;
}
.bttop a:link, .bttop a:visited { /*color of BTT links*/
	color: #FFFFFF;
	text-decoration: none;
}
.bttop a:hover { /*hover color of BTT links*/
	color: #0000FF;
} 
.tright { /*right-aligning table data*/
	text-align: right;
}
.preC { /*provisional pre-Crisis canonicity*/
	color: #009933;	
}
.preNE { /*provisional pre-NewEarth canonicity*/
	color: #003399;	
}
.blue { /*month labels*/
	color: #FFFFFF;
	padding: 0.3em;
	font-weight: bold;
	vertical-align: middle;
	background-color: #003366;
}
.left { /*to float images like Validation Buttons to the left*/
	display: block;
	float: left;
	clear: left;
	margin: 1px;
}
.right { /*to float images to the right*/
	display: block;
	float: right;
	margin: 1px;
}
a img { /*to clear any border from image links*/
	border: none;
}
#Corner, #Nav, #Searchbox { /*top left div for clock image*/
	display: none;
}
#Header { /*top div for site header image*/
	height:115px;
	background-color: #003366;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto 0 auto;
}
#Content { /*main div for site content, containing editable & Footer*/
	padding: 5px 10px 5px 10px;
	margin: 0;
	font-size: 90%;
}
#Footer { /*bottom div for legalese*/
	padding: 0px 5px 5px 5px;
	font-size: 90%;
}
#Footer img { /*to align Validation Buttons with text*/
	vertical-align: text-top;
}