body {
    background: url( /nhgis/images/big_logo.gif ) no-repeat top right;
}

.body {
/* this doesn't work in body{...} in Safari for some reason...??? */
    background-color: #f1ebd5;
    margin: 0;
}

div#tablesPopup {
    position: absolute;
    left: 70px;
    top: 100px;
    width: 650px;
    height: 500px;
    z-index: 5;
    visibility: hidden;
    overflow: auto;
    border: 1px solid black;
    background-color: #f1ebd5;
}

label.datasetButton {
    background: #dbd7c1;
    color: #333333;
    float: left;
}

label:hover {
    font-weight: bolder; /*background-color: #dbd7c1;*/
}

a span {
    display: none;
}

.radioButton {
    background: #dbd7c1;
    color: #333333;
    float: left;
}

a:hover span {
    font-weight: normal;
    text-decoration: none;
    display: block;
    position: absolute;
    margin-top: 20px;
    margin-left: 100px;
    width: 15em;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 8px;
    background-color: #dbd7c1;
    color: #000;
    text-align: left;

}

h3.currentSelections {
    font: 13px / 15px Verdana, Arial, Helvetica, sans-serif;
    margin: 2px;
    padding: 0px;
    display: inline;
}

div.choicesWindow {
    position: relative;
    float: left;
    width: 45%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    min-height: 250px;
    background-color: #f1ebd5;
}

div.detailsWindow {
    position: relative;
    width: 52%;
    float: left;
    background-color: #dbd7c1;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding-top: 20px;
    visibility: hidden;
}

a:link {
    color: #5b5c03;
}

a.info {
    position: relative; /*this is the key*/
    z-index: 999;
}

a.info:hover {
    z-index: 1000;
    background: transparent;
}

a.info span {
    display: none;
}

a.info:hover span {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 5px;
    left: 2em;
    width: 20em;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 4px;
    background-color: #dbd7c1;
    color: #000;
    text-align: left;
}

.pageTitle {
    color: #f1ebd5;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.p {
    color: #333;
    font: 11px / 15px Verdana, Arial, Helvetica, sans-serif;
}

div.message {
    background: url( "/nhgis/images/alert-blue.gif" ) no-repeat;
    background-position: 4px 5px;
    text-indent: 30px;
    height: 30px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #f1ebd5;
    width: auto;
    text-align: left;
}

div.error {
    background: url( "/nhgis/images/alert-red.gif" ) no-repeat;
    background-position: 4px 5px;
    text-indent: 40px;
    height: 30px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #f1ebd5;
    width: auto;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

div.messageText {
    margin-top: 0.6em;
    display: block;
}

div.errorText {
    margin-top: 0.6em;
    display: block;
    color: orangered;
}

ul.messageList {
    list-style-type: circle;
    color: orangered;
    list-style-position: outside;
    font: 11px / 15px Verdana, Arial, Helvetica, sans-serif;
}

input[type=text].error {
    color: white;
    background-color: orangered;
}

input[type=password].error {
    color: white;
    background-color: orangered;
}

legend {
    padding: 0.2em 0.5em;
    font-size: 90%;
    text-align: right;
}

.direction {
    color: #333;
    font: 11px / 13px Verdana, Arial, Helvetica, sans-serif;
}

.bigDirection {
    color: #444;
    font: 17px / 19px Verdana, Arial, Helvetica, sans-serif;
}

.form {
    color: #333;
    padding-top: 2px;
    padding-bottom: 10px;
    font: 11px / 17px Verdana, Arial, Helvetica, sans-serif;
}

.topMenu {
    color: #333;
    padding: 2px 2px 2px 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #333;
    border-left-color: #333;
    background: #dbd7c1;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
}

div#content {
    position: relative;
    text-align: left;
    width: 90%;
    left: 34px;
    top: 0;
    z-index: 1;
    padding-top: 10px;
    padding-left: 20px;
    color: #333;
    height: 95%;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.topMenuTitle {
    color: #333;
    padding: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    background: #dbd7c1;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
}

.form a:link {
    color: #000;
    padding-top: 5px;
    padding-bottom: 10px;
    font: 11px / 17px Verdana, Arial, Helvetica, sans-serif;
}

.form a:visited {
    color: #600;
    padding-top: 5px;
    padding-bottom: 10px;
    font: 11px / 17px Verdana, Arial, Helvetica, sans-serif;
}

.p a:link {
    color: #333;
    text-decoration: none;
    font: 11px / 15px Verdana, Arial, Helvetica, sans-serif;
}

.p a:visited {
    color: #600;
    text-decoration: none;
    font: 11px / 15px Verdana, Arial, Helvetica, sans-serif;
}

.normal {
    color: #000;
    background: #f1ebd5;
}

.focus {
    color: #000;
    background: #dbd7c1;
}

div.basket {
    overflow: auto;
    color: #666;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background: #dbd7c1;
    padding: 5px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

input.btn {
    font: 10pt Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #666;
    cursor: pointer;
    margin-bottom: 3px;
    background: #dbd7c1;
    color: #333;
}

input.topicbtn {
    font: 10pt Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #666;
    cursor: pointer;
    background: #dbd7c1;
    color: #333;
    float: right;
}

ul#caseList {
    margin-left: -10px;
    padding-left: 0px;
    padding-top: 15px;
    display: inline;
    border: none;
}

li.case {
    clear: both;
    margin-left: -30px;
    padding-left: 2px;
    border: none;
    list-style: none;
    display: block;
}

dl {
    width: 100%;
    overflow: auto;
    margin: 0 0 1em;
    padding: 0px;
    display: inline;
    border: none;
}

dt, dd {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

dt {
    font-weight: bold;
}

dd {

}

div.hiddenChoices {
    display: none;
    margin-top: 0;
    padding-top: 0;
    border-top: 1px solid #333333;
}