/* Start of CMSMS style sheet 'GODS' */
/* style.css */

body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin-left: 10px;
  margin-right: 10px;
}

.mainbody {
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
}

table {
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  background-color: #f0f0f0;
  width: 60%;
  padding: 0.5em;
  border: 1px dotted black;
}

.calls {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  width: 90%;
  padding: 0.5em;
  border: none;
}

.calls th {
  border-bottom: solid 1px black;
}

.calls td {
  border-left: 1px dotted black;
  border-right: 1px dotted black;
  border-bottom: 1px dotted black;
  padding: 1em;
}

.contact {
  margin-left: 5em;
  border-top: 1px dotted black;
  border-left: 1px dotted black;
  background-color: #f0f0f0;
  padding: 0.5em;
  padding-left: 1em;
  width: 25em;
}

blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 60%;
  padding: 0.5em;
  border-bottom: 2px dotted black;
  border-right: 2px dotted black;
  background-color: #f0f0f0;
}

.quotetitle {
  padding-left: 0.2em;
  float: left;
  font-weight: bold;
  font-style: italic;
  font-size: 90%;
}

.quotedef {
  padding-right: 0.5em;
  margin-left: 10em;
  text-align: justify;
  font-style: italic;
  font-size: 90%;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

img {
  border: none;
}

.header {
  height: 7em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0.5em 0.1em 0.5em 0.1em;
}

.menu {
  padding: 0 1ex 0 1ex;
  background-color: #cfcfcf;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.menu * {
  color: black;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  font-weight: bold;
}

.menu a:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}

.headerImg {
  vertical-align: middle;
}

.headerTitle {
  margin: 0;
  font-size: 250%;
}

.warning {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #f00000;
  font-style: italic;
  font-weight: bold;
}

.credits {
  font-size: 50%;
}

.ticketnote {
  font-size: 60%;
  font-style: italic;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  text-align: justify;
  width: 60%;
}

.picright {
  float: right;
  padding: 0.5em;
  margin: 0.5em;
  margin-left: 1em;
  border: thin solid silver;
  background-color: #f0f0f0;
  display: block;
  text-align: center;
}

.picright p {
  text-indent: 0;
  font-size: 60%;
  font-style: italic;
  margin: 0;
  text-align: center;
}

.picleft {
  float: left;
  padding: 0.5em;
  margin: 0.5em;
  margin-right: 1em;
  border: thin solid silver;
  background-color: #f0f0f0;
  display: block;
  text-align: center;
}

.picleft p {
  text-indent: 0;
  font-size: 60%;
  font-style: italic;
  text-align: center;
  margin: 0;
}

/* End of 'GODS' */

