 

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

.formeDiv {
    /*border: ridge #EEEEEE;*/
    border: 2px solid #aaaaaa;
}

.formeHeading {
    border: 1px solid #aaaaaa;
}

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;
}

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

tr.rowComment {
    background: #F4F4F4;
}

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

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

.sigla {
    font-weight: bold;
    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;
    border: 2px solid #aaaaaa;
    background: white;
    text-align: center;
}

.progressMessage {
    font: bold 16px arial;
    color: red;
}