body {
    min-width:770px;
    background-color: rgb(238, 226, 242);
    margin-left: 0px;
    margin-top: 3px;
    font-size: 62.5%;
}

html>body {
    font-size: 11px;
}

a {
    color: #88311D;
}

a:hover {
    color: #FF0000;
}

#wrap {
    margin: 0 auto;
    width:770px;
}

#header {
    background:white;
}

#main {
    float: left;
    width: 575px;
}

h1, h2, h3 {
    color: #052532;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

small {
    font-weight: normal;
}

#main {
    padding-left: 15px;
    padding-bottom: 2em;
}

h1 {
    margin-top: 1ex;
    margin-bottom: 1ex;
    font-size: 200%;
}

h2 {
    margin-top: 2ex;
    margin-bottom: 1ex;
    font-size: 125%;
}

h2.eventpeople {
    text-align: left;
}

h3 {
    margin-top: 1.5ex;
    margin-bottom: 0.75ex;
    font-size: 110%;
}

ul, ol {
    margin-top: 1ex;
    margin-bottom: 1ex;
}

dl {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

dt {
    font-weight: bold;
    text-transform: capitalize;
}

dd {
    text-transform: capitalize;
}

p, blockquote, li, td, th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0;
    line-height: 150%;
}

p, blockquote {
    margin-bottom: 1ex;
}

li {
    margin-bottom: 0.75ex;
}

ul li {
    list-style-type: square;
}

ul.bibliography {
    text-indent: -2em;
}

ul.bibliography li {
    list-style-type: none;
}

blockquote {
    margin-left: 2.5em;
    margin-right: 0;
}

#sidebar {
    float:left;
    width:176px;
    padding-top:8px;
}

#sidebar td {
    line-height: 0;
}

img {
    border: 0;
}

.fixme {
    font-weight: bold;
    color: white;
    background-color: red;
    padding: 2px;
}

img.sponsor {
    float: right;
    margin: 0 0 6px 10px;
}

img.forTeachers {
    float: right;
}

img.biophoto {
    float: right;
    padding-left: 1em;
}

img.sessionimage {
    float: right;
}

table.data {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 2px solid #88311D;
    padding: 4px;
}

table.data th, table.data td {
    padding: 0.5ex 1em;
}

table.data a {
    text-decoration: none;
}

table.data a:hover {
    text-decoration: underline;
}

table.program {
    margin-bottom: 2em;
    border-collapse: collapse;
    border: 1px solid #88311D;
}

table.program .date {
    font-size: 150%;
    font-style: italic;
    font-weight: bold;
}

table.program .header {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

table.program td {
    padding: 1px 3px;
    border-top: 1px solid #88311D;
    border-bottom: 1px solid #88311D;
}

table.program td.high {
    background-color: #E2E1E6;
}

table.program td.low {
    background-color: #F6F5F0;
}

table.program td.loc {
    text-align: center;
    width: 2em;
}

table.program td.loc .which {
    font-size: 150%;
    font-weight: bold;
}

li .slot_title {
    font-style: italic;
}

p.slot_title, p.event_title, p.event_authors, p.slot_person {
    font-family: "Arial Narrow", Helvetica, sans-serif;
    line-height: 120%;
}

p.slot_type {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
}

p.event_title {
    margin-top: 1em;
    margin-bottom: 0;
    font-weight: bold;
}

p.event_authors {
    margin-bottom: 1em;
    text-align: right;
}

p.slot_person {
    margin-top: 1em;
    margin-bottom: 0;
}

p.event_title a, p.event_authors a, p.slot_person a {
    text-decoration: none;
}

p.event_title a:hover, p.event_authors a:hover, p.slot_person a:hover {
    text-decoration: underline;
}

.key-swatch {
    width: 10px;
}

td.key-detail {
    padding-left: 5px;
}

ul.poster li a {
    text-decoration: none;
}

ul.poster li a:hover {
    text-decoration: underline;
}

table.people td+td {
    padding-left: 2em;
}

h2.program {
    margin-bottom: 0;
}

p.program-slot-label {
    color: #052532;
    margin-top: 0.5ex;
    margin-bottom: 0;
    font-size: 110%;
}

span.program-slot-format {
    font-weight: bold;
}

p.program-facilitator {
    margin: 0;
}

p.program-pres-title {
    margin-top: 1ex;
    margin-left: 1em;
    margin-bottom: 0;
}

p.program-pres-authors {
    margin-top: 0;
    margin-left: 2em;
    margin-bottom: 0;
}

hr {
    margin-top: 2em;
}

li.event {
    margin-left: -2em;
}

li.event div.event_list_day {
    float: left;
    width: 12em;
}

li.event div.event_list_time {
    float: left;
    width: 8em;
}

li.event div.event_list_location {
}

/* -------------------------------------------------------------------------- */
/* Big table program grid */
/* -------------------------------------------------------------------------- */

table.program-grid {
    border-collapse: collapse;
}

table.program-grid th, table.program-grid td {
    padding: 1em 1ex;
    border: 2px solid #444;
}

table.program-grid a {
    font-family: inherit;
    color: inherit;
    text-decoration: none;
}

table.program-grid a:hover {
    text-decoration: underline;
}

td.grid-room-header, td.grid-dead-header, td.grid-time-header {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: black;
    white-space: nowrap;
}

td.grid-room-header, td.grid-slot {
    min-width: 20em;
}

td.grid-slot {
    font-family: "Arial Narrow", Helvetica, sans-serif;
    color: inherit;
}

span.grid-slot-type, span.grid-slot-title {
    font-size: 110%;
}

span.grid-slot-type {
    text-transform: uppercase;
    font-weight: bold;
}

span.grid-event {
    font-weight: bold;
}

div.grid-spacer {
    height: 10px;
    vertical-align: middle;
}

td.grid-slot hr {
    margin: 10px 0 8px 0;
    padding: 0;
}
