
body {
    background-color: #eeeeee;
    font-size: 14px;
    color: #000000;
}

#content {
    background-color: #ffffff;
    width: 70em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    box-shadow: 0px 5px 5px #888888;
    border-left: 1px solid #888888;
    border-bottom: 2px solid #888888;
    border-right: 2px solid #888888;
    border-top: 1px solid #888888;
}

#pageHeading {
}

#userSelections {
    margin-top: 2em;
    margin-bottom: 1em;
}

#textsList {
    width: 34em;
    float: left;
}

#annotationsList {
    width: 34em;
    float: left;
}

#pageFooter {
    padding-top: 2em;
    clear: both;
}

h1 {
    font-size: 18px;
    font-weight: bold;
}

.warning {
    color: red;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #555555;
}

.actionButton {
    font-size: 18px;
    font-weight: bold;
    color: #555555;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 3em;
    margin-right: 3em;
}

.newFileMessage {
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    display: none;
}

#newAnnotationFile {
    width: 20em;
    display: none;
}

#errorMessage {
    font-weight: bold;
    color: red;
}
