
        body {
            background-color: white;
            overflow: hidden;
        }

        .actionTable {
            border-collapse: collapse;
            width: 100%;
        }

  .topTable{
  border-width: 0;
  }
   .mark0 {color:red;background:yellow}


        .mark1 {
            color: blue;
            background: yellow
        }

        .mark2 {
            color: yellow;
            background: red
        }

        .mark3 {
            color: yellow;
            background: blue
        }

        .mark4 {
            color: black;
            background: orange
        }

        .mark5 {
            color: black;
            background: coral
        }


        .mark6 {
            color: white;
            background: red
        }

    .actionTable td, .actionTable th {
    border: 1px solid #ddd;
    padding: 8px;
    }

    .actionTable tr:nth-child(even) {
    background-color: #f2f2f2;
    }

    .actionTable tr:hover {
    background-color: #ddd;
    }

    .nTopics, .nPauses, .nResources {
    height: 200px;
    display: block;
    overflow-y: auto;
    color: blue;
    cursor: pointer;
    }

    .actionTable td {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    text-align: left;
    height: 200px;
    }

    .actionTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #6495ED;
    color: white;
    }

    #notesPop-screen {
    display: none;
    }

    #searchRowsMain {
    background-color: white;
    padding: 0px;
    }

    .ui-controlgroup-controls {
    margin: 0px !important;
    padding: 0px !important;
    }

    A.glossary {
    color: blue;
    background-color: inherit;
    text-decoration: none; /* border gives better spacing */
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #C0C0E0;
    }

    A.glossary:hover, A.glossary:focus, A.glossary:active {
    color: black;
    background-color: lime;
    border-width: 0px;
    }

    .searchWrapper {
    width: 700px;
    }

    .smallArea {
    height: 50px !important;
    width: 600px !important;
    }

    .tallArea {
    height: 150px !important;
    width: 600px !important;
    }

    .ui-select {
    width: 150px;
    }

    .image {
    position: relative;
    width: 98%; /* for IE 6 */
    height: 98%; /* for IE 6 */
    }

    h2 {
    position: absolute;
    bottom: 2px;
    left: 10px;
    width: 90%;
    white-space: normal;
    background-color: white;
    }

    h2 span {
    font: bold;
    font-size: 50%;
    letter-spacing: -1px;
    padding: 10px;
    white-space: normal;
    }

    h2 span.spacer {
    padding: 0 5px;
    }

    ul {
    list-style-type: none;
    }

    li {
    font: arial;
    font-weight: normal;
    font-size: 16px;
    color: black;
    cursor: pointer;
    }

    .tableLeft {
    width: 65%;
    }

    .tableRight {
    width: 35%;
    }

    .borderBox {
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    }



    .gridBorder-right {
    padding: 5px;
    border-style: solid;
    border-width: 2px;
    }

    .gridBorder-left {
    padding: 5px;
    border-style: solid;
    border-width: 2px;
    border-left-width: 0px
    }


    .gridHeader {
    border-color: black;
    background-color: black;
    color: white;
    }

    .libraryImage {
    width: 320px;
    height: 180px;
    }

    .searchresults {
    font: arial;
    width: 95%;
    font-weight: normal;
    font-size: 16px;
    color: black;
    cursor: pointer
    }

    .searchresultsChapter {
    font: arial;
    width: 95%;
    font-weight: bold;
    font-size: 18px;
    color: black;
    cursor: pointer
    }

    .descn {
    width: 80%;
    vertical-align: top;
    }

    .form_container > .ui-input-text {
    width: 200px;
    }

    .itlpop {
    position: absolute;
    background-color: lightgrey;
    color: black;
    top: 2px;
    left: 20px;
    width: 80%;
    height: 90%;
    z-index: 100;
    overflow: auto;
    }

    .ui-input-search {
    font-size: inherit !important;
    width: 60% !important;
    padding: 0.3em 0.4em !important;
    margin: 0.1em 0.2em !important;
    display: inline-block !important;
    }

    .ui-icon-myicon:after {
    background-size: 18px 18px;
    }

    .sButton {
    width: 50px !important;
    height: 50px !important;
    }

    .fatBut {
    border-radius: 50% !important;
    font-size: inherit !important;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    }

    .libraryBut {
    width: 8em !important;
    font-size: inherit !important;
    padding: 0.3em 0.4em !important;
    margin: 0.1em 0.2em !important;
    display: inline-block !important;
    vertical-align: middle !important;
    }

    fieldset {
    font-size: 0.6em;
    padding: 0.5em;
    border-radius: 1em;
    font-family: sans-serif;
    border-width: 0;
    display: block;
    }

    .spinner {
    display: block;
    font-size: 24px;
    padding: 0.3em 0.4em;
    margin: 0.1em 0.2em;
    color: green;
    display: inline-block !important;
    vertical-align: middle !important;
    }

    label, input, button {
    font-size: inherit;
    padding: 0.3em 0.4em;
    margin: 0.1em 0.2em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #f90;
    background-color: #fff;
    }

    .ui-field-contain {
    height: 40px !important;
    }

    .searchControls {
    height: 40px !important;
    }

    .ui-controlgroup-controls {
    }

    #searchPop-popup {
    width: 95%;
    }





    .ui-checkbox input, .ui-radio input {
    position: absolute;
    left: .466em;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 0;
    outline-style: solid !important;
    outline-color: grey !important;
    outline-width: 1px !important;
    z-index: 1;
    }

    .item-disabled {
    background-color: #ddd;
    color: blue;
    }

    .item-first {
    background-color: #000000;
    color: white;
    }

    .item-none {
    background-color: #ffff00;
    color: red;
    }
 