div#outerDiv0 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border: 0px solid black;
    overflow: hidden;
}

div#outerDiv {
    position: absolute;
    top: 16px;
    left: 0px;
    height: 98%;
    width: 100%;
    border: 0px solid black;
    overflow: hidden;
}

div#innerDiv {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}

div#imageTiles {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

div#imageLabels {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 900000px;
    height: 900000px;
}

div#labClickOutput {
    position: absolute;
    display: none;
    font-size: small;
    z-index: 8;
}

div#overlay {
    width: 100px;
    height: 20px;
    position: absolute;
    top: 145px;
    left: 0;
    padding-top: 0;
    z-index: 100;
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
    border: 0 dotted #000;
    text-align: center;
}

div#parsePubmed2 {
    position: absolute;
    display: none;
    font-size: small;
    left: 0;
    top: 124px;
    height: 77%;
    width: 500px;
    overflow: scroll;
    padding: 5px 5px 10px 10px;
    border: 1px solid #0055ff;
    background-color: #eeeeff;
    z-index: 100;
}

div#grabLabels2 {
    position: absolute;
    display: none;
    font-size: small;
    left: 0;
    top: 124px;
    height: 77%;
    width: 200px;
    overflow: scroll;
    padding: 5px 5px 10px 10px;
    border: 1px solid #0055ff;
    background-color: #eeeeff;
    z-index: 100;
}

div#Hierarchy {
    display: none;
    position: absolute;
    top: 17px;
    right: 0;
    width: 320px;
    height: 94%;
    overflow: scroll;
}

div#Thumb0 {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10;
    text-align: center;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

div#Thumb {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid blue;
    overflow: hidden;
}

div#Thumb2 {
    display: none;
    position: absolute;
    border: 1px solid cyan;
    overflow: hidden;
}

div#wheelMode {
    display: block;
    position: absolute;
    left: 10px;
    top: 280px;
    overflow: hidden;
    font-size: 11px;
    font-family: sans-serif;
}

div#treeClickOutput {
    position: absolute;
    display: none;
    font-size: small;
}

div#LinkToTree {
    position: absolute;
    top: 212px;
    right: 30px;
    z-index: 10;
}

div#le {
    display: none;
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: small;
    width: 30em;
    padding: 5px 5px 10px 10px;
    border: 1px solid #0055ff;
    background-color: #eeeeff;
    z-index: 18;
}

div#le2 {
    display: none;
    position: absolute;
    top: 65px;
    right: 30px;
    font-size: small;
    width: 23em;
    padding: 5px 5px 10px 10px;
    border: 1px solid #0055ff;
    background-color: #eeeeff;
    z-index: 17;
}

div#LinkToPage {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 1;
}

div#LinkToPage1a {
    position: absolute;
    top: 65px;
    right: 30px;
    z-index: 1;
}

div#LinkToNotes {
    position: absolute;
    top: 160px;
    right: 23px;
    z-index: 10;
}

div#Notes {
    display: none;
    position: absolute;
    top: 157px;
    right: 30px;
    font-size: small;
    width: 23em;
    padding: 5px 5px 10px 10px;
    border: 1px solid #0055ff;
    background-color: #eeeeff;
    z-index: 18;
}

div#LinkToSearch {
    position: absolute;
    top: 100px;
    right: 25px;
    z-index: 10;
}

div#Search {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 105px;
    right: 30px;
    font-size: small;
    width: 35em;
    padding: 5px 5px 10px 10px;
    border: 1px solid #0055ff;
    background-color: #eeeeff;
    z-index: 17;
}

div#searchOut {
    display: block;
    overflow: scroll;
    font-size: small;
}

div#search_suggest {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 170px;
    right: 190px;
    font-size: x-small;
    width: 30em;
    padding: 5px 5px 10px 10px;
    background-color: #eeeeff;
    z-index: 19;
    text-align: left;
    border: 1px dotted #000000
}

div#Debug {
    position: absolute;
    top: 300px;
}
