﻿/* Mr Mars' Cascading Style Sheet for his Photography Pages */
/* Warren Mars - first written 20/1/09 */
/* Uses various shades of yellow */

/* Main tags */
body {
  font-size: 11pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 13pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
  text-align: left;
  color: Black;
  background-color: #FFFFDD;
}

div.standard {
  vertical-align: top;
  max-width: 60em;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;
}

p {
  margin-top: 0pt;
  text-align: justify;
}
p.nl {
  margin-bottom: 0pt;
}
p.indent1 {
  margin-left: 80px;
}
p.indent2 {
  margin-left: 160px;
}
p.centered {
  margin-top: 0pt;
  text-align: center;
}
p.centered_nl {
  margin-top: 0pt;
  margin-bottom: 0pt;
  text-align: center;
}
p.float_right {
  margin-top: 0pt;
  float: right;
  margin-left: 10px;
}
p.float_left {
  margin-top: 0pt;
  float: left;
  margin-right: 20px;
}

/*  Headings */
h1 {
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
  margin-top: 0pt;
  margin-bottom: 16pt;
}
h2 {
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
  margin-top: 0pt;
  margin-bottom: 10pt;
}
h3 {
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
  margin-top: 0pt;
  margin-bottom: 0pt;
}
h3.centered {
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  margin-top: 0pt;
  margin-bottom: 4pt;
}

h3.indent1 {
  margin-left: 80px;
}
h3.indent2 {
  margin-left: 160px;
}

/* Tables */
table {
  table-layout: auto;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
td {
  vertical-align: top;
  margin-top: 0pt;
  padding: 0px;
}

table.gallery {
  table-layout: auto;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
td.gallery_parameters {
  width: 120px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
  font-size: 9pt;
  line-height: 12pt;
  margin-top: 0pt;
  text-align: center;
}
td.gallery_thumb {
  width: 200px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
  font-size: 9pt;
  line-height: 12pt;
  margin-top: 0pt;
  text-align: center;
}
td.gallery_comments {
  width: 400px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
  font-size: 9pt;
  line-height: 12pt;
  margin-top: 0pt;
  text-align: left;
}

table.text {
  table-layout: auto;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
td.text_heading {
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  vertical-align: bottom;
  font-size: 11pt;
  font-weight: bold;
  line-height: 13pt;
  margin-top: 0pt;
  text-align: center;
}
td.text {
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  vertical-align: bottom;
  font-size: 11pt;
  line-height: 13pt;
  margin-top: 0pt;
  text-align: left;
}

table.mars_scheme {
  table-layout: auto;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  column-count: 7;
  column-width: 110px;
  column-width: 70px;
  column-width: 50px;
  column-width: 50px;
  column-width: 50px;
  column-width: 100px;
  column-width: 300px;
}

table.resolution_roundup {
  table-layout: auto;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  column-count: 7;
  column-width: 150px;
  column-width: 50px;
  column-width: 80px;
  column-width: 50px;
  column-width: 50px;
  column-width: 50px;
  column-width: 300px;
}

table.photon_flux {
  table-layout: auto;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  column-count: 9;
  column-width: 300px;
  column-width: 60px;
  column-width: 60px;
  column-width: 60px;
  column-width: 60px;
  column-width: 60px;
  column-width: 60px;
  column-width: 60px;
  column-width: 60px;
}


/*  Images */
img {
  border: 0px;
}
img.left {
  float: left;
  padding-right: 5px;
}
img.right {
  float: right;
  padding-left: 5px;
}
img.centered {
  padding-left: 5px;
  padding-right: 5px;
}
img.gallery {
  border: 0px;
}

/*  Links */
a:link {
  color: red;
  text-decoration: underline;
}
a:visited {
  color: red;
  text-decoration: underline;
}

/*  Normal horizontal line */
hr {
  border-style: solid none none;
  border-top: 1px solid red;
}

/* Fractional line feeds */
p.half_line {
  font-size: 6pt;
  line-height: 4pt;
}
p.quarter_line {
  font-size: 0pt;
  line-height: 2pt;
}

/*  Top level navigation - medium horizontal buttons in the centre of the page */
table.nav1 {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 6px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
td.nav1 {
  border: 2px solid #595900;
  padding: 1px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  color: Black;
  line-height: 14pt;
  width: 120px;
  text-align: center;
  background-color: #BFBF00;
}
td.nav1:hover {
  border-color: #595900;
  color: Black;
  background-color: #EEEE00;
}
td.nav1 a:link {
  color: Black;
  text-decoration: none;
}
td.nav1 a:visited {
  color: Black;
  text-decoration: none;
}

/*  Page level navigation - small horizontal buttons in the centre of the page */
table.nav2 {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 6px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
td.nav2 {
  border: 2px solid #595900;
  padding: 1px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11pt;
  color: Black;
  line-height: 14pt;
  width: 100px;
  text-align: center;
  background-color: #BFBF00;
}
td.nav2:hover {
  border-color: #595900;
  color: Black;
  background-color: #EEEE00;
}
td.nav2 a:link {
  color: Black;
  text-decoration: none;
}
td.nav2 a:visited {
  color: Black;
  text-decoration: none;
}

/*  Normal lists */
ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 15px;
}
ul.indent1 {
  margin-left: 80px;
}
ul.no_marker {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
  margin-top: 0px;
  padding-left: 20px;
}
ol.indent1 {
  margin-left: 80px;
}
li {
  text-align: left;
  margin-bottom: 12pt;
  }
li.nl {
  text-align: left;
  margin-bottom: 0pt;
}
li.indent_nl {
  text-align: left;
  margin-bottom: 0pt;
  margin-left: 80px;
}

/*  Small text */
sub {
  font-size: 8pt;
}
sup {
  font-size: 8pt;
}

p.small_text {
  font-size: 8pt;
  text-align: left;
  margin-top: 0pt;
}
p.small_text_centered {
  font-size: 8pt;
  margin-top: 0pt;
  text-align: center;
}
p.small_text_heading {
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
  margin-top: 0pt;
  margin-bottom: 0pt;
}
p.small_text_nl {
  font-size: 8pt;
  text-align: left;
  margin-top: 0pt;
  margin-bottom: 0pt;
}
p.caption {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: center;
  margin-top: 0pt;
}
pre.caption {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: center;
  margin-top: 0pt;
}

/*  Footnotes */
p.footnote {
  font-size: 8pt;
  text-align: left;
  margin-top: 0pt;
  margin-bottom: 0pt;
}
hr.footnote {
  border-style: solid none none;
  border-top: 1px solid black;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-bottom: 0pt;
  width: 300px;
}
ol.footnote {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 15px;
}
li.footnote {
  font-size: 8pt;
  text-align: left;
}
li.footnote_nl {
  font-size: 8pt;
  text-align: left;
  margin-bottom: 0pt;
}

