body {
  font-family: sans-serif;
  font-size: medium;
  color: black;
  background-color: white;
  margin: 0;
  padding: 0;
}
#HeaderBlock {
  margin: 0;
  border-bottom: 1px solid black;
}
#columnContainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align:left;
}
#MenuBlock {
  float: left;
  width: 12em;
}
#MenuBlock-content {
  margin:0; padding: 0;
  margin:0; padding:0.5em 0;
  background-color: #b6c4e4;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#SupporterBlock {
  float: left;
  width: 12em;
  text-align: center;
}
#SupporterBlock img {
  margin: auto;
  padding: 10px 0;
}
#ContentBlock {
  margin:0 0 0 12em; 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 {
  text-align: center;
  font-size: 0.6em;
  margin: 0;
  padding: 0;
}
#FooterBlock p {
  text-align: center;
}
h1 {
  font-size: 180%;
  font-weight: bolder;
  color: #056cb6;
  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;
}
table td {
  vertical-align: top;
}
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;
}
table#ImportantDates {
  border: 2px solid black;
  border-collapse: collapse;
  font-size: 80%;
}
table#ImportantDates td {
  border: 1px solid gray;
  padding: 0.1em 0.6em;
}
table.RegFeeSchedule {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-collapse: collapse;
}
table.RegFeeSchedule td, th {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  font-size: smaller;
}
#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;
  margin: 0;
  font: bold 0.8em sans-serif;
  width: 100%;
  border-width: 0;
}
#navigation li {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0.4em 0;
  text-align: left;
}
#navigation li a {
  border-bottom: 1px solid #056cb6;
  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: #056cb6;
}
#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 #4f7fc1;
}
table#CFPTopics {
  font-size: 80%;
}
div#ConfHeader {
  text-align: center;
}
a, a:link, a:visited {
  border-bottom: 1px solid #056cb6;
  text-decoration: none;
  color: #333333;
}
a:hover {
  border-color: black;
  color: black;
  background-color: #b6c4e4;
}

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;
}
div.CommitteeMember {
}
div.CommitteeMember .Title {
  display: block;
  font-weight: bolder;
  padding-top: 2.0em;
}
div.CommitteeMember .Name {
  display: block;
  padding-top: 0.2em;
}
div.CommitteeMember .Affiliation {
  display: block;
  padding-top: 0;
  font-style: italic;
  margin-left: 0.6em;
}
div.important {
  border: 2px solid #056cb6;
  background-color: #b6c4e4;
  padding: 1em;
}
table.HotelPrices {
  border-collapse: collapse;
  border: 1px solid black;
  margin: 0 1em;
}
table.HotelPrices td {
  text-align: right;
  border: 1px solid black;
  padding: 0 3px;
}
table.HotelPrices th {
  padding: 0 1em;
}
table.HotelPrices td.RoomType {
  text-align: left;
}
p.Support {
}
p.Support .Name {
  font-weight: bolder;
}
p.Support .Cost {
  font-weight: bolder;
  color: #056cb6;
}
.HousingSep {
  background-color: black;
  color: white;
  font-weight: bolder;
  font-family: sans-serif;
  padding: 2px 1em;
}
table.ShirtSelector {
  border-collapse: collapse;
  border: 1px solid black;
  margin: 0 1em;
}
table.ShirtSelector th {
  text-align: center;
  font-weight: bolder;
}
table.ShirtSelector td {
  border: 1px solid black;
  border-width: 0 1px;
  padding: 0 0.4em;
}
div #progressbar table {
  border-width: none;
  border-collapse: none;
}
div #progressbar td {
 border: 1px solid gray;
}
div #progressbar td.none {
 border-width: 0;
}
div #progressbar td.selected {
 background-color: #b6c4e4;
 font-weight: bolder;
 border: 1px solid black;
}
