body {
  font-family: sans-serif;
  font-size: medium;
  color: black;
  background-color: white;
  margin: 0;
  padding: 0;
  background-image: url("../images/ICASSP2008_WebBG.png");
  background-repeat: repeat-x;
  background-color: #b8d6ff;
}
#HeaderBlock {
  margin: 0;
}
#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;
}
#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: #d02027;
  background-color: inherit;
  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: inherit;
  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 {
  text-decoration: none;
  border: 2px solid #d02027;
  background: #fff2d1;
  padding: 1px 4px; 
  display: block;
}
#navigation li a:link {
  color: black;
}
#navigation li a:visited {
  color: black;
}
#navigation li a:hover {
  color: black;
  background-color: #fec60c;
}
#navigation h4 {
  display: inline;
  margin: 0;
  padding: 1px 0.33em;
  position: relative;
  top: -1em;
  font-size: 1.1em;
  border: 1px solid gray;
}
#navigation #title {
  text-align: left;
}
#navigation li.sep {
  margin: -0.3em 3em -0.6em 3em;
  background-image: url("../images/WebSep.png");
  background-repeat: no-repeat;
  background-position: center;
}
table#CFPTopics {
  font-size: 80%;
}
div#ConfHeader {
  text-align: center;
}
a, a:link, a:visited {
  border-bottom: 1px solid #d02027;
  text-decoration: none;
  color: black;
}
a:hover {
  border-color: black;
  color: black;
  background-color: #f3c60c;
}

a.plain, a.plain:link, a.plain:visited {
  border-style: none;
  text-decoration: none;
  color: black;
}
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;
}
#LatestNews {
  border: 2px solid #d02027;
  background-color: #fff2d1;
  margin: 0.5em 0;
  padding: 0.4em;
  max-width: 800px;
}
#LatestNews h3 {
  margin: 0;
}
#LatestNews ul {
  margin-top: 0;
  margin-bottom: 0;
}
#LatestNews li {
  list-style-type: circle;
}
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 {
  padding: 1em;
  border: 2px solid #d02027;
  background-color: #fff2d1;
}
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: #fff2d1;
 font-weight: bolder;
 border: 1px solid #d02027;
}
#SSSubmit {
  border-collapse: collapse;
  border-style: none;
}
#SSSubmit th {
  border-style: none;
  font-weight: bolder;
  padding: 4px;
}
#SSSubmit td {
  border-style: none;
  padding: 4px;
}
ul.nodecoration {
}
ul.nodecoration li {
  list-style: none;
}
.important {
  border: 2px solid #d02027;
  background-color: #fff2d1;
  margin: 0.5em 0;
  padding: 0.4em;
}
