body {
  font-family: sans-serif;
  font-size: medium;
  color: black;
  background-color: white;
  margin: 0;
  padding: 0;
}
#HeaderBlock {
  padding: 0;
  margin: 0;
  background-color: rgb(15,66,147);
  border-bottom: 1px solid black;
}
#columnContainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align:left;
}
#ContentBlock {
  margin: 0 0 0 0; padding:0;
}
#ContentBlock-content {
  margin: 0;
  padding: 0.5em 1em;
}
hr.cleaner {
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  padding: 0;
  border:none;
  visibility: hidden;
}
#FooterBlock {
  border-top: 1px solid black;
  text-align: center;
  font-size: 0.6em;
  margin: 5px 0 0 0;
}
#FooterBlock p {
  text-align: center;
  margin-top: 0;
}
h1 {
  font-size: 180%;
  font-weight: bolder;
  text-align: left;
  color: #5d7063;
}
h2 {
  font-size: 150%;
  font-weight: bolder;
}
h3 {
  font-size: 120%;
  font-weight: bolder;
}
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;
}
#ImportantDatesTable td {
  padding: 0 0 0 2em;
}
#PaperDeadlineRow td {
  font-weight: bolder;
}
#navigation {
  padding: 0 0;
  margin: 0;
  font-size: 0.8em;
}
#navigation li {
  list-style: none;
  border-bottom: 1px solid black;
  font-weight: bolder;
  color: white;
}
#navigation li a {
  padding: 0.3em 1em 0.4em 1em;
  margin: 0;
  display: block;
  text-decoration: none;
  color: white;
  border-style: none;
}
#navigation li a:link {
}
#navigation li a:visited {
}
#navigation li a:hover {
  background-color: #687969;
  color: white;
}
#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;
}
#MenuBlock img {
  margin: 1em 0;
  border: 1px solid black;
}
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;
}
a {
  color: rgb(15,66,147);
  text-decoration: none;
  border-bottom: 1px dashed rgb(15,66,147);
}
a:hover {
  border-bottom-style: solid;
}
a.plain {
  border-width: 0;
  text-decoration: none;
}
div#OrganizingCommittee h3 {
  font-size: 1.1em;
  margin: 1em 1em 0 0;
}
div#OrganizingCommittee p {
  margin-top: 0;
}
div#OrganizingCommittee li {
  list-style: none;
}
div#CallForPapers h3 {
  width: auto;
  font-style: italic;
  font-weight: 100%;
  background-color: #ddd;
}
div#CallForPapers table {
  background-color: #ffe;
  border-collapse: collapse;
  border: 1px solid gray;
}
div#CallForPapers td {
  border: 1px solid gray;
  padding: 3px 10px;
}
div#Home table {
  background-color: #ffe;
  border-collapse: collapse;
  border: 1px solid gray;
}
div#Home td {
  border: 1px solid gray;
  padding: 3px 10px;
}

