body {
  font-size: 12px;
  color: #1d4277;
  text-align: center;
  font-family: "Trebuchet MS";
}

input[type=submit] {
  cursor: pointer;
}

a, a:hover, a:active, a:visited {
  color: #2a3e71;
  text-decoration: underline;
}

#site {
  width: 1243px;
  margin: auto;
  text-align: left;
}

#header {
  height: 64px;
  width: 1238px;
  background-image: url('/images/pbonline/bg_header.jpg');
  background-position: 0 45px;
  background-repeat: no-repeat;
}

#header h1 {
  float: left;
}

#header .logo {
  float: right;
  height: 64px;
  margin: 0 5px;
  font-size: 12px;
}

#header .client {
  width: 165px;
}

#header .partner {
  width: 115px;
  margin-left: 25px;
}

#header .spacer {
  float: right;
  width: 165px;
}
h1 {
  text-indent: -999em;
  height: 64px;
  width: 165px;
  background-image: url('/images/pbonline/logo.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}

h1 a {
  display: block;
  height: 64px;
  width: 165px;
}

p {
  clear: both;
  margin-top: 12px;
}

#content {
  text-align: center;
  clear: both;
}


#questions {
  text-align: left;
  width: 1206px;
  min-height: 304px;
  padding: 16px 6px 2px 16px;
  margin-left: 5px;
}

.question {
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear: both;
}

#questions h2 {
  font-weight: bold;
  font-size: 15px;
  margin: 2px auto 8px auto;
}

.centering-container {
  width: 1242px;
  text-align: center;
}

#progress-bar-container {
  width: 310px;
  margin: 12px auto 12px auto;
  clear: both;
  text-align: left;
}

#progress-bar-container h4 {
  text-transform: uppercase;
  float: left;
  margin-right: 8px;
  font-weight: bold;
}

#percent-measure {
  float: left;
  margin-left: 10px;
}

#percent-measure .number {
  font-weight: bold;
}

#progress-bar {
  float: left;
  width: 201px;
  height: 15px;
  background-image: url('/images/pbonline/bg_progress.jpg');
  background-repeat: no-repeat;
  margin-bottom: 12px;
}

#progress {
  height: 15px;
  background: #224474 top left;
  font-size: 0;
}

#postpone {
  color: #2a3e71;
  float: right;
  margin-top: 0;
  padding: 0;
}

#postpone a, #postpone a:hover, #postpone a:active, #postpone a:visited {
  font-size: 11px;
  color: #2a3e71;
  text-decoration: none;
}

#footer {
  color: #2c5c8e;
}

#copyrights {
  margin: 10px 0 10px 15px;
  color: #2c5c8e;
}

#submit-bar-container {
  margin-top: 4px;
  padding-top: 0;
  width: 1198px;
  margin-left: 20px;
}

#submit-bar {
  width: 210px;
  margin: 2px auto;
}

#submit-bar p {
  margin-top: 0;
}

#submit-bar-wider {
  width: 400px;
  margin: 2px auto;
}

#submit-bar input {
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

#footer .separator {
  margin-top: 10px;
  font-size: 0px;
  width: 100%;
  height: 4px;
  border-top: 1px solid #8aa4c2;
  background-color: #d4dde8;
}

input.text-field {
  height: 20px;
  /*
  border: 1px solid #b4b4b4;
  background-image: url('/images/pbonline/bg_text-field.png');
  background-repeat: repeat-x;
  */
  border: 1px solid #1d4277;
  background: white url('/images/pbonline/bg_textarea.png') bottom right no-repeat;
  margin: 7px 5px 7px 0px;
  color: #1d4277;
  padding: 2px;
  width: 200px;
}

label {
  line-height: 1.4;
  vertical-align: middle;
  text-indent: 0px;
  margin-left: 10px;
}

.label-container {
  vertical-align: middle;
  margin-left: 35px;
  padding-top: 2px;
  margin-bottom: 5px;
}

.label-container label {
  vertical-align: middle;
  margin-left: 0;
}

.label-container input.text-field {
  vertical-align: middle;
  margin: 0 0 0 10px;
}

input.radio-button, input.check-box {
  margin: 4px 0 0 10px;
  vertical-align: middle;
  display: block;
  float: left;
}

input.tablex-check-box, .tablex input.radio-button {
  display: table-cell;
  float: none;
}

textarea.text-area {
  width: 350px;
  height: 177px;
  padding: 2px;
  border: 1px solid #1d4277;
  color: #1d4277;
  background: white url('/images/pbonline/bg_textarea.png') bottom right no-repeat;
  margin: 10px 10px 10px 0;
}

select.select-box {
  margin: 4px 0 8px 10px;
}

.errorExplanation {
  margin-bottom: 25px;
}

.errorExplanation ul li {
  color: #f00;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ol {
}

ol li {
  list-style-type: decimal;
  margin-left: 30px;
}

ul li {
  margin-left: 30px;
  list-style-type: disc;
}

em {
  font-style: italic;
}

#finish-links {
  margin-top: 25px;
  margin-right: 25px;
  text-align: right;
}

.possibilities-vertical {
  display: table;
}

.possibilities-vertical .prow {
  display: table-row;
  clear: both;
}

.prow .label-container {
  padding: 5px 0;
}

.possibility {
  display: table-cell;
  margin: 0;
  padding: 0 10px 0 40px;
  vertical-align: middle;
}

.text-field-possibility {
  display: block;
}

.possibility input.radio-button, .possibility input.check-box {
  margin: 0;
}

.label-container {
  display: table-cell;
  padding: 5px 0 10px 0;
}

.possibilities-horizontal {
  margin-bottom: 35px;
  clear: both;
}

.possibilities-horizontal .prow {
  float: left;
  clear: none;
}

.bigger { font-size: 13px; }

.pair {
  clear: both;
  margin-bottom: 10px;
}

.pair td {
  padding: 0 3px;
}

.item1 {
  float: left;
  margin: 3px 10px 3px 10px;
}

.item2 {
  float: left;
  margin-left: 10px;
  margin: 3px 10px 3px 10px;
}

.scale {
  float: left;
  margin: 3px 0 3px 0;
}

.scale input {
  margin: 0 2px 0 2px;
}

table.matrix { border-collapse: collapse; }
table.matrix td, table.matrix th { border: solid 1px #b4b4b4; padding: 5px; }
table.matrix th { width: 120px; text-align: center; }
table.matrix td.header { text-align: left;}
table.matrix td {text-align: center;}
table.matrix th, table.matrix td.header { font-weight: bold; }
table.matrix th, table.matrix td.first-level-header, table.matrix td.second-level-header { width: 180px; }
table.matrix th.empty { border-top: none; border-left: none; width: 10px; }
table.constant-sum-form-field { border-collapse: collapse; }
table.constant-sum-form-field td, table.constant-sum-form-field th { border: solid 1px #b4b4b4; padding: 5px; }
table.constant-sum-form-field th { text-align: center; }
table.constant-sum-form-field td.header { text-align: left;}
table.constant-sum-form-field td {text-align: center;}
table.constant-sum-form-field th, table.constant-sum-form-field td.header { font-weight: bold;}
table.constant-sum-form-field th.empty { border-top: none; border-left: none; width: 10px; }
table.tablex th, table.tablex td { width: 180px; }

.quality-question {
  margin-left: 50px;
}

.quality-question ul {
  margin-top: 5px;
  margin-bottom: 5px;
  list-style: none;
}

.quality-question ul li {
  list-style: none;
  margin-left: 10px;
  line-height: 1.5;
  clear: both;
}

.constant-sum {
  text-align: right;
  width: 50px;
}

.col-sum-field {
  text-align: right;
  width: 50px;
}

.col-sum-equal {
  background: #0f0 !important;
}

.col-sum-less {
  background: #f00 !important;
}

.col-sum-more {
  background: #ff0 !important;
}

.tablex tr td input.text-field {
  height: 19px;
  border: 1px solid #1d4277;
  background: white url('/images/pbonline/bg_textarea.png') bottom right no-repeat;
  width: 90px;
  /* border: 1px solid #b4b4b4; */
  margin: 3px 5px 3px 3px;
  color: #1d4277;
  padding: 1px;
}

.tablex tr td input.radio-button {
  margin: 3px 3px 3px 3px;
}

.tablex tr td input.check-box {
  margin: 3px 3px 3px 3px;
}

table.tablex { border-collapse: collapse; }
table.tablex td, table.tablex th { border: solid 1px #b4b4b4; padding: 5px; }
table.tablex th.first-level-header { font-weight: bold; text-align: center; margin: 0 3px 0 3px; }
table.tablex th.second-level-header { text-align: center; margin: 0 3px 0 3px; padding: 0 5px 0 5px; }
table.tablex td {text-align: center;}
table.tablex th.empty { border: none; width: 10px; }
table.tablex th.first, table.tablex td.first { border-left: solid 2px #b4b4b4; }
table.tablex th, table.tablex td.header { font-weight: bold; }
table.tablex th, table.tablex td.first-level-header, table.tablex td.second-level-header { width: 180px; }

h2.question-header {
  padding-left: 40px;
  padding-right: 40px;
}

p.question-number {
  padding-left: 40px;
  padding-right: 40px;
}

.question-description {
  padding-left: 40px;
  padding-right: 40px;
}

a.button_grey { font-size:10px; margin-right:10px; font-weight:normal; text-decoration:none; color:#333333; padding: 1px 25px 1px 25px; background: url(/images/pbonline/panel/button_background.png) top left repeat-x; cursor:pointer; border: 1px double #b4b4b4; height:15px; }
a.button_grey:active {
  background: url(/images/pbonline/panel/button_background_hover.png) top left repeat-x;
  padding-top: 2px;
  padding-bottom: 0;
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait; width:370px;}

/* Container */
#simplemodal-container { width:auto; color:#bbb; background-color:white; border:3px solid #fdde4e;}
#simplemodal-container a.modalCloseImg { background:url(/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}

input.slider-text-field {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0 0 2px 0;
  width: 4em;
}
.scale_start, .scale_end {
  width: 3%;
  float: left;
  text-align: center;
}
.slider_container {
  width: 80%;
  float: left;
}
.center {
  text-align: center;
}
.padded div {
  padding: 2px;
}

.slider-clear {
  height: 5em;
}

.ui-slider-endpoint {
  font-size: 12px;
  color: #1d4277;
}

.slider-text-field {
  color: #1d4277;
}

.ui-slider {
  margin-left: 40px;
  margin-right: 10px;
}

div#survey_ads {
  padding: 1em 0 .5em 0;
}

div#survey_ads img {
  vertical-align: middle;
  margin: 0 auto;
}

