/* * * * * * * * *
 * Global Styles *
 * * * * * * * * */
@page {
  margin: 10mm;
}

body {
  background: #ffeedd;
  color:black;
  font-family: verdana, helvetica, arial, sans-serif;
  margin-top:0.1cm;
}

#siteId, #mainMenu, #subMenu, #catMenu, #bottom,
    #admin, #requestanchor, .dontPrint {
   display: none;
}

p {
  text-align: justify;
  font-size: smaller;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  color: black;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}

h2 {
  margin: 0.1em 0 1em 0;
  padding: 0;
  font-family: "times new roman", times, serif;
  font-weight: bold;
  font-size: 140%;
  color: black;
  text-align: center;
}

h2 + p {
  margin-top: 0.5em;
}

h3 {
  margin: 0em ;
  font-family: 'trebuchet ms',tekton,arial,helvetica,sans-serif;
  font-weight: bold;
  font-size: 110%;
  color: black;
  text-align: center;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: black;
}

img {
  border-color: transparent;
}

div.main {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  text-align: justify;
}

#strapLine {
   text-align: center;
   font-weight: bold;
   font-style: italic;
   font-size: larger;
   padding: 0 2em 0.3em 0;
   margin-bottom: 0.5em;
}

#entrant {
  border-collapse: collapse;
}
#entrant td {
   height: 40px;
}

#classForm {
   border-collapse: collapse;
   margin-top: 20px;
}

#classForm td, #classForm th {
   border: solid navy thin;
   text-align: center;
   font-size: small;
}

#classForm td {
   height: 40px;
}

.titchy {
   height: 10px;
}

.smallrow {
   height: 20px;
}

.mediumrow {
   height: 40px;
}

.largerow {
   height: 100px;
}

.deeprow {
   height: 160px;
}

/*  forms */
.subchoice {
  padding: 0.5em;
  text-align: left;
}

select {
  margin-right: 10px;
}

legend {
  font-weight: bold;
  background: #ddddbb;
  color: black;
  padding: 2px 5px;
  margin-bottom: 10px;
}

fieldset {
  background: #eeddcc;
  font-size: smaller;
}

fieldset > div {
  margin: 1em 1em;
}

button {
  display: block;
  margin: 0.8em;
  background: #aaddff;
  color: maroon;
  border: outset 5px #bbeeff;
}

textarea {
  vertical-align: top;
}

label > * {
  margin-left: 8px;
}

.leftImage {
    float: left;
    padding-right: 7pt;
}

.rightImage {
    float: right;
    padding-left: 7pt;
}

.line {
  margin: 8px 0;
}

.block {
  display: block;
  width: 400px;
  margin: 6px 0;
}

.name {
  font-weight: bold;
  font-size: larger;
}


.tickbox {
  font-size: 18pt;
  margin-left: 20px;
  vertical-align: middle;
}

table {
   border-collapse: collapse;
}

th, td {
   border: solid black thin;
   font-size: 10pt;
}

th {
   vertical-align: middle;
   text-align: center;
}
tr {
    vertical-align:top;
    padding: 0px 0
}

/* typical is used to produce a centered table with borders */
table.typical {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

table.typical th, table.typical td {
  vertical-align: middle;
  border: solid #885500;
  padding: 5px;
}

table.typical td {
  text-align: center;
}
