
/*
    FORMAT THE BODY, PAGE HEADER, ETC FROM fourColumnLayout.css
*/


body {
    color: black;
    background-image: url("../images/starnetblog_subtile_background_pattern7.jpg");
    font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    margin: auto;
    width: 80em;
    line-height: 1.4em;
}


#menuBarCover {
    margin: auto;
    width: 81em;
    clear: both;
    height: 1em;
    position: fixed;
    top: 0em;
    background-image: url("../images/starnetblog_subtile_background_pattern7.jpg");
    z-index: 999;
}

#menuBar {
    margin: auto;
    width: 80em;
    clear: both;
    height: 6.5em;
    position: fixed;
    top: 1em;
    background-color: white;
    z-index: 999;
    box-shadow: 0px 5px 5px #888888;
    border-top: 1px solid #596a5d;
    border-left: 1px solid #596a5d;
    border-right: 2px solid #596a5d;
}

#menuBarA {
    display: inline;
}

#logo {
    margin-top: 0.5em;
    margin-left: 1em;
}

#logoText {
    font-family: 'Radley', serif;
    font-size: 2.5em;
    color: #911413;
}

#internalViewsPageTitle {
    display: inline;
    position: relative;
    top: -3em;
    left: 2em;
}

#internalViewsPageSubTitle {
    font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
    font-size: 24pt;
    font-weight: bold;
    font-style: italic;
    position: relative;
    top: -1.2em;
    left: 4.25em;
    color: #666666;
}

#pageContent {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    width: 80em;
    background-color: white;
    padding-top: 9em;
    padding-bottom: 5px;
    border-left: 1px solid #596a5d;
    border-right: 2px solid #596a5d;
    border-bottom: 2px solid #596a5d;
    overflow: auto;
}


/*
    DECLARATIONS FOR RM PROPER FROM newRobomegan.css
*/

#controlCopyDiv {
    margin-left: 10px;
    margin-right: 10px;
}

#countsDiv {
    margin-left: 10px;
    margin-right: 10px;
}

#errorDiv {
    margin-left: 10px;
    margin-right: 10px;
}

#mainCollationDiv {
    margin-left: 10px;
    margin-right: 10px;
}

#badSignatureDiv {
    margin-left: 10px;
    margin-right: 10px;
}

.errors {
    font: bold 14px arial;
    color: red;
}

.formeDiv {
    box-shadow: 0px 5px 5px #888888;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 2px solid #888888;
    border-bottom: 2px solid #888888;
}

.formeHeading {
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
}

table.signatureTable {
    table-layout: fixed
}

table.signatureCommentTable {
    table-layout: fixed;
    display: none;
}

.signatureTableCol {
    width: 150px;
    vertical-align: top;
}

.formeDivHeading {
    font: bold 14px arial;
    color: #666666;
}

.toggleSymbol {
    font: bold 16px arial;
}

.notesTable {
    display: none;
    margin-left: 10px;
}

.notesTextarea {
    color: #000000;
}

th.signatureIcon {
    font: bold 11px arial;
    border: 1px solid #AAA;
}

.rowCaption {
    font: 10px arial;
    color: #666666;
    width: 100px;
    display: inline-table;
    padding-left: 5px;
}

.rowData {
    width: 150px;
    display: inline-table;
    margin-bottom: 5px;
}

tr.rowComment {
    background: #F4F4F4;
}

.state {
    font-weight: bold;
    color: #000000;
}

.stateNote {
    font-style: italic;
    color: #000000;
}

.sigla {
    font: bold 11px arial;
    color: #777777;
}

.reading {
    font: 12px arial;
    color: #000000;
}

.witnessLink {
    font: bold 11px arial;
}

.witness {
}

.comment {
}

.signatureCommentDiv {
    display: none;
}

.toggle {
    display: none;
}

.toggleSpan {
    width: 100px;
    display: inline-table;
    /*border: 1px solid #AAA;*/
}

.toggleLink {
    font: bold 12px arial;
    padding-left: 5px;
}

a.signatureIcon:link, a.signatureIcon:visited {
    color:#5B80B2;
    text-decoration:none;
}

thead th a:link, thead th a:visited {
    color:#5B80B2;
    text-decoration:none;
}

.expandKey {
    display: none;
}

.object-tools {
    float:right;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
    padding-left:0;
    position: static;
    margin-bottom: 0em;
    margin-top: 0em;
}

/* SPECIAL CHAR BUTTONS --------- */

.js-add-div {
    float: left;
    clear: left; 
    margin: .7em 0;
}
.js-add-char {
    cursor: pointer;
    font-size: 140%;
    margin-right: .3em;
    padding: .2em .4em;
    border: 1px solid #DDD;
    border-bottom: 1px solid #AAA;
    background: #EEE;
}
.js-add-char:hover {
    background: #666;
    color: #FFF;
}
.add-img {
    font-size: 170%;
    color: #666;
    padding-right: .3em;
}

/* MODAL WINDOW ----------------- */
  
.jqmWindow {

    display: none;
    
    position: fixed;
    /*top: 15%;
    left: 25%;*/
    top: 20px;
    left: 320px;


    width: 600px;
    height: 400px;

    overflow:scroll;
    
    background-color: #eeeeee;
    color: #333333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { 
    background-color: #555555; 
}

#tempDialogData {
    display: none;
}

fieldset {
    margin: 10px;
    padding: 10px;
}

.alignRight {
    float: right;
    display: inline;
}

#stashData {
    display: none;
}

#progressGif {
    display: none;
    position: fixed;
    top: 200px;
    left: 200px;
    height: 100px;
    line-height: 100px;
    width: 400px;
    background: white;
    text-align: center;
    box-shadow: 0px 5px 5px #888888;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 2px solid #888888;
    border-bottom: 2px solid #888888;
}

.progressMessage {
    font: bold 16px arial;
    color: red;
    display: block;
    margin-top: 40px;
}


/* ----- links ------ */

.noScanForSiglum {
    font: bold 11px arial;
    color: #777777;
}

img {
    border-style: none;
}

#homeLink:link {
    color: black;
    text-decoration: none;
    border-bottom: none;
    outline: 0;
}

#homeLink:visited {
    color: black;
    text-decoration: none;
    border-bottom: none;
    outline: 0;
}

#homeLink:hover {
    color: black;
    text-decoration: none;
    border-bottom: none;
    background-color: #FFFFFF;
    outline: 0;
}

#homeLink:active {
    color: black;
    text-decoration: none;
    border-bottom: none;
    outline: 0;
}

a:link {
    color: black;
    text-decoration: none;
    border-bottom: 1px dashed #aaaaaa;
    outline: 0;
}

a:visited {
    color: black;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: black;
    text-decoration: none;
    background-color: #FDFCDC;
    border-bottom: 1px solid #777777;
    outline: 0;
}

a:active {
    color: black;
    text-decoration: none;
    outline: 0;
}
