html, body {
  margin: 0;
  font-family: Verdana, sans-serif;
}

table.frame {
  border-collapse: collapse;
  width: 100%;
}

.filler, .banner {
  background-color: #6C337A;
}

.banner {
  background-image: url(/otows/2006/img/logo2_notxt_top_rm.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: white;
  text-align: left;
  font-style: oblique;
  font-family: Trebuchet;
  font-weight: normal;
  padding: 20px 101px 20px 20px;
}

.banner .title {
  font-size: 250%;
}

.banner .subtitle {
  font-size: 120%;
}

.navbar {
  background-color: #4559AF;
  width: 1px;
}

.navbar img {
  display: block;
  text-align: center;
  margin: 10px;
}

.navbar a {
  margin: 6px 10px;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #D7E0FF;
}

.navbar a:hover {
  background-color: #56B;
  color: white;
}

.content {
  background-color: white;
  background-image: url(/otows/2006/img/logo2_notxt_bottom.gif);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 20px 101px 20px 20px;
}

.footer {
  padding: 10px;
  font-size: xx-small;
  border-top: 1px solid #a55;
}

h1 {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}

h2 {
  text-align: left;
  font-size: 100%;
  font-weight: bold;
}

.invitation {
  text-align: center;
  font-size: 150%
}

.invitation img {
  padding: 30px;
}

.location {
  font-size: 70%;
  font-weight: bold;
}

.no-bg-img {
  background-image: none;
}

.Presentation {
  background-color: #e0e6ff;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid black;
  padding: 5px;
}

.PresentationTitle {
  font-size: 120%;
  font-weight: bold;
}

.PresenterName {
  font-style: italic;
  margin-bottom: 0.5em;
}

.PresentationSummary {
  margin-bottom: 0.5em;
}

.PresenterBio {
  font-style: italic;
  font-size: 90%;
}

table.schedule {
  border-collapse: collapse;
}

table.schedule th {
  padding-top: 3em;
  padding-bottom: 0.5em;
  font-size: larger;
}

table.schedule td {
  border: thin solid #66f;
  background-color: #eef;
  vertical-align: top;
  padding: 0.2em;
}

table.schedule td.time {
  padding-right: 1em;
  font-weight: bold;
}

table.schedule td.track1 {
  background-color: #e4e4ff;
}

table.schedule td.track2 {
  background-color: #ddf;
}

table.schedule a {
  text-decoration: none;
}

table.schedule a:hover {
  text-decoration: underline;
}

