body {
  margin: 0;
  padding: 0;
  font-family: Tahoma, sans-serif;
  font-size: 0.9em;
}

img {
  border: 0 solid black;
  margin: 0;
  padding: 0;
}

a {
  font-weight: bold;
  color: red;
  text-decoration: none;
}

a:visited {
  /*color: #8f3bb2;*/
   color: red;
}

a:hover {
  background-color: #ffeab0;
}

span.play-title {
  font-style: italic;
}

p.small {
  font-size: 0.8em;
}

table.black-border {
  border: 2px solid black;
  margin-bottom: 1em;
  border-collapse: collapse;
}

table.black-border th, table.black-border td {
  border: 1px solid black;
  padding: 0.4em;
  vertical-align: top;
}

td.left {
  width: 12em;
  text-align: left;
}

div.thumbs {
  float: right;
  height: 500px;
  width: 230px;
  margin: 0 0 1em 0;
  padding: 0;
  overflow: auto;
  text-align: center;
  background-color: #ffeab0;
}

div.thumbs img {
  cursor: pointer;
}

#caption {
  padding: 0.5em 0 0.5em 0;
}

#gct-header {
  background-color: black;
  background-image: url(../images/common/banner.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 0;
  height: 130px;
}

#gct-header-logo {
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 2em;
  float: left;
}

#gct-header h1 {
  font-family: Times New Roman, serif;
  color: red;
  margin: 0;
  padding-top: 10px;
  font-size: 1.8em;
  letter-spacing: 0.2em;
}

#gct-header h1 span.initial {
  font-size: 1.2em;
}

#gct-nav {
  width: 14em;
  float: left;
}

#gct-nav div.content {
  padding: 1em;
}

#gct-nav ul {
  margin: 0;
  padding: 0.25em 0 0 1em;
}

#gct-nav ul li {
  margin: 0;
  padding: 0 0 0.25em 0;
  font-weight: bold;
  list-style-image: url(../images/common/list-black.png);
}

#gct-nav a {
  color: black;
  text-decoration: none;
}

#gct-nav ul li.selected, #gct-nav ul li.selected ul li.selected {
  list-style-image: url(../images/common/list-red.png);
}

#gct-nav ul li.selected ul li {
  list-style-image: url(../images/common/list-black.png);
}

#gct-nav ul li.selected, #gct-nav ul li.selected a, #gct-nav ul li.selected ul li.selected a {
  color: red;
}

#gct-nav ul li.selected ul li, #gct-nav ul li.selected ul li a {
  color: black;
}

#gct-nav ul li a:hover {
  background-color: #ffeab0;
}

#gct-nav a:visited {
}

#gct-nav a:active {
}

#gct-centre, #gct-centre-wide, #gct-centre-gallery {
  margin: 0 290px 0 18em;
  padding: 0;
  text-align: justify;
}

#gct-centre h1, #gct-centre h2, #gct-centre h3, #gct-centre-wide h1, #gct-centre-wide h2, #gct-centre-wide h3, #gct-centre-gallery h1, #gct-centre-gallery  h2, #gct-centre-gallery h3 {
  text-align: left;
}

#gct-centre-wide {
  margin: 0 40px 0 18em;
}

#gct-centre-gallery {
  margin: 0 5px 0 18em;
}

#gct-right {
  width: 230px;
  float: right;
  text-align: center;
}

#gct-right div.content {
  padding: 10px;
}

#gct-right div.border {
  padding: 5px 5px 0 5px;
  width: 200px;
  margin: 0;
  background-color: #ffeab0;
  margin-bottom: 5px;
}


#gct-right div.border p {
  text-align: center;
  margin-top: 1px;
  padding-bottom: 5px;
}

#gct-footer {
  clear: both;
  border-top: 3px solid black;
  padding: 0.25em;
  text-align: center;
  color: red;
  font-style: italic;
}

#gct-footer p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

#gallery-prev {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}
#gallery-prev img.active {
  cursor: pointer;
}

#gallery-next {
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}
#gallery-next img.active {
  cursor: pointer;
}

#gallery-stop {
  float: right;
  clear: right;
  width: 40px;
  height: 40px;
  margin: 1em 0 0 0;
  padding: 0;
}
#gallery-stop img.active {
  cursor: pointer;
}

#gallery-image-container {
  display: none;
}

#gallery-image-holder {
  margin: 0 40px 0 40px;
  text-align: center;
}

#gallery-thumbs {
  text-align: center;
}

span.thumb {
  width: 200px;
  height: 200px;
  text-align: center;
}
span.thumb img {
  vertical-align: middle;
  padding-bottom: 3px;
  cursor: pointer;
}


#gallery-caption {
  text-align: center;
  margin: 1em 0 1em 0;
}
