body {
    font-size: 8pt;
    color: black;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: white;
}
h1 {
    font-weight: bold;
    font-size: 14pt;
    background-color: white;
    text-align: center;
}
h2 {
    font-weight: bold;
    font-size: 12pt;
    color: #3300ff;
    background-color: white;
}
h3 {
    font-weight: bold;
    font-size: 10pt;
    color: green;
    background-color: white;
    font-variant: small-caps;
}
a:link {
    font-size: 8pt;
    color: blue;
    background-color: white;
    text-decoration: underline;
}
a:visited {
    font-size: 8pt;
    color: blue;
    background-color: white;
    text-decoration: underline;
}
a:active {
    font-size: 8pt;
    color: green;
    background-color: white;
    text-decoration: underline;
}
p {
    font-size: 8pt;
    color: black;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: white;
}
i {
    font-style: italic;
}
b {
    font-weight: bold;
}
hr {
    color: steelblue;
    background-color: white;
}
input {
    font-size: 8pt;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
textarea {
    font-size: 8pt;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: white;
}
option {
    font-size: 8pt;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: white;
}
select {
    font-size: 8pt;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: white;
}
a {
    font-size: 8pt;
    color: blue;
    background-color: white;
    text-decoration: underline;
}
plaintext {
    font-size: 8pt;
    background-color: white;
}
td {
    font-size: 8pt;
    color: black;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
th {
    font-size: 8pt;
    color: white;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: #5a3893;
    text-align: center;
}
button {
    font-weight: 500;
    font-size: 8pt;
    color: black;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: darkslateblue;
}
.menu {
    padding-left: 2px;
    background-color: plum;
}
.menu a {
    font-size: 8pt;
    color: black;
    background-color: plum;
    text-decoration: none;
}
.menu h1 {
    font-weight: bold;
    font-size: 14pt;
    color: navy;
    background-color: plum;
    text-align: center;
}
.menu h2 {
    font-weight: bold;
    font-size: 10pt;
    color: navy;
    background-color: plum;
}
.menu hr {
    color: lavenderblush;
}
.menu td {
    font-size: 10pt;
    color: white;
    background-color: plum;
}
.required {
    font-size: 8pt;
    color: red;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
.requiredconditional {
    font-size: 8pt;
    color: #003366;
    font-family: Tahoma, 'MS Sans Serif' , Arial, 'sans serif';
}
.pagehead {
    padding-left: 2px;
    font-size: 10pt;
    font-weight: bold;
    color: darkslateblue;
    text-indent: 10px;
    font-family: 'Comic Sans MS';
    text-align: left;
}
.sectionhead font {
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    text-align: center;
}
.sectionhead td {
    background-color: #b9a6f6;
}
.menu body {
    font-size: 8pt;
    color: black;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: plum;
}
.menu table {
    background-color: plum;
}
.menu a:active {
    color: navy;
    background-color: plum;
    text-decoration: none;
}
.menu a:link {
    color: black;
    background-color: plum;
    text-decoration: none;
}
.menu a:visited {
    color: black;
    background-color: plum;
    text-decoration: none;
}
.attention {
    color: red;
}
.menuh1 {
    font-weight: bold;
    font-size: 9pt;
    color: black;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: transparent;
}
.menuh2 {
    font-weight: bold;
    font-size: 9pt;
    color: black;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
.copyright {
    font-weight: 500;
    font-size: 8pt;
    color: darkblue;
    font-family: Tahoma,'MS Sans Serif', Arial;
    background-color: transparent;
}


.development input {
    position: fixed;
    right: 0px;
    font-size: 2em;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    transition: all 0.1s ease-out;
  }
  
  .development #dev-view {
    bottom: 2px;
  }
  
  .development #dev-break {
    bottom: 32px;
  }
  
  .development #dev-test {
    bottom: 62px;
  }
  
  .development.hide #dev-view {
    right: -30px;
    font-size: 2em;
  }
  
  .development.show #dev-view {
    right: 18px;
    transform: rotate(-90deg);
  }
  
  .development.hide #dev-break {
    right: -30px;
    font-size: 2em;
  }
  
  .development.show #dev-break {
    right: 18px;
  }
  
  .development.hide #dev-test {
    right: -30px;
    font-size: 2em;
  }
  
  .development.show #dev-test {
    right: 18px;
  }
  
  .development-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 30px);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
    transition: visibility 0s linear 0.125s, opacity 0.125s 0s, transform 0.125s;
  }
  
  .development-modal-content {
    position: absolute;
    right: 0;
    background-color: rgb(58, 58, 58);
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow: auto;
  }
  
  .development-modal-content font {
    padding-left: 20px;
  }
  
  .development-modal-content h1 {
    background: transparent;
    color: #ffffff;
  }
  
  .development-modal.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.125s 0s, transform 0.125s;
  }
  
  .session-row {
    font-size: 1.2em;
    padding: 4px 20px;
    border: 1px solid #515151;
  }
  
  .session-col-left {
    width: 15%;
    float: left;
    color: #ffffff;
    word-wrap: break-word;
    white-space: normal;
  }
  
  .session-col-right {
    width: 85%;
    float: right;
    color: #ff9d75;
    word-wrap: break-word;
    white-space: normal;
  }
  
  .param-background
  {
    width: 100%;
    height: 120%;
    background: url(images/BGOverlay.png);
    background-repeat: repeat;
    cursor: wait;
    z-index: 4;
    position: absolute;
    overflow: hidden;
  }
  
  
form {
    font-size: 8pt;
    color: black;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
.copyall {
    color: blue;
}
.error {
    font-weight: bold;
    font-size: 10pt;
    color: red;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
.instruction {
    font-weight: bold;
    font-size: 8pt;
    color: darkgreen;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
.nonschoolday {
    font-weight: bold;
    font-size: 8pt;
    color: red;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: silver;
}
.schoolday {
    font-weight: bold;
    font-size: 10pt;
    color: darkgreen;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
.success {
    font-weight: bold;
    font-size: 10pt;
    color: darkgreen;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
.docheadername {
    font-weight: normal;
    font-size: 10pt;
    color: darkslateblue;
    font-family: 'Comic Sans MS','MS Sans Serif', Arial, 'sans serif';
}
.docheader td {
    font-size: 8pt;
    color: black;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
.divider {
    text-align: center;
}
.divider td {
    font-weight: bold;
    color: white;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: steelblue;
    text-align: center;
}
.divider table {
    width: 100%;
    text-align: center;
}
.divider_silver {
    font-weight: bold;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: silver;
    text-align: left;
}
a:hover {
    font-size: 8pt;
    color: firebrick;
    text-decoration: underline;
}
.menu a:hover {
    color: white;
}
.esyschoolday {
    font-weight: 600;
    font-size: 8pt;
    color: blue;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
.nonschoolday2 {
    font-weight: bold;
    font-size: 8pt;
    color: red;
}
.assesshead {
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    background-color: #5a3893;
}
.contentcell {
    padding-right: 2px;
    background-position: left top;
    padding-left: 2px;
    background-image: url(images/arc.gif);
    padding-bottom: 2px;
    padding-top: 2px;
    background-repeat: no-repeat;
}
.document {
    font-size: 10pt;
    color: darkslateblue;
    font-family: 'Comic Sans MS';
}
.heading {
    font-weight: bold;
    font-size: 10pt;
    color: darkslateblue;
    font-family: Tahoma, Arial, 'Comic Sans MS';
}
.topcell {
    background-position: right center;
    padding-left: 15px;
    background-image: url(images/SPHeader.gif);
    background-repeat: no-repeat;
    background-color: plum;
}
a.columnsort {
    font-size: 8pt!important;
    color: white!important;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif'!important;
    background-color: #5a3893!important;
}
.menuh3 {
    font-weight: bold;
    font-size: 9pt;
    color: darkslateblue;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
.rte p {
    margin-top: 0;
    margin-bottom: 0;
}
.chdr {
    font-size: 8pt;
    cursor: pointer;
    color: #ffffff;
    font-family: Tahoma, Arial, Times;
    background-color: #505080;
    text-align: center;
}
.wd {
    border-right: #b0b0d0 1px solid;
    font-size: 8pt;
    border-bottom: #b0b0d0 1px solid;
    font-family: Tahoma, Arial, Times;
    background-color: #b0b0d0;
    text-align: center;
}
.emab_header td {
    font-size: 8pt!important;
    font-weight: bold!important;
    color: white!important;
    font-family: Tahoma, 'MS Sans Serif' , Arial, 'sans serif'!important;
    background-color: #5a3893!important;
    text-align: center!important;
}
.emab td {
    font-size: 8pt;
    color: black;
    background-color: #FFFFFF;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
}
.emab th {
    font-size: 8pt;
    color: white;
    font-family: Tahoma, 'MS Sans Serif' , Arial, 'sans serif';
    background-color: #5a3893;
    text-align: center;
}
.d {
    border-right: #b0b0e0 1px solid;
    font-size: 8pt;
    cursor: pointer;
    color: #000000;
    border-bottom: #b0b0e0 1px solid;
    font-family: Tahoma;
    background-color: #f0f0f0;
    text-align: center;
}
.caltoday {
    border-left: #b0b0e0 1px solid;
    color: #d00000;
}
.other {
    color: #b0b0d0;
}
.selected {
    color: #ffffff;
    background-color: #505080;
}
.over {
    background-color: #d0d0d0;
}
.caltextbox {
    border-right: #9090e0 1px solid;
    border-top: #9090e0 1px solid;
    padding-left: 4px;
    font-size: 8pt;
    border-left: #9090e0 1px solid;
    width: 100%;
    border-bottom: #9090e0 1px solid;
    font-family: Tahoma;
    background-color: #ffffff;
}
.c {
    border-right: #c0c0f0 1px solid;
    border-top: #c0c0f0 1px solid;
    padding-left: 3px;
    border-left: #c0c0f0 1px solid;
    border-bottom: #c0c0f0 1px solid;
    white-space: nowrap;
    background-color: #ffffff;
}
.cs {
    border-right: #c0c0f0 1px solid;
    border-top: #c0c0f0 1px solid;
    padding-left: 3px;
    border-left: #c0c0f0 1px solid;
    border-bottom: #c0c0f0 1px solid;
    white-space: nowrap;
    background-color: #f4f4f4;
}
.ch1 {
    border-right: #f0f0f0 1px solid;
    border-top: #c0c0f0 1px solid;
    padding-left: 3px;
    border-left: #c0c0f0 1px solid;
    cursor: pointer;
    border-bottom: #c0c0f0 1px solid;
    background-color: #c0c0f0;
}
.ch2 {
    border-right: #f0f0f0 1px solid;
    border-top: #c0c0f0 1px solid;
    padding-left: 3px;
    border-left: #f0f0f0 1px solid;
    cursor: pointer;
    border-bottom: #c0c0f0 1px solid;
    background-color: #c0c0f0;
}
.ch3 {
    border-right: #c0c0f0 1px solid;
    border-top: #c0c0f0 1px solid;
    padding-left: 3px;
    border-left: #f0f0f0 1px solid;
    cursor: pointer;
    border-bottom: #c0c0f0 1px solid;
    background-color: #c0c0f0;
}
.ftr {
    border-right: #c0c0f0 1px solid;
    padding-right: 5px;
    border-top: #c0c0f0 1px solid;
    padding-left: 5px;
    border-left: #c0c0f0 1px solid;
    border-bottom: #c0c0f0 1px solid;
    background-color: #c0c0f0;
    text-align: right;
}
.r {
    height: 18px;
}
#tabs {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0;
    color: white;
    padding-top: 0;
    list-style-type: none;
}
#tabs a {
    text-decoration: none;
    font-size: 10pt;
    color: white;
    font-family: Tahoma,'MS Sans Serif', Arial, 'sans serif';
    text-align: center;
}
#tabs ul {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0;
    padding-top: 0;
    white-space: nowrap;
    list-style-type: none;
}
#tabs li {
    border-right: 0;
    padding-right: 0;
    border-top: 0;
    display: inline;
    padding-left: 0;
    padding-bottom: 0;
    border-left: 0;
    padding-top: 0;
    border-bottom: 0;
}
#tabs span {
    display: inline;
    padding-left: 10px;
    background: url(images/TabLeft.gif) #999999 no-repeat left top;
    margin: 0;
}
#tabs li a {
    padding-right: 10px;
    background: url(images/TabRight.gif) #999999 no-repeat right top;
    margin: 0;
    text-decoration: none;
}
#tabs li a.selected {
    padding-right: 10px;
    background: url(images/TabRight.gif) #999999 no-repeat right top;
    margin: 0;
    text-decoration: none;
    background-color: #5a3893;
}
#tabs li a.selected span {
    background-color: #5a3893;
}
.ui-state-highlight {
    background-color: #FFFAB2;
}
.ui-state-active {
    background-color: #FAF519;
}