body {
  width: 98%;
  min-width: 800px;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 40px;
  padding: 0;
  background-image: url("../img/background_right");
  background-position: right;
  background-repeat: repeat-y;
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  text-align: left;
  color: #e41;
  font-size: x-large;
  font-style: italic;
  padding-left: 1em;
  padding-right: 0;
  padding-top: 0.5em;
  padding-bottom: 0;
  margin: 0;
}
#frame {
  width: 95%;
  background: #fff;
  color: #000;
  border-top: 15px solid #c2c;
  border-bottom: 15px solid #c2c;
}
#menuBlock {
  width: 20%;
  background: #fff;
  float: left;
  clear: left;
  color: #000;
  padding-top: 2em;
  border-top: 1px solid #000;
  font-size: x-small;
}
#mainBlock {
  width: 79%;
  background: #fff;
  padding: 0px;
  margin: 0px auto;
  float: right;
  clear: right;
  color: #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.mainContents {
  padding: 1em;
}
.mainContents h2 {
  font-size: large;
  font-style: italic;
}
.mainContents h3 {
  font-size: medium;
  font-style: italic;
}
.mainContents h4 {
  font-size: small;
  font-style: italic;
}
.middle {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.menuHead {
  background: #c2c;
  color: #fff;
  font-size: small;
  font-weight: bold;
  padding: 0.1em;
  border-top:  1px solid #000;
  border-bottom: 1px solid #000;
}
li.menuSelected {
  margin-left: 0;
  padding-left: 0;
  list-style-image: url("../img/arrow.gif");
  color: #e41;
}
li.menu {
  margin-left: 0;
  padding-left: 0;
  list-style-image: url("../img/right.gif");
  color: #e41;
}
ul.menu {
  margin-left: 1.5em;
  padding-left: 0;
}
a {
  text-decoration: none;
  color: #00a;
}
a:hover {
  text-decoration: underline;
  color: #e41;
}
table.simple {
  border-collapse: collapse;
  border: 1px solid #000;
}
table.simple th {
  font-weight: normal;
  text-align: left;
  padding: 0.3em;
  border: 1px solid #000;
}
table.simple th.em {
  font-weight: bold;
  text-align: center;
  padding: 0.3em;
  border: 1px solid #000;
}
table.simple th.strong {
  font-weight: bold;
  text-align: center;
  padding: 0.3em;
  background: #c2c;
  color: #fff;
  border: 1px solid #000;
}
table.simple td {
  padding: 0.3em;
  border: 1px solid #000;
}
table.simple tr.cancel {
  background: #eee;
  color: #888;
}
table.clear {
  border-collapse: collapse;
  border: 1px solid #000;
}
table.clear th {
  font-weight: bold;
  text-align: left;
  padding: 0.3em;
  background: #8de;
  color: #000;
  border: 1px solid #000;
}
table.clear td {
  padding: 0.3em;
  border: 1px solid #000;
}
table.clear caption {
  font-style: italic;
  font-weight: bold;
}
table.sponsor th {
  font-weight: normal;
  text-align: center;
}
table.sponsor td.gold {
  background: #c2c;
  color: #fff;
}
table.sponsor td.detail {
  font-size: x-small;
}
table.fee {
  border-collapse: collapse;
  border: 1px solid #000;
}
table.fee th {
  font-weight: bold;
  text-align: center;
  padding: 0.3em;
  background: #8de;
  color: #000;
  border: 1px solid #000;
  font-size: x-small;
}
table.fee td {
  padding: 0.3em;
  border: 1px solid #000;
  text-align: center;
  font-size: x-small;
}
table.fee caption {
  font-style: italic;
  font-weight: bold;
}
table.prog {
  border-collapse: collapse;
  border: 1px solid #000;
}
table.prog tr {
  vertical-align: top;
}
table.prog th {
  font-weight: bold;
  text-align: center;
  padding: 0.3em;
  background: #8de;
  border: 1px solid #000;
  font-size: x-small;
  vertical-align: middle;
}
table.prog td {
  padding: 0.3em;
  border: 1px solid #000;
  text-align: left;
  font-size: x-small;
}
table.prog td.break {
  padding: 0.3em;
  border: 1px solid #000;
  background: #8de;
  text-align: center;
  font-size: x-small;
}
table.prog caption {
  font-style: italic;
  font-weight: bold;
}
table.prog em {
  font-style: normal;
  color: #e41;
}
ul.author {
  list-style: none;
  font-style: italic;
  font-size: small;
}
dl.panel {
  margin-left: 1.5em;
  padding-left: 0;
}
dl.panel dt {
  display: compact;
  font-weight: bold;
}
dl.panel dd {
  font-style: italic;
}
dl.panel dd.title {
  font-style: normal;
}
dl.abstract {
  margin-left: 1.5em;
  padding-left: 0;
}
dl.abstract dt {
  display: compact;
  font-weight: bold;
}
dl.abstract dd {
  font-style: normal;
}
a img {
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
}
.whiteout {
  background: #fff;
  color: #fff;
}
.right {
  text-align: right;
}
hr {
  border-collapse: collapse;
  border-top: 1px solid #000;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
#bottomBlock h2 {
  background: #c2c;
  color: #fff;
  font-size: small;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  border-top:  1px solid #000;
  border-bottom: 1px solid #000;
}
#bottomBlock a {
  text-decoration: none;
  color: #fff;
}
#bottomBlock a:hover {
  text-decoration: none;
  color: #00a;
}
.red {
  color: #e41;
}
dl.chairs dt {
  font-weight: bold;
  font-style: italic;
}
dl.chairs dd {
  margin-bottom: 1em;
}
address.small {
  font-size: small;
}
div.box {
  border-top:  1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
  background: #ffa;
}
div.alart {
  border-top:  1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
  background: #ffa;
  font-size: large;
  font-weight: bold;
}
div.bio {
  font-size: x-small;
}
span.affiliation {
  font-size: x-small;
  font-weight: normal;
}
div.speaker {
  padding-left: 5em;
  font-style: italic;
  font-weight: normal;
}
p.box {
  border-top:  1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
  background: #ffa;
}
