/*  author: Jeremy Setton */

a {
  font-family: times,helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #F5F5F5;
  text-decoration: none;
}

a.email {
  letter-spacing: 1px;
}

a:hover {
  text-decoration: underline;
}

a.email:hover {
  text-decoration: underline;
}

a.items {
  background-color: #1B3461;
  color: #F5F5F5;
  font-size: 14px;
  font-variant: small-caps;
  letter-spacing: 1px;
}

a.items:hover {
  text-decoration: none;
}

body {
  background-color: #1B3461;
  color: #F5F5F5;
  font-family: times,helvetica;
  font-size: 12px;
}

body.entrance {
  font-family: times,helvetica;
  margin-top: 60px;
}

div {
  color: #F5F5F5;
  font-family: times,helvetica;
}

div.description {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

div.formHidden {
  display: none;
}

div.formVisible {
  display: block;
  font-size: 12px;
  font-weight: bold;
  overflow: auto;
}

div.infos {
  font-size: 18px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 1px;
}

div.items-infos {
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 1px;

}

div.picture {
  font-size: 18px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

div.pwd {
  font-size: 26px;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 5px;
  padding-bottom: 10px;
}

div.title {
  font-size: 30px;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 5px;
}

h1 {
  color: #F5F5F5;
  font-family: times,helvetica;
  font-size: 24px; 
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 1px;
}

input.form {
  background-color: #1B3461;
  color: #F5F5F5;
  border: 1px solid;
  font-size: 12px;
  font-weight: bold;
}

img {
  border: 0;
}

img.slideshow {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
          progid:DXImageTransform.Microsoft.Fade(duration=2);
}

select.form {
  background-color: #1B3461;
  color: #F5F5F5;
  font-size: 12px;
  font-weight: bold;
}

table {
  border: 0;
  border-color: #F5F5F5;
  border-spacing: 20px;
  height: 100%;
  width: 100%;
}

td {
  text-align: center;
  padding-top: 8px;
}

td.items {
  padding-top: 60px;
  padding-bottom: 60px;
  white-space: nowrap;
}

td.picture {
  padding: 20px;
}

textarea.description {
  background-color: #1B3461;
  color: #F5F5F5;
  border: 1px solid;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  white-space: pre;
}