html {
    overflow-y: scroll;
}
body,div,dl,dt,dd,ul,li,table,tr,th,td,h1,h2,h3,h4,h5,h6,h7,p,span,img,a,acronim {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
acronym {
    border-bottom: 1px dotted
}
body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #444;
    font-size: 85%;
    text-align: left;
    background: #f1f3f0  url("../img/bcg.png") repeat-x 0 0;
}
h2 {
    font-weight: bold;
    font-size: 120%;
}
caption, .skiplink, #piwikImgTracker, #nav h2, #footer h2 {
    width: 0;
    height: 0;
    position: absolute; left: 0px; top: -1000px;
    overflow: hidden;
}
.lorem {
    color: #bbb;
}
#header, #content, #org_spons div {
    box-shadow: 0.01px 1px 3px #999;
}
#header {
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    width: 100%;
    min-width: 940px;
    background: #336;
    margin-bottom: 10px;
}
#header h1 {
    font-weight: bold;
    font-size: 240%;
    padding: 10px 0;
}
#header div {
    background: #336  url("../img/header.jpg") no-repeat 95% 50%;
    width: 550px;
    min-height: 125px;
    padding: 15px 385px 15px 15px;
    margin: 0 auto;
}
#header p {
    font-size: 100%;
    margin: 0.4em 0;
}
#container {
    width: 940px;
    padding: 0 5px;
    margin: 0 auto;
}
#nav {
    float: left;
    width: 196px;
    background: #f0f0f0;
    overflow: hidden;
    border: solid 1px #bbb;
    border-bottom: none;
    margin-bottom: 10px;
    box-shadow: 1px 1px 0.01px #fff;
}
#nav a {
    color: #444;
    text-shadow: 1px 1px 0 #fff;
    width: 176px;
    display: block;
    padding: 5px 10px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #bbb;
    text-decoration: none;
}
#nav .selected a, #nav .ancestor a {
    background: #fff;
}
#nav a:hover, #nav a:focus,
#nav .selected a:hover, #nav .selected a:focus,
#nav .ancestor a:hover, #nav .ancestor a:focus {
    color: #fff;
    text-shadow: 1px 1px 0 #555;
    background: #336;
    border-top: solid 1px #666;
    border-bottom: solid 1px #222;
}
#content {
    float: right;
    background: #fff;
    width: 700px;
    min-height: 400px;
    padding: 10px 15px 2em 15px;
    border: solid 1px #bbb;
    margin-bottom: 10px;
    position: relative;
    border-radius: 0 0 15px 15px;
}
#content h2 {
    margin-bottom: 0.5em;
}
#content h3 {
    font-weight: bold;
    font-size: 105%;
    margin-top: 0.8em;
    margin-bottom: 0.2em;
}
#content div {
    overflow: hidden;
    margin-bottom: 1.2em;
}
#content p, #content li {
    margin: 0.3em 0;
}
#content a {
    color: #00d;
    text-decoration: underline;
}
#content a:visited {
    color: #228;
    text-decoration: underline;
}
#content a:hover, #content a:focus {
    color: #22f;
    text-decoration: none;
}
#content .part {
    width: 340px;
    float: left;
    padding: 0 5px;
    margin-bottom: 0;
}
#content .part .legend {
    font-size: 90%;
    margin-top: 1em;
}
#content .part li {
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
}
#content table {
    width: 100%;
    border-collapse: collapse;
}
#content th, #content td, #content h3.day {
    padding: 0.35em;
    border: solid 1px #bbb;
}
#content th, #content td {
    font-weight: normal;
    height: 2em;
}
#content th {
    color: #fff;
    text-decoration: none;
    text-shadow: -1px -1px 0 #333;
    background: #666;
    text-align: center;
}
#content thead th {
    background: #336;
}
#content td {
    color: #222;
    text-shadow: 1px 1px 2px #bbb;
}
#content table .session th {
    background: #464;
}
#content table .session td, #content table td.session {
    background: #dfd;
}
#content .break td, #content td.break {
    text-align: center;
    background: #ffb;
}
#content table .gap td, #content table td.gap {
    background: #fff;
}
#content .menu {
    display: block;
    font-size: 70%;
    text-align: right;
    margin: 1em 0;
}
#last_mod {
    font-size: 75%;
    min-height: 20px;
    text-align: right;
    position: absolute;  right: 15px; bottom: 0;
}
#content #hotels li {
    margin: 0.5em;
}
#content #hotels a {
    display: block;
}
#content #hotels p {
    margin: 0.3em 1.2em;
}
.maplink {
    margin: 0.3em 1.5em;
    font-size: 75%;
}
#org_spons {
    width: 940px;
    font-size: 16px;
    clear: both;
}
#org_spons div {
    background: #fdfffc;
    text-align: center;
    padding: 0;
    border: solid 1px #bbb;
    margin-bottom: 10px;
    border-radius: 15px;
}
#org {
    width: 530px;
    float: left;
}
#spons {
    width: 395px;
    float: right;
}
#org_spons h2 {
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    background: #336;
    text-align: center;
    padding: 0.3em;
    margin: 0;
    border-radius: 15px 15px 0 0;
    box-shadow: 0.01px 1px 3px #999;
}
#org_spons ul {
    overflow: hidden;
    margin: 10px;
}
#org_spons li, #powered li {
    float: left;
    overflow: hidden;
}
#org_spons li {
    margin-left: 45px;
}
#powered {
    overflow: hidden;
    margin: 0 auto;
    width: 550px
}
#powered li {
    margin-left: 40px;
}
#org_spons a, #powered a {
    display: block;
    overflow: hidden;
    position: relative; z-index: 1;
    padding: 5px;
}
#org_spons a, #org_spons span {
    height: 75px;
}
#powered a, #powered span {
    height: 64px;
}
#org_spons span, #powered span {
    position: absolute; top: 5px; left: 5px; z-index: 2;
    background-color: transparent;
    background-image: url("../img/org_spons.png");
    background-repeat: no-repeat;
}
#org_spons a {
    border: solid 1px #fdfffc;
    border-radius: 15px;
    color: #00d;
    text-decoration: underline;
}
#org_spons a:visited {
    color: #228;
    text-decoration: underline;
}
#org_spons a:hover, #org_spons a:focus {
    border: solid 1px #bbb;
    color: #22f;
    text-decoration: none;
}
#footer {
    text-shadow: 1px 1px 0 #fff;
    width: 930px;
    background: transparent;
    font-size: 80%;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    float: right;
    clear: both;
}
#footer p, #footer .menu {
    margin: 0.3em;
}
#footer a {
    color: #444;
    text-decoration: underline;
}
#footer a:hover, #footer a:focus {
    color: #000;
    text-decoration: none;
}
#footer .menu li {
    display: inline;
    height: auto;
    width: auto;
    border-right: solid 1px #fff;
}
#footer .menu li:first-child {
    border-left: solid 1px #bbb;
}
#footer .menu a {
    border-right: solid 1px #bbb;
    padding: 0 2ex 0 1ex;
}
#footer .menu li:first-child a {
    border-left: solid 1px #fff;
}
#org_spons .fuw * {
    width: 113px;
}
#org_spons .fuw span {
    background-position: 0 0;
}
#org_spons .cis * {
    width: 232px;
}
#org_spons .cis span {
    background-position: -113px 0;
}
#org_spons .ift * {
    width: 137px;
}
#org_spons .ift span {
    background-position: -346px 0;
}
#org_spons .ncn * {
    width: 75px;
}
#org_spons .ncn span {
    background-position: -484px 0;
}
#valid_html * {
    width: 120px;
}
#valid_html span {
    background-position: 0 -140px;
}
#valid_html a:hover span, #valid_html a:focus span {
    background-position: 0 -76px;
}
#valid_css * {
    width: 120px;
}
#valid_css span {
    background-position: -120px -140px;
}
#valid_css a:hover span, #valid_css a:focus span {
    background-position: -120px -76px;
}
#php * {
    width: 114px;
}
#php span {
    background-position: -241px -140px;
}
#php a:hover span, #php a:focus span {
    background-position: -241px -76px;
}
#content #map {
    width: 698px;
    height: 698px;
    border: solid 1px #bbb;
    margin: 0.8em 0 0 0;
}
#full_screen_map #header, #full_screen_map #header *,
#full_screen_map #nav, #full_screen_map #nav *,
#full_screen_map #org, #full_screen_map #org *,
#full_screen_map #footer, #full_screen_map #footer * {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0;
    position: absolute; left: -1000px; top: -1000px;
    overflow: hidden;
    padding: 0;
    border: none;
    margin: 0;
}
#full_screen_map,
#full_screen_map #container,
#full_screen_map #container #content,
#full_screen_map #container #content #map {
    position: absolute; left: 0; top: 0; z-index: 3;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    margin: 0;
}
#full_screen_map #container #content #map {
    z-index: 4;
}
#map img {
    float: left
}
#content #map div {
    margin-bottom: 0;
    overflow: visible;
}
#content #map h3, #content #map p {
    max-width: 500px;
    padding: 0;
    margin: 0.2em;
}
.map_control {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000;
    max-width: 170px;
    background: #fff;
    border: solid 1px #717b87;
    margin: 5px;
    box-shadow: 0.01px 2px 4px #888;
}
.map_control h3 {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    padding: 1px 6px;
}
.map_control div {
    background: #fff;
    padding: 1px 6px;
}
.map_control .button {
    cursor: pointer;
}
.map_control .button:hover {
    background: #eee;
}
#full_screen_map #full_screen_button {
    font-weight: bold;
}
#map_legend li {
    display: block;
    background: transparent;
    min-height: 24px;
    padding: 8px 5px 8px 35px;
    margin: 0.3em;
    position: relative;
}
#map_legend span {
    display: block;
    width: 30px;
    height: 40px;
    background-color: transparent;
    background-image: url("../img/icons.png");
    background-repeat: no-repeat;
    position: absolute; left: 0; top: 0;
}
#conference span {
    background-position: 0 0;
}
#hotel span {
    background-position: -88px 0;
}
