﻿body {
  background: #EBEBEB url(style/bodyback.jpg) repeat left top;
}
#left {
  background-color: transparent;
}
#main {
  position: relative;
}
#pgTitle {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #f8f8f8 url(style/paperback.jpg) repeat left top;
  -moz-box-shadow: 0px 4px 4px #aaa;
  -webkit-box-shadow: 0px 4px 4px #aaa;
  box-shadow: 0px 4px 4px #aaa;
  color: #EB655C;
  font-size: 180%;
  padding: 10px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  height: 40px;
  z-index: 1;
  padding-left: 70px;
  text-shadow: 0px 1px 0px #fff;
  border-bottom-color: #999;
}
#header {
  position: absolute;
  z-index: 3;
}
#mainContent {
  padding-top: 80px;
}
#loginInfo {
  background-color: transparent;
  background-image: none;
  padding: 0px;
  top: 10px;
}
#loginInfo #loginInfoStrip {
  color: #fff;
  background-color: #EB655C;
  padding: 5px 60px 5px 30px;
  display: inline-block;
  position: relative;
  height: 20px;
  font-size: 16px;
  -moz-box-shadow: 4px 4px 4px #aaa;
  -webkit-box-shadow: 4px 4px 4px #aaa;
  box-shadow: 4px 4px 4px #aaa;
}
#loginInfo #loginInfoStrip a {
  text-decoration: underline;
  color: #fff;
}
#loginInfo #loginInfoStrip:before {
  content: " ";
  width: 0px;
  height: 0px;
  border: solid 15px transparent;
  display: block;
  border-left-color: #f8f8f8;
  position: absolute;
  left: 0px;
  top: 0px;
}
#ctl00_logo {
  background-color: transparent;
  background-image: url('style/mainLogo.png');
  top: 1px;
  width: 53px;
  z-index: 4;
  margin-left: 5px;
}
label {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  vertical-align: top;
  min-width: 8em;
  margin-top: 3px;
  margin-right: 1em ;
  display: inline-block;
  white-space: nowrap;
  color: #555555;
  padding: 3px;
  font-size: 115%;
  font-weight: bold;
  min-height: 25px;
  background-image: none;
  background-color: transparent;
}
body.IE6 label {
  width: 7em;
}
body.Firefox label {
  display: -moz-inline-block;
}
.form3 label {
  min-width: 3em;
}
.form4 label {
  min-width: 4em;
}
.form5 label {
  min-width: 5em;
}
.form6 label {
  min-width: 6em;
}
.form8 label {
  min-width: 8em;
}
.form9 label {
  min-width: 9em;
}
.form10 label {
  min-width: 10em;
}
.form11 label {
  min-width: 11em;
}
.form12 label {
  min-width: 12em;
}
.form13 label {
  min-width: 13em;
}
.form14 label {
  min-width: 14em;
}
.form15 label {
  min-width: 15em;
}
.form16 label {
  min-width: 16em;
}
.form17 label {
  min-width: 17em;
}
.form18 label {
  min-width: 18em;
}
.form19 label {
  min-width: 19em;
}
.form20 label {
  min-width: 20em;
}
.form25 label {
  min-width: 25em;
}
.form28 label {
  min-width: 28em;
}
body.IE6 .form3 label {
  width: 3em;
}
body.IE6 .form4 label {
  width: 4em;
}
body.IE6 .form5 label {
  width: 5em;
}
body.IE6 .form6 label {
  width: 6em;
}
body.IE6 .form8 label {
  width: 8em;
}
body.IE6 .form9 label {
  width: 9em;
}
body.IE6 .form10 label {
  width: 10em;
}
body.IE6 .form11 label {
  width: 11em;
}
body.IE6 .form12 label {
  width: 12em;
}
body.IE6 .form13 label {
  width: 13em;
}
body.IE6 .form14 label {
  width: 14em;
}
body.IE6 .form15 label {
  width: 15em;
}
body.IE6 .form16 label {
  width: 16em;
}
body.IE6 .form17 label {
  width: 17em;
}
body.IE6 .form18 label {
  width: 18em;
}
body.IE6 .form19 label {
  width: 19em;
}
body.IE6 .form20 label {
  width: 20em;
}
body.IE6 .form25 label {
  width: 25em;
}
body.IE6 .form28 label {
  width: 28em;
}
.dpRequired {
  background: #fffacd url(images/dpreq.gif) no-repeat right center;
}
.dpCheckbox input {
  margin-top: 5px;
  background-color: #fff;
}
input[type="text"],
input[type="password"],
textarea {
  font-size: 106%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
  outline: none;
  font-family: Trebuchet MS, Helvetica, sans-serif;
}
textarea {
  border: solid 1px #ccc;
}
.dpButton {
  display: inline-block;
  padding: 10px 20px;
  border: solid 1px #bd2d24;
  background-color: #e03f34;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EB655C), to(#e03f34));
  background-image: -webkit-linear-gradient(#EB655C, #e03f34);
  background-image: -moz-linear-gradient(#EB655C, #e03f34);
  background-image: -ms-linear-gradient(#EB655C, #e03f34);
  background-image: -o-linear-gradient(#EB655C, #e03f34);
  background-image: linear-gradient(#EB655C, #e03f34);
  filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr='{0}',endColorstr='{1}');", #EB655C, #e03f34);
  color: #fff;
  text-shadow: 0px -1px 0px #222;
  cursor: pointer;
  font-weight: bold;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0px 4px 4px #aaaaaa;
  -webkit-box-shadow: 0px 4px 4px #aaaaaa;
  box-shadow: 0px 4px 4px #aaaaaa;
  font-size: 102%;
  font-family: Trebuchet MS, Helvetica, sans-serif;
}
.IE9 .dpButton {
  filter: none;
}
.dpButton:disabled {
  color: #999;
  cursor: auto;
}
.dpButton:hover {
  -moz-box-shadow: 0px 0px 0px #aaaaaa;
  -webkit-box-shadow: 0px 0px 0px #aaaaaa;
  box-shadow: 0px 0px 0px #aaaaaa;
  background-color: #bd2d24;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e03f34), to(#bd2d24));
  background-image: -webkit-linear-gradient(#e03f34, #bd2d24);
  background-image: -moz-linear-gradient(#e03f34, #bd2d24);
  background-image: -ms-linear-gradient(#e03f34, #bd2d24);
  background-image: -o-linear-gradient(#e03f34, #bd2d24);
  background-image: linear-gradient(#e03f34, #bd2d24);
  filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr='{0}',endColorstr='{1}');", #e03f34, #bd2d24);
}
.IE9 .dpButton:hover {
  filter: none;
}
.dpButton:disabled:hover {
  -moz-box-shadow: 0px 4px 4px #aaaaaa;
  -webkit-box-shadow: 0px 4px 4px #aaaaaa;
  box-shadow: 0px 4px 4px #aaaaaa;
  background-color: #e03f34;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EB655C), to(#e03f34));
  background-image: -webkit-linear-gradient(#EB655C, #e03f34);
  background-image: -moz-linear-gradient(#EB655C, #e03f34);
  background-image: -ms-linear-gradient(#EB655C, #e03f34);
  background-image: -o-linear-gradient(#EB655C, #e03f34);
  background-image: linear-gradient(#EB655C, #e03f34);
  filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr='{0}',endColorstr='{1}');", #EB655C, #e03f34);
}
input:disabled,
isindex:disabled,
textarea:disabled {
  color: #000;
  background-color: white;
  border: none;
}
#nav {
  background-color: transparent;
}
#nav > ul > li {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: -moz-linear-gradient(#fff, #eee);
  background-image: -ms-linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
  filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr='{0}',endColorstr='{1}');", #fff, #eee);
  margin-bottom: 10px;
  -moz-box-shadow: 2px 2px 2px #aaaaaa;
  -webkit-box-shadow: 2px 2px 2px #aaaaaa;
  box-shadow: 2px 2px 2px #aaaaaa;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
#nav > ul > li > a.navOption {
  background-color: transparent;
  color: #e03f34;
}
#left #nav .navTitle {
  background-color: #e03f34;
  color: #fff;
  text-shadow: 0px -1px 0px #444;
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}
#nav ul li ul {
  background-color: transparent;
}
#left #nav ul li ul li a {
  color: #bd2d24;
}
tr.altZebra {
  background-color: #E8F1F8;
}
.altZebra td {
  background-color: transparent;
}
td {
  border-style: none;
}
.dpGridView td {
  border-top: solid 1px #ccc;
  padding: 3px;
}
.dpGridView tr {
  background: #F8F8F8 url(style/paperback.jpg) repeat left top;
  border-top: solid 1px #ccc;
}
table.dpGridView {
  border-style: none;
}
.dpGridViewContFullWidth {
  min-width: 98%;
}
.dpGridViewContFullWidth table.dpGridView {
  width: 100%;
}
.dpGridViewCont,
.pnl,
.dpGridViewContFullWidth {
  background: #f8f8f8 url(style/paperback.jpg) repeat left top;
  -moz-box-shadow: 3px 3px 8px #aaaaaa;
  -webkit-box-shadow: 3px 3px 8px #aaaaaa;
  box-shadow: 3px 3px 8px #aaaaaa;
  border: solid 1px #bbb;
  margin: 4px;
  padding: 12px;
  display: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.dpGridViewCont h3,
.pnl h3,
.dpGridViewContFullWidth h3 {
  margin-top: 4px;
  margin-bottom: 10px;
}
.dpGridViewContFullWidthBlock {
  display: block;
}
.dpGridViewCont:after,
.dpGridViewContFullWidth:after {
  content: ' ';
  display: block;
}
fieldset {
  background: #f8f8f8 url(style/paperback.jpg) repeat left top;
  -moz-box-shadow: 3px 3px 8px #aaaaaa;
  -webkit-box-shadow: 3px 3px 8px #aaaaaa;
  box-shadow: 3px 3px 8px #aaaaaa;
  border: solid 1px #bbb;
  margin: 8px 0px 16px 0px !important;
  padding: 12px;
  display: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-image: none;
  position: relative;
  padding-top: 40px;
  min-width: 500px;
}
fieldset legend {
  position: absolute;
  top: 10px;
}
fieldset legend .dpExPanelTog span {
  color: #e03f34;
}
h2,
h3,
h4,
h5,
#main h2 a {
  color: #e03f34;
  text-shadow: 0px 1px 0px #fff;
}
h2 {
  margin: 16px 0px 6px 0px;
}
.dangerousButton {
  background-color: #C63636;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C63636), to(#eee));
  background-image: -webkit-linear-gradient(#C63636, #eee);
  background-image: -moz-linear-gradient(#C63636, #eee);
  background-image: -ms-linear-gradient(#C63636, #eee);
  background-image: -o-linear-gradient(#C63636, #eee);
  background-image: linear-gradient(#C63636, #eee);
  filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr='{0}',endColorstr='{1}');", #C63636, #eee);
}
.dangerousButton:hover {
  background-color: #BF1D1D;
  box-shadow: 0 0 0 #AAAAAA;
  color: #fff;
  background-color: #C22E2E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C10000), to(#C22E2E));
  background-image: -webkit-linear-gradient(#C10000, #C22E2E);
  background-image: -moz-linear-gradient(#C10000, #C22E2E);
  background-image: -ms-linear-gradient(#C10000, #C22E2E);
  background-image: -o-linear-gradient(#C10000, #C22E2E);
  background-image: linear-gradient(#C10000, #C22E2E);
  filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr='{0}',endColorstr='{1}');", #C10000, #C22E2E);
}
.formViewWrapper {
  background: #f8f8f8 url(style/paperback.jpg) repeat left top;
  -moz-box-shadow: 3px 3px 8px #aaaaaa;
  -webkit-box-shadow: 3px 3px 8px #aaaaaa;
  box-shadow: 3px 3px 8px #aaaaaa;
  border: solid 1px #bbb;
  margin: 4px;
  padding: 12px;
  display: block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  min-width: 530px;
}
.formViewWrapper input[type="text"],
.formViewWrapper input[type="password"] {
  width: 250px;
}
.formViewWrapper textarea {
  width: 350px;
}
.formViewWrapper .colWidth textarea {
  width: auto;
}
.formViewWrapper:after {
  content: ' ';
  display: block;
}
.formViewWrapperWide {
  width: 870px;
}
.dataGridTable tr td {
  font-size: 80% !important;
  padding: 3px 3px 7px 3px !important;
}
.dataGridTable tr:first-child td {
  background: #E9E9E9 url(style/th-bg.jpg) repeat-x top left !important;
  color: #003973 !important;
  border: solid 1px #ffffff !important;
  vertical-align: middle !important;
}
.dataGridTable tr:last-child td {
  background: #E9E9E9 url(style/th-bg.jpg) repeat-x top left !important;
  color: #003973 !important;
  border: solid 1px #ffffff !important;
  vertical-align: middle !important;
}
.dataGridWrapper {
  background: #f8f8f8 url(style/paperback.jpg) repeat left top;
  -moz-box-shadow: 3px 3px 8px #aaaaaa;
  -webkit-box-shadow: 3px 3px 8px #aaaaaa;
  box-shadow: 3px 3px 8px #aaaaaa;
  border: solid 1px #bbb;
  margin: 8px 0px 16px 0px !important;
  padding: 12px;
  display: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-image: none;
  position: relative;
  min-width: 500px;
}
.fluidform {
  margin-left: 4px;
}
.fluidform label {
  width: auto;
  min-width: 1em;
  margin-right: 2px;
  margin-top: 0px;
  padding: 0px;
}
.fluidform select {
  margin-right: 1em;
}
.tabbedGrid {
  margin-top: 0px !important;
  margin-left: 0px !important;
  -moz-border-radius: 0px 8px 8px 8px;
  -webkit-border-radius: 0px 8px 8px 8px;
  border-radius: 0px 8px 8px 8px;
}
#dpTabStrip {
  margin-top: 8px !important;
}
.onlineFormSection {
  background: #f8f8f8 url(style/paperback.jpg) repeat left top;
  -moz-box-shadow: 3px 3px 8px #aaaaaa;
  -webkit-box-shadow: 3px 3px 8px #aaaaaa;
  box-shadow: 3px 3px 8px #aaaaaa;
  border: solid 1px #bbb;
  padding: 12px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-image: none;
  width: 900px;
}
.onlineFormTable {
  margin: 8px 0px 16px 0px !important;
  width: 100%;
  /*
    .OnlineFormRadio input[type="radio"]+label  
    {
    }

    
    .OnlineFormRadio input[type="radio"]:checked+label  
    {
        color:#E03F34;
        text-decoration:underline;
    }
*/
}
.onlineFormTable tr {
  border-bottom: solid 1px #000000;
}
.onlineFormTable tr td {
  padding: 3px;
}
.onlineFormTable .ajax__calendar tr td {
  padding: 0px;
}
.onlineFormTable tr.sectionBreak {
  font-weight: bold;
  font-size: 120%;
  margin-top: 10px;
}
.onlineFormTable tr.sectionBreak td {
  padding-top: 10px;
  padding-bottom: 3px;
}
.onlineFormTable tr.keystandards {
  background-color: #fff799;
  font-weight: bold;
}
.onlineFormTable .OnlineFormRadio {
  white-space: nowrap;
}
.onlineFormTable .OnlineFormRadio label {
  width: auto;
  min-width: 10px;
  background: none;
  margin-top: -4px;
}
.onlineFormTable .OnlineFormTextArea {
  width: 99%;
  height: 150px;
}
.docFolderCell {
  font-size: 1.4em;
  padding-left: 25px;
  background: transparent url(style/collapse.png) no-repeat 5px 4px;
  color: #4C95B7;
  border-top: solid 1px #4C95B7;
  cursor: pointer;
  padding-bottom: 8px;
}
.docFolderCellOpen {
  background-image: url(style/expand.png);
}
.docFolderCellItem {
  padding-left: 50px;
}
#ctl00_ContentPlaceHolder1_vcalSum {
  display: none;
}
.mergeTbl th {
  background-image: none;
  background-color: transparent;
  color: #bd2d24;
  border: none;
  text-align: left;
}
.mergeTbl td {
  vertical-align: middle;
}
.mergeTbl td.btnCell {
  text-align: center;
}
.mergeTbl .mhdr {
  font-size: 110%;
  padding-top: 20px;
}
.mergeTbl .copyAccross {
  background-image: url(style/whArrowL.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.mergeTbl .rowDiff {
  background-color: #fff799;
}
.surveyPnl .nextInspOverlay,
.surveyPnl .nextInsp {
  display: none;
}
.surveySaved .nextInspOverlay,
.surveySaved .nextInsp {
  display: none;
}
.surveyNotSaved {
  position: relative;
}
.surveyNotSaved .nextInspOverlay,
.surveyNotSaved .nextInsp {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
}
.surveyNotSaved .nextInspOverlay {
  filter: alpha(opacity=80);
  opacity: 0.8;
  background-color: #fff;
}
.surveyNotSaved .nextInsp {
  padding: 80px 30px 0px 30px;
  font-size: 150%;
  text-align: center;
  color: #bd2d24;
}
.mergeChecklist label {
  min-width: 50px;
  width: 50px;
}
.mergeChecklist input {
  margin-top: 10px;
}
.collegeSurveyError {
  color: red;
}
.wideText textarea {
  width: 100%;
}
.tblSamplingMatrix .tblSamplingMatrixHead {
  font-weight: bold;
}
.tblSamplingMatrix .tblSamplingMatrixHead .tblSamplingMatrixYr {
  text-align: center;
}
.tblSamplingMatrix .smCheckCell {
  text-align: center;
}
.tblSamplingMatrix .smQRow td {
  padding: 6px 2px;
  font-size: 80% !important;
}
.tblSamplingMatrix .smQRow .smQRowNum {
  padding-right: 10px;
  font-weight: bold;
  font-size: 90% !important;
}
.tblSamplingMatrix .smEach {
  color: #dd7700;
  background-color: #e8e8e8;
  font-weight: bold;
}
.tblSamplingMatrix .smMand {
  color: #ee1111;
  font-weight: bold;
  background-color: #d8d8d8;
}
.tblSamplingMatrix .smyearskipped {
  background-color: #ccc;
}
.tblSamplingMatrix .smRowHilight,
.tblSamplingMatrix .smCellHilight {
  background-color: #c0ffc0;
}
.tblSamplingMatrix .smRowHilight .smyearskipped,
.tblSamplingMatrix .smCellHilight .smyearskipped {
  background-color: #c0ffc0;
}
.tblSamplingMatrix .smCurCycle {
  border-right: solid 2px #222;
  border-left: solid 2px #222;
}
.tblSamplingMatrixKey td {
  padding: 4px;
}
.smReadOnly {
  opacity: 0.5;
}
.ErrorHighlight {
  background-color: #fff799;
}
.richEditField {
  max-width: 800px;
}
.richEditField .htmlEditor {
  border: solid 1px #333;
  min-height: 10rem;
  padding: 0.3em 0.6em;
  border-radius: 0 0 1px 1px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 1rem;
}
.richEditField .htmlEditor:focus {
  border: 1px solid #555;
  outline: 0;
}
.richEditField .htmlToolbar {
  background-color: #f2f2f2;
  border: solid 1px #333;
  border-bottom-width: 0;
  padding: 0.2em 0.6em;
  width: 100%;
}
.richEditField .htmlToolbar i {
  font-style: normal;
  padding: 0.1rem 0.5rem;
  cursor: pointer;
  font-family: ui-monospace;
}
.richEditField .htmlToolbar i.bold {
  font-weight: bold;
}
.richEditField .htmlToolbar i.italic {
  font-style: italic;
}
.richEditField .htmlToolbar i.underline {
  text-decoration: underline;
}
.teamRoomChecklist {
  list-style-type: none;
}
.teamRoomChecklist li:before {
  width: 2em;
  display: inline-block;
  content: '⏹️';
}
.teamRoomChecklist li.checked:before {
  content: '✅';
}
.teamRoomChecklist li.checked {
  color: #999;
}
.teamRoomChecklist li.checked small {
  display: inline-block;
  margin-left: 1rem;
  color: #000;
  font-size: 80%;
}
.teamRoomChecklist li.canCheck {
  cursor: pointer;
}
.teamRoomChecklist li.canCheck:hover {
  text-decoration: underline;
}
.teamRoomChecklist li small {
  display: none;
}
.chkRecipients label {
  padding: 0;
  margin: 0;
  margin-right: 1rem;
  width: auto;
}
.teamRoomEmail {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 4px;
  padding: 1rem;
  margin-top: 1rem;
}
body.teamRoomPage #ctl00_logo {
  filter: hue-rotate(180deg);
}
body.teamRoomPage #pgTitle,
body.teamRoomPage h2,
body.teamRoomPage h3 {
  color: #50763F;
}
body.teamRoomPage .dpButton {
  background-color: #50763F;
}
body.teamRoomPage .modalPopup h3 {
  color: #fff;
}
.editCat,
.blankCat {
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.5em;
}
.editCat {
  cursor: pointer;
}
.docDelete {
  cursor: pointer;
}
.sec2FA {
  font-size: 200%;
  color: #0E4087;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sec2FA .n2FA {
  color: #EB655C;
}
.verify2FA {
  margin-bottom: 1rem;
}
.verify2FA input {
  font-size: 200%;
  width: 1em;
}
.appPage h1,
.appPage h2,
.appPage h3,
.appPage h4,
.appPage h5,
.appPage h6 {
  color: #000;
}
.appPage td {
  border: solid 1px;
}
.accountActivity {
  max-height: 600px;
  overflow-y: auto;
}
.accountActivity table thead tr th {
  position: sticky;
  top: 0px;
  border-width: 0;
  text-align: left;
  padding: 0.2rem 1rem;
}
.accountActivity table tr:nth-child(odd) {
  background-color: #eee;
}
.accountActivity table td {
  padding: 0.2rem 1rem;
}
.checkFormat input[type="checkbox"] {
  margin-top: 11px;
}