body {
    min-width:770px;
    background-color: #D5E3E1;
    margin-left: 0px;
    margin-top: 3px;
    font-size: 62.5%;
}

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

a {
    color: #052532;
}

a:hover {
    color: #EC118F;
}

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

#header {
    background:white;
}

#main {
    float: left;
    width: 575px;
    padding-left: 15px;
    padding-bottom: 1.5em;
}

#footer {
    clear: both;
    margin: 0;
    padding: 1ex;
    border: 1px solid black;
    background-color: #54CC37;
    color: white;
    text-align: center;
    font-weight: bold;
}

#footer a {
    background-color: #54CC37;
    color: white;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

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

small {
    font-weight: normal;
}

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.summary {
    border-collapse: collapse;
}

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

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

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

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

td.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;
}

div.sponsor-image {
    padding-top: 1ex;
    padding-bottom: 0;
    margin-bottom: 2ex;
    margin-left: 3em;
}

/* Temporary program table styles */
/* Can be deleted after program page no longer uses them */
td.program-column-start-time {
    padding: 0;
    text-align: right;
}

td.program-column-dash {
    padding: 0;
    text-align: center;
}

td.program-column-end-time {
    padding: 0 1em 0 0;
    text-align: right;
}

/* For the side-bar link */
h3.navlink {
    text-align: center;
}

h3.navlink a {
    color: #EC118F;
}

/* FORM: ADD ATTENDEE */

table#attendee {
    margin-bottom: 1em;
}

table#attendee tr {
    vertical-align: baseline;
}

table#attendee td.form-label, table#attendee td.form-field {
    padding-bottom: 1ex;
}

table#attendee td.form-label {
    font-weight: bold;
}

table#attendee td.form-field {
    padding-left: 1em;
}

span.form-field-example {
    color: grey;
    font-size: smaller;
    padding-left: 4px;
}

div.reg-item-a {
    margin: 2ex 0 1ex 0;
}

div.reg-item-b {
    margin: 0 0 0 2em;
}

/* TABLE OF ATTENDEES */

table#reg {
    margin: 1em 0 0 0;
}

table#reg td+td, table#reg th+th {
    padding-left: 2em;
}

table#reg th {
    padding-top: 1ex;
    padding-bottom: 1ex;
}

table#reg td {
    padding-top: 1ex;
    padding-bottom: 1ex;
}

table#reg {
    border-collapse: collapse;
}

table#reg tr {
    vertical-align: baseline;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

table#reg span.name {
    font-weight: bold;
}

table#reg span.code {
    font-family: monospace;
    font-style: italic;
    font-size: 90%;
    color: grey;
}

table#reg div.subtotal {
    text-align: right;
    font-weight: bold;
}

#footnote {
    margin: 3ex 0 0 0;
}

table.nowrap td {
    white-space: nowrap;
}