﻿/*
General Style used by all pages except the home page.
*/

.highlight {
  color: red;
  }

.tothecentre {
  text-align:center;
  }

.blkfmt {
  text-align:justify;
  }

body.stdpage {
  background-color:#FFFFCC;
  }

body.lnkpage {
  background: #FFFFCC url(Back1.jpg);
  }

div {
  font-family:arial, sans-serif;
  }

div.lnklist {
  font-size: 25px;
  }

.fontplus1 {
  font-size: 1.1em;
  }

#headerhr {
  clear: both;
  color: #aaaaaa;
  width: 100%;
  }

#headerButtons {
  float: right;
  width: 118;
  padding-left: 10px;
  }

.pseudoButton {
  float: left;
  background-color: black;
  border: 1px solid black;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 3px;
  margin-right: 3px;
  }

.pseudoButton a {
  display: block;
  float: left;
  background-color: white;
  color: black;
  font-family:arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  border: 2px solid white;
  }


.pseudoButton a:link {
  border-color: white;
  color: black;
  }

.pseudoButton a:visited {
  border-color: white;
  color: black;
  }

.pseudoButton a:hover {
  border-color: #FFAA55;
  color: navy;
  }

.pseudoButton a:active {
  border-color: white;
  color: black;
  }

#headerTitle {
  font-family:"lucida calligraphy", serif;
  font-size: 14pt;
  line-height: 18pt;
  }

h1 {
  font-family:"lucida calligraphy", serif;
  font-size: 14pt;
  line-height: 14pt;
  margin-bottom: 3px;
  }

td.w5percent {
  width: 5%;
  }

td.w7percent {
  width: 7%;
  }

td.w20percent {
  width: 20%;
  }

#swarm {
  float: left;
  width: 220px;
  }

.photocredit {
  font-size: 0.8em;
  color: gray;
 }

#schedule {
  position: relative;
  left: 20px;
  border: 2px solid red;
  }

#schedule th {
  border: 1px solid red;
  padding-left: 5px;
  }

#schedule td {
  background-color: white;
  }

.classNum {
  text-align: right;
  padding-right: 10px;
  }

label.fixedwidth {
  width: 100px;
  text-align: right;
  vertical-align: top;
  }

label.money {
  width: 150px;
  text-align: right;
  vertical-align: top;
  }

fieldset {
  padding: 5px;
  }

#AppForm {
  width: 700px;
  }

#AppFormSet {
  border: 2px solid navy;
  }

#AppFormSet legend {
  color: red;
  font-weight: bold;
  }

#AppFormSet legend.major {
  font-size: 1.2em;
  }

#AppFormSet .instruction {
  position: relative;
  left: 10px;
  width: 250px;
  vertical-align: top;
  font-size: 0.8em;
  color: navy;
  }

#AppFormSet .methodForPW {
  display: inline;
  font-size: 0.8em;
  color: navy;
  }

#AppFormSet #pwMethodPrompt {
  float: left;
  }

#receiptRequired {
  float: right;
  padding-right: 40px;
  }

#payAddress {
  padding-left: 100px;
  font-size: 0.8em;
  color: navy;
  }

.block1 {
  float: left;
  }

.block2 {
  float: right;
  padding-right: 30px;
  }

.block3 {
  clear: both;
  }

#xhtml-std img {
  vertical-align: middle;
}

.advert {
  margin: 10px;
  border: 2px solid purple;
}

.meetings {
  padding-left: 5%;
  padding-right: 7%;
}

.meetings dt {
  font-weight: bold;
  padding-top: 10px;
}

.cancelled {
  font-family: "arial black", arial, sans-serif;
  font-weight: bold;
  color: #ff3300;
}

.recipe .quantity {
  padding-left: 20px;
  padding-right: 10px;
}

table.smarttable {
  border-collapse: collapse;
  border: 1px solid black;
}

.smarttable th {
  background-color: #bed8f3;
  border: 1px solid black;
}

.smarttable td {
  border: 1px solid black;
}

.tagline {
  float: left;
  width: 100%;
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
}

.tagline .controlsleft {
  float: left;
}

.tagline .controlsright {
  float: right;
}

.tagline .controlsright a {
  display: block;
  float: left;
  font-size: 12px;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  }

.ajax {
  float: left;
  font-weight: bold;
  color: #ff4500;
  margin: 0px;
  padding: 0px;
  border: 0px;
  padding-left:3px;
  padding-right:2px;
}

#login {
  Display: inline;
}


#logout {
  Display: none;
}

.sound {
  display: none;
}

