
body {
    background-color: #fcfcfc;
    font-size: 14px;
    color: #000000;
    width: 82em;
}

#content {
    width: 50em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
}

#pageHeading {
}

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

#textArea {
}

#annotationsControlArea {
    background-color: #ffffff;
    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;
    padding: 0.5em;
    position: fixed;
    left: 55em;
    top: 1em;
    width: 20em;
    height: 5em;
    text-align: center;
}

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

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

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

.crudControls {
    font-size: 12px;
}

/*
#saveLocalButton {
    width: 7em;
    height: 3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
*/

#saveToServerButton {
    /*width: 7em;*/
    width: 10em;
    height: 3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.actionButtonText {
    font-size: 12px;
    font-weight: bold;
    color: red;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

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

#hiddenData {
    display: none;
}

td {
    vertical-align: top;
}

.variableNoteArea {
    display: none;
    background-color: #ffffff;
    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;
    padding: 0.5em;
    position: fixed;
    left: 55em;
    top: 8em;
    width: 20em;
    height: 40em;
    overflow: auto;
}

textarea {
}

#savingPopup {
    display: none;
    background-color: white;
    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;
    font-size: 14pt;
    font-family: sans-serif;
    font-weight: bold;
    color: red;
    width: 25em;
    height: 4em;
    position: fixed;
    top: 1em;
    left: 5em;
    z-index: 999;
    text-align: center;
    padding-top: 2.5em;
}

#loadingPopup {
    display: none;
    background-color: white;
    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;
    font-size: 14pt;
    font-family: sans-serif;
    font-weight: bold;
    color: blue;
    width: 25em;
    height: 4em;
    position: fixed;
    top: 1em;
    left: 5em;
    z-index: 999;
    text-align: center;
    padding-top: 2.5em;
}


/* 
 * STYLE FOR MAKING THE COMMENTARY READABLE
 */

.highlightId {
    font-weight: bold;
}

.deleteIndicator {
    display: none;
}

.lemma {
    color: green;
}

