/* Standard style sheet for Metfern Cemetery */

body {background-color: silver;
      font-family: Arial, sans-serif;
      font-size: 85%;
      margin: 1em;
      padding: 0}

a {color: blue}

a:hover {color: red}

h1 {float: left;
    font-size: 150%;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.35em}

h2 {font-size: 125%;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0.5em}

img.logo {float: right;
          border-style: none}

/* Tables */

table {margin-top: 0.5em;
       margin-bottom: 0.5em;
       border-collapse: collapse}

table.nested {margin-top: 0;
              margin-bottom: 0}

tr.odd {background-color: white}

tr.even {background-color: gainsboro}

tr.next {padding-bottom: 1em}

th {font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: left}

td {font-family: Arial, sans-serif;
    font-weight: normal;
    vertical-align: top}

/* Open tables */

table.open th {padding-left: 0.75em;
               padding-right: 0.75em;
               border-bottom: solid 1pt black}

table.open th:first-child {padding-left: 0}

table.open td {padding-left: 0.75em;
               padding-right: 0.75em;
               border: none}

table.open td:first-child {padding-left: 0}

/* Closed tables */

table.closed tr.valid {background-color: white}

table.closed tr.invalid {background-color: lightgray}

table.closed th {padding-left: 0.5em;
                 padding-right: 0.5em;
                 background-color: yellow;
                 border: solid 1pt black}

table.closed td {padding-left: 0.5em;
                 padding-right: 0.5em;
                 border: solid 1pt black}

ul {margin: 0;
    padding-left: 2em}

li {list-style: disc}

p {margin-top: 0.75em;
   margin-bottom: 0.75em}

p.footer {font-style: italic}

hr {clear: both;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    color: black;
    height: 2px}

