/* The primary style sheet for the redesigned pages of The Astrophsyics Spectator.
*/

body {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	font-family: "Times New Roman", "Times", serif;
	font-size: 12pt;
	color: black;
	background-color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 1em 0em 0.5em 14px;
}

h1 {
	font-size: 16pt;
	margin: 0.5em 0em 2em 14px;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 14pt;
	font-style: italic;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 12pt;
	font-style: italic;
}

p {
	text-indent: 2em;
	line-height: 1.2;
	margin: 0.3em 0em 0.3em 0em;
}

a {
	color: black;
}

a:link {
	color: navy;
}

a:hover {
	background-color: yellow;
}

a:active {
	color: black;
	background-color: #33ccff;
}

a.permanent {
	color: navy;
}

/* Style definitions for the header box.
*/

div.header {
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: auto;
	height: 100px;
	z-index: 1;
	border: solid navy 4px;
	color: red;
	background: black;
}

img.headerlogo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	width: 100px;
	height: 100px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
}

div.headertitle {
	position: absolute;
	left: 100px;
	right: 0px;
	top: 0px;
	width: auto;
	border-width: 0px;
	border-left: 4px navy solid;
	height: 80px;
	z-index: 2;
	font-size: 30pt;
	font-style: normal;
	text-align: center;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(/images/HeaderLeftSmall.jpg);
}

div.innerheadertitle {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	text-align: center;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(images/HeaderRightSmall.jpg);
}

div.headertitle p {
	text-indent: 0px;
	margin-top: 12px;
}

div.headermenu {
	position: absolute;
	left: 100px;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: 20px;
	border-left: 4px navy solid;
	z-index: 4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

div.headermenu a {
	color: white;
	text-decoration: none;
}

div.headermenu a:link {
	color: white;
	text-decoration: none;
}

div.headermenu a:hover {
	color: #ffcc99;
	background: black;
	text-decoration: underline;
}

div.headermenu a:active {
	color: #ffcc99;
	background: black;
	text-decoration: underline;
}

table.headermenutable {
	width: 100%;
	table-layout: auto;
	margin: 0px 0px 5px 0px;
	border-collapse: separate;
	color: orange;
}

table.headermenutable td {
	padding: 0px 3px 0px 3px;
	vertical-align: top;
}

table.headermenutable p {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}

/* Style definitions for the advertisement column.
*/

div.adcolumn {
	position: absolute;
	top: 108px;
	right: 0px;
	width: 160px;
	padding: 6px 6px 6px 6px;
	z-index: 2;
	background:white;
}

	/* A box for centered text in the ad column.
	*/
div.columnbox {
	margin: 6px 0px 0px 0px;
	text-align: center;
}

div.googlebox {
	height: 78px;
}

div.googlebox h2 {
	margin-top: 6pt;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}

input.googlesearch {
	position: absolute;
	top: 32px;
	left: 6px;
	right: 6px;
	width: auto;
}

img.googleimage {
	position: absolute;
	top: 58px;
	left: 6px;
	width: auto;
}

input.googlebutton {
	position: absolute;
	top: 58px;
	right: 6px;
	width: auto;
}

/* Box with a border and left-justified text used within the ad column.
*/

div.adbox {
	width: auto;
	margin: 6px 0px 6px 0px;
	border: solid;
	border-width: 1px;
	border-color: black;
	padding: 0pt 6px 0pt 6px;
}

div.adbox p {
	margin: 0px 0px 6px 0px;
	font-size: 10pt;
	text-indent: 0px;
}

div.adbox p.title {
	color: red;
	font-size: 10pt;
	font-style: italic;
	margin: 1px 0pt 3px 0px;
	text-align: center;
}

div.adbox img {
	border: 0px;
}

div.adbox img.icon {
	float: left;
	margin: 0px 6px 0px 0px;
	width: 32px;
	height: 32px;
}

/* Style definitions for the top ad box.
*/

div.topadbox {
	position: absolute;
	top: 116px;
	left: 0px;
	right: 172px;
	width: 468px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	z-index: 1;
}

/* Style definitions for the text column box.  This box contains
* the primary contents of a page.
*/

div.textcolumn {
	position: absolute;
	top: 116px;
/*	top: 184px; */
	left: 0px;
	right: 172px;
	width: auto;
	padding: 0px 0px 0px 6px;
	margin-top: 0px;
	z-index: 2;
	background:white
}

div.textcolumn p {
	margin-left: 14px;
	margin-right: 14px;
}

div.textcolumn dt {
	margin-left: 14px;
}

div.textcolumn dd {
	margin-bottom: 1em;
}

div.textcolumn li {
	margin-bottom: 1em;
}

/* Box for bottom ad.  This box is at the bottom of the text
* column box.
*/
div.adboxtext {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 6px;
	text-align: center;
	clear: both;
}

/* The navigationbox is a box that floats to the top-left of the text
* column box.  It generally contains the table of context for a survey
* path and a list of related pages.  The box is also used on the home
* page to show the list of new pages on the site.
*/

/* div.navigationouterbox {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} */

	/* The final configuration for this box.
	*/
div.navigationouterbox {
	width: 200px;
	float: left;
	margin: 0px 18px 6px 0px;
	border: solid navy 2px;
	padding: 6px 6px 6px 6px;
	font-size: 10pt;
}

/* div.navigationbox {
	width: 200px;
	float: left;
	margin: 0px 18px 6px 0px;
	border: solid navy 2px;
	padding: 6px 6px 6px 6px;
	font-size: 10pt;
} */

	/* The final configuration for this box.
	*/
div.navigationbox {
}

div.navigationbox div.navigationimage {
	width: 200px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: black;
}

div.navigationbox img.navigationimage {
	width: 200px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.navigationbox h2 {
	border-top: solid 2px red;
	margin: 6px 0px 3px 0px;
	padding: 6px 0px 0px 0px;
	font-size: 12pt;
	font-style: normal;
	text-align: center;
}

div.navigationbox h2.top {
	border-top: solid 0px black;
	margin: 3px 0px 3px 0px;
	text-align: center;
}

div.navigationbox h3 {
	margin: 6px 0px 0px 0px;
	font-size: 10pt;
	font-style: italic;
	color: #ff7700;
}

div.navigationbox p {
	margin: 3px 0px 3px 36px;
	text-indent: -36px;
}

div.navigationbox p.chapter {
	font-style: italic;
	margin-left: 48px;
	text-indent: -36px;
}

div.navigationbox p.section {
	font-size: 9pt;
	margin-left: 60px;
	text-indent: -36px;
}

div.navigationbox p.subsection {
	font-size: 9pt;
	font-style: italic;
	margin-left: 72px;
	text-indent: -36px;
}

div.navigationbox span.verticalstrut {
	color: white;
}

div.navigationotherbox {
}

div.navigationotherbox p {
	margin: 3px 0px 3px 48px;
	text-indent: -36px;
}

div.calendarbox {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background: white;
	color: black;
}

div.calendarbox h2 {
	border-top: 0px;
	margin-top: 0px;
	margin-bottom: 9px;
	color: blue;
	text-align: center;
}

div.calendarbox table {
	margin: 0px 0px 0px 0px;
	border: solid black 1px;
	width: 100%;
	background: navy;
	color: white
}

div.navigationbox div.navigationad {
	width: 200px;
	border-top: solid 2px red;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	background: white;
	text-align: center;
}

div.navigationouterbox div.navigationad {
	width: 200px;
	border-top: solid 2px red;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	background: white;
	text-align: center;
}

/* The box navigationfooter is at the bottom of the text box.  For a page on a survey
* path, the box is filled by a Javascript with links to the first, previous, and next
* pages in a survey path.
*/

div.navigationfooter {
	width: 100%;
	clear: both;
}

div.navigationfooter table {
	table-layout: fixed;
	width: 100%;
	margin: 24px 0px 6px 0px;
	border-collapse: separate;
	background-color: navy;
}

div.navigationfooter td {
	padding: 0.1em 0.3em 0.1em 0.3em;
	text-align: center;
	vertical-align: middle;
	background-color: white;
}

div.navigationfooter a {
	color: maroon;
	font-weight: normal;
	text-decoration: none;
}

div.navigationfooter a:link {
	color: blue;
}

div.navigationfooter a:hover {
	color: black;
	text-decoration: underline;
}

div.calendarfooter {
}

div.calendarfooter p {
	text-indent: 0pt;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

div.calendarfooter a {
	color: red;
	font-style: italic;
	font-size: 10pt;
}

div.calendarfooter a:hover {
	color: black;
}

/* Styles in the text column box.
*/

h1.topic {
/*	color: #ffcc99; */
	color: #ff7700;
	font-size: 12pt;
	font-style: italic;
	margin-bottom: 0em;
	margin-top: 18px;
}

h1.subtitled {
	margin-bottom: 0.5em;
}

h2.subtitle {
	margin-top: 0em;
	margin-bottom: 2em;
}

p.capitalstart {
/*	text-indent: 0pt; */
}

p.capitalstart:first-letter {
	font-size: 200%;
	font-weight: bold;
	float: none;
	margin: 0pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
	line-height: 1;
}

p.continue {
	text-indent: 0pt;
}

p.noindent {
	text-indent: 0pt;
	margin-bottom: 1em;
}

p.blockquote {
	font-size: 11pt;
	text-indent: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 2em;
	padding-right: 2em;
	text-indent: 1em;
}

p.changenote {
	text-indent: 0em;
	font-size: 10pt;
	font-style: italic;
}

div.hangindent {
}

div.hangindent p {
	text-indent: -1em;
	padding: 0em 0em 0em 1em;
	margin-bottom: 1em;
}

div.hangindent p.continue {
	text-indent: 0em;
	padding: 0em 0em 0em 1em;
	margin-bottom: 1em;
}

div.reference {
}

div.reference p {
	text-indent: -2em;
	padding: 0em 0em 0em 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.reference p.continue {
	text-indent: 0em;
	padding: 0em 4em 0em 2em;
	margin-bottom: 1em;
}

span.nobreak {
	white-space: nowrap;
}

span.smaller {
	font-size: 10pt;
}

span.smallest {
	font-size: 9pt;
}

/* Definitions for tables.
*/

	/* Object table: used to describe the definitions.
	*/

h2.object {
	margin-left: 3em;
	margin-bottom: 0.5em;
	clear: both;
}

h3.object {
	font-weight: normal;
	margin-left: 4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	clear: both;
}

table.object {
	table-layout: auto;
	width: auto;
	margin-left: 2em;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	border-collapse: collapse;
	clear: both;
}

table.object th {
	vertical-align: baseline;
	text-align: left;
}

table.object td {
	text-align: left;
	vertical-align: baseline;
	padding: 0px 48px 6px 0px;
}

table.object td.name {
	vertical-align: baseline;
	font-weight: bold;
}

table.object td.right {
	text-align: right;
	vertical-align: baseline;
}

table.object td.center {
	text-align: center;
	vertical-align: baseline;
}

table.data td.left {
	text-align: left;
	vertical-align: baseline;
}

table.object p {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
	white-space: nowrap;
}

	/* Data table: used to list data.
	*/


h2.data {
	text-align: center;
	clear: both;
}

div.data {
	overflow: auto;	
	width: auto;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px navy solid;
	border-right: 1px navy solid;
	clear: both;
}

table.data {
	table-layout: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	border-collapse: collapse;
	clear: both;
}

table.data thead {
	border-bottom: 1px solid black;
}

table.data th {
	text-align: center;
	vertical-align: baseline;
	padding: 0px 24px 6px 24px;
}

table.data th.left {
	text-align: left;
	vertical-align: baseline;
	padding: 0px 24px 6px 6px;
}

table.data td {
	text-align: center;
	vertical-align: baseline;
	padding: 12px 24px 0px 24px;
}

table.data td.name {
	text-align: left;
	vertical-align: baseline;
	font-weight: bold;
	padding: 12px 12px 0px 6px;
}

table.data td.left {
	text-align: left;
	vertical-align: baseline;
	padding: 12px 12px 0px 6px;
}

table.data td.leftmore {
	text-align: left;
	vertical-align: baseline;
	padding: 12px 12px 0px 30px;
}

table.data td.right {
	text-align: right;
	vertical-align: baseline;
	padding: 12px 24px 0px 6px;
}

table.data td.rightmore {
	text-align: right;
	vertical-align: baseline;
	padding: 12px 46px 0px 6px;
}

table.data p {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
	white-space: nowrap;
}

/* Definitions for formatted equations.
*/

div.formula {
	text-align: center;
	margin-top: 12pt;
	margin-bottom: 12pt;
}

div.formula p {
	text-indent: 0pt;
	margin-top: 2pt;
	margin-bottom: 2pt;
}

table.formulabox {
	table-layout: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table.formulabox td {
	text-align: center;
	padding: 0pt 0pt 0pt 0pt;
	margin: 0pt 0pt 0pt 0pt;
}

table.formulabox td.leftside {
	text-align: right;
	padding: 0pt 3pt 0pt 0pt;
}

table.formulabox td.rightside {
	text-align: left;
	padding: 0pt 0pt 0pt 3pt;
}

table.formulabox td.leftalign
{
	text-align: left;
}

/* Photography and drawing styles.
*/

	/* Standard 200 pixel picture.
	*/
div.photograph {
	margin: 0px 0px 0px 0px;
	width: 200px;
}

div.photograph p {
	font-size: 10pt;
	font-style: italic;
	text-indent: 0pt;
}

	/* Wide, centered photograph, 500 pixels.
	*/
div.widephoto {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

div.widephoto p {
	font-size: 10pt;
	font-style: italic;
	text-indent: 0pt;
	margin-bottom: 1em;
}

	/* Wide-centered drawing.
	*/
div.drawing {
	font-size: 10pt;
	width: auto;
	text-align: center;
	margin-top: 12pt;
	margin-bottom: 12pt;
}

div.drawing p {
	margin-top: 0pt;
}

/* A Floating box of undefined size.
*/

div.floatright {
	margin: 6px 14px 6px 14px;
	float: right;
	width: auto;
}

div.floatleft {
	margin: 6px 14px 6px 14px;
	float: left;
	width: auto;
}

/* Not transferred yet.
*/


p.block {
	text-indent: 0pt;
	margin: 1em 0em 1em 0em;
}

div.blockquote {
	margin: 0.3em 2em 0.3em 2em;
}

div.blockquote p {
	font-size: 11pt;
	text-indent: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.applet {
	width: 100%;
	text-align: center;
}

div.applet p {
	font-size: 10pt;
	font-style: italic;
	text-indent: 0pt;
	text-align: left;
	margin-left: 5em;
	margin-right: 5em;
}

div.livefigure {
	margin: 0pt 0pt 0pt 0pt;
	width: 300px;
}

div.livefigure p {
	font-size: 10pt;
	font-style: italic;
	text-indent: 0pt;
}

div.footnote {
	font-size: 10pt;
	margin: 12px 12px 9px 12px;
}

div.footnote p {
	text-indent: 0em;
	margin-top: 0pt;
	margin-bottom: 0.3em;
}

div.signature {
	text-align: right;
	width: auto;
	margin-top: 1em;
	margin-bottom: 2em;
	margin-right: 25%;
	margin-left: auto;
	font-style: italic;
}

div.homesignature {
	text-align: right;
	width: auto;
	margin-top: 1em;
	margin-bottom: 2em;
	margin-right: 4em;
	margin-left: auto;
	font-style: italic;
}

p.close {
	text-indent: 0pt;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

p.editnote {
	color: red;
	font-style: italic;
	font-size: larger;
}

span.editnote {
	color: red;
	font-style: italic;
}

a.highlight {
	color: red;
	font-style: italic;
	font-size: 10pt;
}

a.highlight:hover {
	color: black;
}

div.footer {
	width: 100%;
	margin-top: 2em;
	margin-bottom: 0px;
}

div.footer p {
	font-style: italic;
	text-align: center;
	text-indent: 0em;
	margin-top: 0px;
	margin-bottom: 0.3em;
	clear: both;
}

div.bordercolumnbox {
	width: auto;
	margin-top: 6px;
	border: solid 1px black;
	padding: 6px 6px 6px 6px;
	text-align: left;
}

div.bordercolumnbox p {
	margin: 0.3em 0em 0.3em 0em;
	font-size: 10pt;
	text-indent: 0px;
}

div.bordercolumnbox p.title {
	color: red;
	font-size: 10pt;
	font-style: italic;
	margin: 0em 0em 0.3em 0em;
}

div.notice {
	width: auto;
	margin: 6px 6px 6px 6px;
	padding: 6px 6px  6px 6px;
}

div.notice p {
	margin: 0.3em 0em 0.3em 0em;
	text-indent: 0pt;
	font-size: 11pt;
}

div.notice h3 {
	font-size: 12pt;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	color: blue;
}


table.formulabox {
	table-layout: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table.formulabox td {
	text-align: center;
	padding: 0pt 0pt 0pt 0pt;
	margin: 0pt 0pt 0pt 0pt;
}

table.formulabox td.leftside {
	text-align: right;
	padding: 0pt 3pt 0pt 0pt;
}

table.formulabox td.rightside {
	text-align: left;
	padding: 0pt 0pt 0pt 3pt;
}

table.formulabox td.leftalign
{
	text-align: left;
}
