body {
    font-family: arial, verdana, helvetica, sans-serif;
}
.topSponsor {
    font-size: 10pt;
    color: gray;
    /* font-style: italic; */
}
.hotelInfo {
    margin-left: 30px;
    margin-right: 30px;
}
.collapseblock { /* for java script abstract open/close */
    display: none;
}
.expandblock   { /* for java script abstract open/close */
    display: block
}
.keynote {
    background-color: #F7BDDE;
    font-weight: bold;
}

/* ------------------------------------------ important dates  --- */
table.dates {
    border-width: 1px;
    padding: 1px;
}

table.dates tr td:first-child { /* 1st column */
    text-align: right;
    width: 16em;
    padding-right: 20px
}

table.dates tr td { /* 2nd column */
    text-align: left;
}



/* ------------------------------------------------------ Tabs --- */

ul.tabsnav {
  position: relative;
  float: left;
  border-bottom: 1px solid #666;
  width: 99%;
  padding-left: 1%;
  margin-bottom: 6px;
  margin-top: 8px;
  background: #FAFAFA url(images/tabsshadow.gif) repeat-x bottom left;
  }
ul.tabsnav li {
  float: left;
  padding: 4px 14px 2px 7px;
  list-style-type: none;
}
ul.tabsnav li a {
  color: black;
  text-decoration: none;
}
ul.tabsnav li.selected {
  font-weight: bold;
  position: relative;
  top: 1px;
  border-top: 1px solid #CDCDCD;
  padding-top: 2px;
  padding-bottom: 3px;
  border-left: 1px solid #AAA;
  border-right: 1px solid #666;
  background-color: white;
}

ul.tabsnav .inactive {
  color: #999;
}

#content ul.tabsnav li a:link,#content  ul.tabsnav li a:visited { color: black; }
#content ul.tabsnav li a:hover , #content ul.tabsnav li a:active { color: #369; }