/*********************************************************/
/*********************************************************/
/*SURVEY PARAMS*/
body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: #e5e5e5;
}
h1 {
  font-weight: bold;
}
table {
  font-size: 12px;
}
h2,
h3,
h4 {
  font-weight: bold;
  font-size: 12px;
  margin: 0 0 5px 0;
}
img {
  border: none;
}
small,
sub,
sup {
  font-size: 0.83em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#container {
  width: 980px;
  margin: 0 auto;
  box-shadow: 0 5px 10px 5px #c4c4c4;
}
#header {
  height: 110px;
  /*header height*/
}
#header #header-outer {
  background: url("../images/header.jpg") no-repeat 0 0;
}
#header #header-inner {
  height: 140px;
}
#header #header-wrapper {
  background: url("../images/header-repeater.jpg") repeat-x 0 0;
}
#header #logo {
  display: none;
}
.contentBox {
  background: #fff;
  padding: 20px;
}
#ContentTable {
  width: 940px;
  margin: 0 auto;
}
#TestBannerDiv {
  border: 2px solid #c00;
  color: #c00;
  padding: 4px;
  width: 95%;
  text-align: center;
  margin: 5px auto;
}
.progresstype {
  margin: 0 0 15px 0;
}
#ProgressBarLabel {
  display: block;
  text-transform: uppercase;
  color: #4b4b4b;
  margin: 0 0 5px 0;
  font-size: 11px;
}
.innerProgressBar {
  height: 15px;
  background: #f9ed43;
}
#VCProgressBar {
  border: 1px solid #d7d7d7;
  height: 15px;
}
.QuestionText {
  margin: 15px 0 5px 0;
  padding: 0 0 0 0;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
}
.InstructionText {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  font-size: 11px;
  color: #333333;
  font-weight: normal;
  font-style: italic;
}
.OptionText {
  font-size: 12px;
}
.errorMsg {
  background: #c00;
  color: #fff;
  padding: 2px 3px;
  font-size: 10px;
  display: block;
}
.ResponseGridTable {
  margin: 5px 0 20px 0;
}
/*Survey content area*/
.ResponseGridHeaderTd {
  background: #94b394;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
}
.ResponseGridTr td {
  padding: 5px;
  background: #e5e5e5;
}
.ResponseGridTrAlternate td {
  padding: 5px;
  background: #f4f4f4;
}
.ResponseGridTd:hover,
.ResponseGridTdAlternate:hover {
  background: #f9ed43;
}
.ResponseGridTdLabelCol,
.ResponseGridTdLabelColAlternate {
  text-align: left;
}
.ResponseGridTd_sel,
.ResponseGridTdAlternate_sel {
  background: #f9ed43 !important;
}
#footer {
  border-top: 1px solid #94b394;
}
#footer ul {
  float: left;
  margin: 0;
  padding: 10px 0 0 0;
}
#footer li {
  list-style-type: none;
  float: left;
  margin: 0 0 0 0;
  padding: 0 10px;
  color: #ffffff;
  font-size: 12px;
  border-right: 1px solid #ffffff;
}
#footer li:first-child {
  padding-left: 0;
}
#footer li:last-child {
  border: 0;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .footer-inner {
  zoom: 1;
}
#footer .footer-inner:before,
#footer .footer-inner:after {
  content: "";
  display: table;
}
#footer .footer-inner:after {
  clear: both;
}
#footer .footer-inner {
  padding: 10px 15px 10px 15px;
  background-color: #94b394;
}
#VC-logo {
  display: block;
  float: right;
  height: 33px;
  margin: 0;
  width: 114px;
  /*CHOICES FOR VC LOGO IN FOOTER
		---------------------------------------------------------
		https://logo.visioncriticalpanels.com/vclogo_white.png
		https://logo.visioncriticalpanels.com/vclogo_grey.png
		https://logo.visioncriticalpanels.com/vclogo_darkgrey.png*/
}
#VC-logo a {
  display: block;
  height: 33px;
  width: 114px;
  text-indent: -5000px;
  background: url("https://logo.visioncriticalpanels.com/vclogo_white.png") 0 0 no-repeat;
}
#Form1,
.contentBlock {
  min-height: 450px;
  height: auto !important;
  height: 450px;
}
td.ResponseGridTableLabel .OptionText label {
  vertical-align: top;
  position: relative;
  top: 2px;
}
.DCMTable {
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px 0 0 1px;
}
.DCMTable h1,
.DCMTable h2,
.DCMTable h3,
.DCMTable h4 {
  margin-top: 0;
}
.DCMTable thead th {
  background: #94b394;
  color: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 15px;
}
.DCMTable tbody th {
  background: #e5e5e5;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
.DCMTable td {
  vertical-align: top;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  background: #f4f4f4;
  padding: 15px;
  cursor: pointer;
}
.DCMTable td.hover {
  background: #fbf274;
}
.DCMTable td.selected {
  background: #f9ed43;
  color: #333333;
}
