
#container {
}

#controls {
    font-family: sans-serif;
    font-size: 10px;
    padding-bottom: 2em;
    padding-left: 13em;
    position: relative;
    top: -4em;
}

#content {
    width: 42em;
    float: left;
    background-color: white;
    padding: 1em;
    margin-top: 7em;
    margin-left: 1em;
}

#collationEntry {
    width: 20em;
    float: right;
    border-color: #888888;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    box-shadow: 0 5px 5px #888888;
    margin-right: 1em;
    padding: 1em;
    display: none;
}

.progressMessage {
    font-size: 14pt;
    font-family: Futura, Helvetica, sans-serif;
    font-weight: bold;
    color: #888888;
    position: relative;
    top: 2em;
    padding-left: 6em;
}

#loadingPopup {
    display: none;
    margin: auto;
    width: 25em;
    clear: both;
    height: 7em;
    position: fixed;
    top: 40px;
    background-color: white;
    z-index: 999;
    margin-left: 100px; 
    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;
}

.scNewCollationHilite {
    background-color: #ffff8e;
}

a.scNewCollationImageLink:link {
    background-color: #ffff8e;
    text-decoration: none;
}

a.scNewCollationImageLink:hover {
    background-color: #ffff8e;
    text-decoration:underline;
}

.controlLine {
    margin-top: 0px;
    margin-bottom: 0px;
}

.controlColumnA {
    display:inline-block; 
    width: 100px;
    height: 14px;
}

.controlColumn {
    display:inline-block; 
    width: 180px;
    height: 14px;
}
