body {
  font-family: sans-serif;
  font-size: medium;
  color: black;
  background-color: white;
  margin: 0;
  padding: 0;
}
#HeaderBlock {
  margin:0.0em;

}
#columnContainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align:left;
}
#MenuBlock {
  float: left;
  width: 12em;
  margin:0; padding:0;
}
#MenuBlock-content {
  margin:0; padding: 0.0em 0;
}
#ContentBlock {
  margin:0 0 0 12em; padding:0;
}
#ContentBlock-content {
  margin:0; padding: 0.5em 2em;
}
hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}
#FooterBlock {
  border-top: 1px solid gray;
  text-align: center;
  font-size: 0.6em;
  margin: 0 5px;
}
#FooterBlock p {
  text-align: center;
}
h1 {
  font-size: 180%;
  font-weight: bolder;
  color: rgb(242,102,49);
  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;
}
#TPCommitteeTable {
}
#TPCommitteeTable th {
  padding: 1em 1em 0 1em;
}
#TPCommitteeTable td {
  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 1px 0 0;
}
#navigation li {
  list-style: none;
  padding: 0;
  margin: 0.6em 0;
  text-align: right;
}
#navigation li a {
  padding-right: 0.5em;
  border-bottom: 1px solid #f26631;
  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: #f9b398;
}
#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;
}
#navigation li.sep {
  margin: -1.2em 0 0.4em 0;
  border-bottom: 1px dashed #ccc;
}

a, a:link, a:visited {
  border-bottom: 1px solid #f26631;
  text-decoration: none;
  color: #333333;
}
a:hover {
  border-color: black;
  color: black;
  background-color: #f9b398;
}

a.plain, a.plain:link, a.plain:visited {
  border-style: none;
  text-decoration: none;
  color: #333333;
}
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 {
  margin-top: 3cm;
  text-align: center;
}
img.VenuePhoto {
  border: 3px solid rgb(242,102,49);
}
#LatestNews {
  border: 2px solid rgb(242,102,49);
  background-color: #f9b398;
  margin: 0.5em 0;
  padding: 0.5em;
}
p.SpecialNote {
  border: 2px solid rgb(242,102,49);
  background-color: #f9b398;
  font-weight: bolder;
  margin: 1em;
  padding: 0.5em;
}
table.ExInfo {
  border: 1px solid gray;
  border-collapse: collapse;
  margin: 1em;
}
table.ExInfo td {
  border: 1px solid gray;
  padding: 3px 10px;
  vertical-align: top;
}
table.ExInfo th {
  border: 1px solid gray;
  padding: 3px 10px;
  vertical-align: top;
}
table.ExInfo ul {
  padding: 0 1em;
  margin: 0;
}
div.sep {
  border-bottom: 1px solid gray;
}
