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, #nav h2, #footer h2 {
    width: 0;
    height: 0;
    position: absolute; left: 0px; top: -1000px;
    overflow: hidden;
}
.lorem {
    color: #bbb;
}
#header, #nav ul, #content, #org, #spons {
    -webkit-box-shadow: 0.01px 1px 3px #999;
       -moz-box-shadow: 0.01px 1px 3px #999;
            box-shadow: 0.01px 1px 3px #999;
}
#header,
#nav a:hover, #nav a:focus,
#nav .selected a:hover, #nav .selected a:focus,
#nav .ancestor a:hover, #nav .ancestor a:focus,
#org h2, #spons h2 {
    background: #C65729;
    background-image: -moz-linear-gradient(top, #CD8E27, #C65729);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CD8E27), to(#C65729));
    background-image: -webkit-linear-gradient(top, #CD8E27, #C65729);
    background-image: -o-linear-gradient(top, #CD8E27, #C65729);
    background-image: linear-gradient(to bottom, #CD8E27, #C65729);
}
#header {
    font-size: 19px;
    color: #fff;
    text-shadow: 0 0 3px #357;
    width: 100%;
    min-width: 940px;
    margin-bottom: 10px;
}
#header h1 {
    font-size: 150%;
    font-weight: bold;
    width: 580px;
    padding: 1em 0;
    position: relative;
    z-index: 10;
}
#header div {
    width: 940px;
    min-height: 125px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
#header #date {
    font-size: 100%;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
}
#header .new_buw, #header .old_buw, #header .gate {
    display: block;
    height: 90px;
    background-color: transparent;
    background-image: url("../img/images.png");
    background-repeat: no-repeat;
    position: absolute;
    -webkit-box-shadow: 0.01px 0.01px 3px 1px #333;
       -moz-box-shadow: 0.01px 0.01px 3px 1px #333;
            box-shadow: 0.01px 0.01px 3px 1px #333;
}
#header .new_buw {
    width: 140px;
    background-position: -267px 0;
    z-index: 7;
    top: 5px;
    right: 100px;
}
#header .gate {
    width: 139px;
    background-position: 0 0;
    z-index: 8;
    top: 25px;
    right: 220px;
}
#header .old_buw {
    width: 128px;
    background-position: -139px 0;
    z-index: 9;
    bottom: -25px;
    right: 5px;
}
#container {
    width: 940px;
    padding: 0 5px;
    margin: 0 auto;
    position: relative;
    top: -20px;
}
#nav ul {
    background: #f0f0f0;
    float: left;
    border: solid 1px #bbb;
    border-bottom: none;
    border-right: none;
    -webkit-border-radius: 10px 10px 0 0;
     -khtml-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
         -o-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
}
#nav ul:last-child {
    border-right: solid 1px #bbb;
}
#nav li {
    float: left;
    border-right: solid 1px #bbb;
}
#nav li:last-child, #nav li:last-child a {
    border-right: none;
    -webkit-border-radius: 0 10px 0 0;
     -khtml-border-radius: 0 10px 0 0;
       -moz-border-radius: 0 10px 0 0;
         -o-border-radius: 0 10px 0 0;
            border-radius: 0 10px 0 0;
}
#nav li:first-child, #nav li:first-child a {
    -webkit-border-radius: 10px 0 0 0;
     -khtml-border-radius: 10px 0 0 0;
       -moz-border-radius: 10px 0 0 0;
         -o-border-radius: 10px 0 0 0;
            border-radius: 10px 0 0 0;
}
#nav a {
    position: relative;
    z-index: 10;
    color: #444;
    text-shadow: 1px 1px 0 #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}
#nav .selected a {
    background: #fff;
    -webkit-box-shadow: 0 2px 0 #fff;
       -moz-box-shadow: 0 2px 0 #fff;
            box-shadow: 0 2px 0 #fff;
}
#nav a:hover, #nav a:focus,
#nav .selected a:hover, #nav .selected a:focus {
    color: #fff;
    text-shadow: 0 0 3px #357;
}
#content {
    float: left;
    clear: both;
    background: #fff;
    width: 908px;
    min-height: 150px;
    padding: 10px 15px 30px 15px;
    border: solid 1px #bbb;
    margin-bottom: 10px;
    position: relative;
    -webkit-border-radius: 0 15px 15px 15px;
     -khtml-border-radius: 0 15px 15px 15px;
       -moz-border-radius: 0 15px 15px 15px;
         -o-border-radius: 0 15px 15px 15px;
            border-radius: 0 15px 15px 15px;
}
#content h2 {
    margin-bottom: 0.5em;
}
#content h3 {
    font-weight: bold;
    font-size: 105%;
    margin: 0.2em 0;
}
#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 {
    padding: 0.35em;
    border: solid 1px #bbb;
    font-weight: normal;
    height: 2em;
}
#content th {
    color: #fff;
    text-decoration: none;
    text-shadow: -1px -1px 0 #333;
    background: #464;
    text-align: center;
}
#content td {
    color: #222;
    text-shadow: 1px 1px 2px #bbb;
    background: #dfd;
}
#content .break th, #content th.break {
    background: #884;
}
#content .break td, #content td.break {
    text-align: center;
    background: #ffb;
}
#content table .name {
    display: block;
    font-weight: bold;
}
#content table .affiliation {
    display: block;
}
#content table .title {
    font-style: italic;
}
#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 a.contact {
    font-style: italic;
}
#content #hotels {
    overflow: hidden;
}
#content #hotels li {
    margin: 0.8em 10px;
    width: 434px;
}
#content #hotels li:nth-child(odd) {
    float: left;
    clear: left;
}
#content #hotels li:nth-child(even) {
    float: right;
    clear: right;
}
#content #hotels a {
    display: block;
}
#content #hotels p {
    margin: 0.3em 1.2em;
}
.maplink {
    margin: 0.3em 1.5em;
    font-size: 75%;
}
#org, #spons {
    float: left;
    width: 196px;
    background: #fdfffc;
    text-align: center;
    padding: 0;
    border: solid 1px #bbb;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
     -khtml-border-radius: 15px;
       -moz-border-radius: 15px;
         -o-border-radius: 15px;
            border-radius: 15px;
}
#org {
    width: 600px;
    float: left;
}
#spons {
    width: 325px;
    float: right;
}
#powered {
    overflow: hidden;
    margin: 10px auto 0 auto;
    width: 550px
}
#org h2, #spons h2 {
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 3px #357;
    text-align: center;
    padding: 0.3em;
    margin: 0;
    -webkit-border-radius: 15px 15px 0 0;
     -khtml-border-radius: 15px 15px 0 0;
       -moz-border-radius: 15px 15px 0 0;
         -o-border-radius: 15px 15px 0 0;
            border-radius: 15px 15px 0 0;
    -webkit-box-shadow: 0.01px 1px 3px #999;
       -moz-box-shadow: 0.01px 1px 3px #999;
            box-shadow: 0.01px 1px 3px #999;
}
#org ul, #spons ul {
    overflow: hidden;
    margin: 0;
}
#org li, #spons li {
    float: left;
    overflow: hidden;
    margin: 5px 0 5px 30px;
}
#powered li {
    margin-left: 40px;
    float: left;
    overflow: hidden;
}
#org a, #spons a, #powered a {
    display: block;
    overflow: hidden;
    position: relative; z-index: 1;
    padding: 5px;
}
#org a, #spons a, #org span, #spons span {
    height: 75px;
}
#powered a, #powered span {
    height: 64px;
}
#org span, #spons span, #powered span {
    position: absolute; top: 5px; left: 5px; z-index: 2;
    background-color: transparent;
    background-image: url("../img/images.png");
    background-repeat: no-repeat;
}
#org a, #spons a {
    font-size: 80%;
    border: solid 1px #fdfffc;
    -webkit-border-radius: 15px;
     -khtml-border-radius: 15px;
       -moz-border-radius: 15px;
         -o-border-radius: 15px;
            border-radius: 15px;
    color: #00d;
    text-decoration: underline;
}
#org a:visited, #spons a:visited {
    color: #228;
    text-decoration: underline;
}
#org a:hover, #spons a:hover, #org a:focus, #spons a:focus {
    border: solid 1px #bbb;
    color: #22f;
    text-decoration: none;
}
#footer {
    text-shadow: 1px 1px 0 #fff;
    width: 940px;
    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 .ptf * {
    width: 75px;
}
#org .ptf span {
    background-position: -560px -91px;
}
#org .cas * {
    width: 232px;
}
#org .cas span {
    background-position: -113px -91px;
}
#org .ift *, #spons .ift * {
    width: 137px;
}
#org .ift span, #spons .ift span {
    background-position: -346px -91px;
}
#spons .ncn * {
    width: 75px;
}
#spons .ncn span {
    background-position: -484px -91px;
}
#html5 * {
    width: 144px;
}
#html5 span {
    background-position: -236px -231px;
}
#html5 a:hover span, #html5 a:focus span {
    background-position: -236px -167px;
}
#valid_html_css * {
    width: 120px;
}
#valid_html_css span {
    background-position: 0 -231px;
}
#valid_html_css a:hover span, #valid_html_css a:focus span {
    background-position: 0 -167px;
}
#php * {
    width: 114px;
}
#php span {
    background-position: -121px -231px;
}
#php a:hover span, #php a:focus span {
    background-position: -121px -167px;
}
#content #map {
    width: 906px;
    height: 640px;
    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 #bbb;
    -webkit-border-radius: 2px;
     -khtml-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
    margin: 5px;
    -webkit-box-shadow: 0 1px 5px #aaa;
       -moz-box-shadow: 0 1px 5px #aaa;
            box-shadow: 0 1px 5px #aaa;
}
.map_control h3 {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    padding: 1px 6px;
}
.map_control div {
    background: #fff;
    padding: 1px 6px;
    -webkit-border-radius: 2px;
     -khtml-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}
.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;
}
