body {
  font-family: sans-serif;
  color: black;
  background-color: white;
  margin: 0;
  padding: 0;
  background-color: rgb(225,225,225);
}
#HeaderBlock {
  margin: 0.1em;
}
#columnContainer {
  width: 100%;
  margin: -1.7em 0 0 0;
  padding: 0;
  text-align:left;
  max-width: 800px;
}
#MenuBlock {
  float: left;
  width: 12em;
  margin:0; padding:0;
}
#MenuBlock-content {
  margin:0; padding: 0.5em 0;
}
#ContentBlock {
  margin:0 0 0 12em; padding:0;
}
#ContentBlock-content {
  font-size: small;
  margin:0; padding: 1.5em 1em;
}
hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}
#FooterBlock {
  border-top: 0px solid gray;
  text-align: center;
  font-size: 0.6em;
  margin: 0 0px;
  background-color: rgb(215,15,15);
}
#FooterBlock p {
  text-align: center;
}
h1 {
  font-size: 180%;
  font-weight: bolder;
  color: rgb(215,15,15);
  background-color: white;
  text-align: left;
}
h2 {
  font-size: 150%;
  font-weight: bolder;
  color: black;
}
h3 {
  font-size: 120%;
  font-weight: bolder;
  color: black;
}
table.SessionList tr td {
  border-style: none;
  font-size: small;
}
td.locationcell {
  border-style: solid;
  font-size: large;
  text-align: right;
}
td.daycell {
  color: red;
  background-color: white;
  font-size: larger;
  font-weight: bold;
}
td.timecell {
  color: black;
  background-color: inherit;
  text-indent: 0.5cm;
  font-weight: bold;
}
p {
  text-align: justify;
}
p.FinePrint {
    font-size: smaller;
}
.red {
  color: red;
}
ul#LatestNews li {
  border-bottom: 1px solid rgb(220,220,220);
  padding: 2px 0px 2px 0px;
}
ul#LatestNews li:first-child {
  border-bottom: 1px solid rgb(220,220,220);
  border-top: 1px solid rgb(220,220,220);
}
ul#cfpTopicList {
  list-style: none;
  font-weight: bolder;
}
#ImportantDatesTable td {
  padding: 0 0 0 2em;
}
#PaperDeadlineRow td {
  font-weight: bolder;
}
#OrgCommitteeTable {
  text-align: center;
}
#OrgCommitteeTable th {
  text-align: center;
  padding: 1em 1em 0 1em;
}
#OrgCommitteeTable td {
  text-align: center;
  padding: 0 1em;
}
#navigation {
  padding: 0 0 1px 0;
  margin: 1em 0 0;
  font: bold 0.8em sans-serif;
  background: white;
  width: 100%;
  border: 1px solid gray;
  border-width: 1px 0px 0 0;
  background-color: rgb(215,15,15);
}
#navigation li {
  list-style: none;
  padding: 0;
  margin: 2.0em 0;
  text-align: right;
}
#navigation li a {
  padding-right: 0.5em;
  border-bottom: 1px solid rgb(215,15,15);
  text-decoration: none;
}
#navigation li a:link {
  color: black;
}
#navigation li a:visited {
  color: black;
}
#navigation li a:hover {
  border-color: black;
  color: black;
  background-color: rgb(0,171,204);
}
#navigation h4 {
  display: inline;
  margin: 0;
  padding: 1px 0.33em;
  position: relative;
  top: -1em;
  font-size: 1.1em;
  background: white;
  border: 1px solid gray;
}
#navigation #title {
  text-align: left;
}

a, a:link, a:visited {
  border-bottom: 1px solid rgb(215,15,15);
  text-decoration: none;
  color: rgb(215,15,15);
}
a:hover {
  border-color: black;
  color: black;
  background-color: rgb(0,171,204);
}

a.plain, a.plain:link, a.plain:visited {
  border-style: none;
  text-decoration: none;
  color: rgb(0,171,204);
}
a.plain:hover {
  border-style: none;
  color: black;
  background-color: inherit;
}

table.PaperStatusGrid {
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
}

table.PaperStatusGrid tr.HeaderRow {
  background-color: black;
  color: white;
}

table.PaperStatusGrid tr.HeaderRow th {
  font-weight: bold;
  text-align: left;
  padding: 2px 10px;
}

table.PaperStatusGrid td {
  padding: 2px 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#CrossAdvertise {
  padding-top: 1cm;
  padding-bottom: 1cm;
  text-align: center;
  background-color: rgb(215,15,15);
}

#CrossAdvertise a {
  font-size: small;
}

#CrossAdvertise a:link {
  color: black;
}

#CrossAdvertise a:visited {
  color: black;
}

#CrossAdvertise a:hover {
  border-color: black;
  color: black;
  background-color: rgb(0,171,204);
}