/*********************************

       !!! WARNING !!!

The styles below are for editor's use only

They should only be used during the editing
process and all instances of their use removed
from the HTML documents before submission to ISO

*********************************/

/* TODO tooltips, descriptions and directions for these styles */

/* move both stylesheets to parent directory, for each unique specification as well (perhaps a build tool ensures each is consistent) */

.proposed {
    background-color: yellow;
}

.proposedDeletion {
    background-color: yellow;
    text-decoration: line-through;
}

.reviewed {
    background-color: lightblue;
}

.reviewedDeletion {
    background-color: lightblue;
    text-decoration: line-through;
}

.approved {
    background-color: lawngreen;
}

.approvedDeletion {
    background-color: lawngreen;
    text-decoration: line-through;
}

.disapproved {
    background-color: red;
}

.disapprovedDeletion {
    background-color: red;
    text-decoration: line-through;
}

.editorsNoteSimple {
    background-color: darkblue;
    color: white;
}
.editorsNote {
    background-color: lightcyan;
}

span.editorialChange {
    background-color: orange;
}

span.editorialChange:hover {
    text-decoration: none;
    background: blue;
    color: orange;
    z-index: 6;
}

span.editorialChange span {
    position:absolute;
    left: -9999px;
    margin: 20px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    z-index: 6;
}

span.editorialChange:hover span {
    left: 2%;
    background: #ffffff;
}

span.editorialChange span {
    position:absolute;
    left: -9999px;
    margin: 4px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

span.editorialChange:hover span {
    margin: 20px 0px 0px 20px;
    background: #ffffff;
    z-index: 6;
}

