body {
  background: white url(body-bg.gif) repeat-x 0 0;
  margin: 0;
  font-family: "lucida grande", arial, sans-serif;
  color: #00467f; }

a {
  outline: none; }

ul {
  list-style-type: square;
  margin-left: 1.5em; }

ol {
  margin-left: 1.5em; }

fieldset ul {
  list-style-type: none;
  margin-left: 0; }

h1 {
  font-size: 1.6em;
  line-height: 1.4; }

h2 {
  margin-top: 0;
  font-size: 1.4em; }

h3 {
  font-size: 1.2em; }

h1, h2, h3, h4 {
  color: #00467f; }

h1, h2, h3 {
  font-weight: bold; }

h3 {
  line-height: 1.5;
  letter-spacing: -0.5px; }

fieldset {
  padding: 0;
  border: 0; }
  fieldset label {
    font-size: 11px;
    width: 120px;
    float: left;
    margin: 10px 10px 0 0;
    text-align: right; }
  fieldset .form_footer {
    padding-left: 130px; }
  fieldset p {
    margin-bottom: 0.25em;
    clear: both;
    float: left; }
  fieldset p.error {
    margin-left: 130px; }
  fieldset .form_footer {
    float: left;
    clear: both; }
  fieldset .text_field, fieldset .password_field {
    position: relative;
    clear: both; }
  fieldset .formError {
    position: absolute;
    top: 10px;
    left: 450px; }
  fieldset .check_box input.check_box {
    margin-left: 130px;
    float: left; }
  fieldset .check_box label {
    float: left;
    width: 300px;
    margin: 2px 0 12px 4px; }
  fieldset select {
    padding: 4px;
    width: 312px; }

.fieldWithErrors {
  padding: 0.125em; }

.nav {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  color: #00467f;
    color-display: block; }
  .nav li {
    float: left;
    margin-right: 0.25em; }

.pageNav li a {
  background: #569fd3;
  padding: 0.5em 1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: white;
  text-decoration: none; }
.pageNav li a:hover {
  background: #00356f; }

.subNav {
  background: #569fd3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0 1em; }
  .subNav li a {
    padding: 0.5em 1em;
    color: white;
    text-decoration: underline;
    display: block; }
  .subNav li a:hover {
    background: #00356f; }
  .subNav li a.current {
    background: #00467f; }
  .subNav li span.disabled {
    color: #c3d9ff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none; }

a.edit {
  background: url(/images/ico-edit.gif) no-repeat 0 0;
  padding-left: 22px;
  display: block; }

a.destroy {
  background: url(/images/ico-del.gif) no-repeat 0 0;
  padding-left: 22px;
  display: block; }

.drag {
  background: url(/images/ico-move.gif) no-repeat 0 0;
  padding-left: 22px;
  display: block;
  cursor: row-resize; }

.hidden {
  display: none; }

#container {
  width: 850px;
  margin: 0 auto;
  position: relative; }

#header {
  height: 105px;
  padding-top: 10px; }

h1.site-title {
  float: left;
  margin: 0; }
  h1.site-title a {
    background: url(site-title.gif) no-repeat;
    display: block;
    width: 228px;
    height: 90px;
    position: absolute;
    top: 16px;
    text-indent: -99999px;
    overflow: hidden; }

.mainNav, .adminNav {
  float: right;
  margin: 1em 0 1em 0;
  font-size: 11px; }
  .mainNav li, .adminNav li {
    border-right: 1px solid #666666;
    padding-right: 0.5em;
    margin-right: 0.5em;
    line-height: 1.12em; }
    .mainNav li a:hover, .adminNav li a:hover {
      color: #99aec5; }
  .mainNav li:last-child, .adminNav li:last-child {
    border: 0; }

.adminNav {
  float: right;
  clear: right;
  margin-top: 0; }

h2.tagline {
  position: absolute;
  right: 0;
  top: 82px;
  font-size: 14px;
  font-weight: normal;
  font-family: "lucida grande", arial, sans-serif;
  letter-spacing: 0.5px; }

#content {
  clear: both;
  margin: 2em 0; }

#alpha {
  float: left;
  width: 550px; }

.toggable-select span.select-toggle {
  width: 312px;
  float: left; }
.toggable-select .select {
  display: none; }
.toggable-select label {
  margin: 0 10px 0 0; }
.toggable-select .toggler, .toggable-select .select {
  clear: both;
  height: 37px;
  line-height: 37px; }

.show-select .toggler {
  display: none; }
.show-select .select {
  display: block; }

#beta {
  width: 280px;
  padding-left: 20px;
  margin-bottom: 2em;
  float: right; }
  #beta .ad {
    width: 300px;
    height: 135px;
    background: #99aec5;
    text-align: center;
    padding-top: 115px;
    color: white; }
  #beta fieldset {
    padding: 0;
    border: 0; }
    #beta fieldset label {
      font-size: 11px;
      width: 60px;
      float: left;
      margin: 10px 10px 0 0;
      text-align: right; }
    #beta fieldset input.text, #beta fieldset input.title {
      width: 180px; }
    #beta fieldset .form_footer {
      padding-left: 70px; }
    #beta fieldset p {
      margin-bottom: 0.25em;
      clear: both;
      float: left; }
    #beta fieldset p.error {
      margin-left: 70px; }
    #beta fieldset .form_footer {
      float: left;
      clear: both; }
    #beta fieldset .text_field, #beta fieldset .password_field {
      position: relative;
      clear: both; }
    #beta fieldset .check_box input.check_box {
      margin-left: 70px;
      float: left; }
    #beta fieldset .check_box label {
      float: left;
      width: 180px;
      margin: 2px 0 12px 4px; }
    #beta fieldset select {
      padding: 4px;
      width: 180px; }

#footer {
  text-align: center;
  font-size: 11px;
  height: 16px;
  padding: 15px 0;
  background: #569fd3;
  clear: both;
  margin: 2em 0 0 0; }
  #footer p {
    clear: both; }

.footerNav {
  font-size: 11px;
  margin-bottom: 0.5em; }
  .footerNav li {
    float: none;
    display: inline;
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: 1px solid #666666; }
  .footerNav li:last-child {
    border: 0; }

fieldset#filter input {
  float: left;
  margin-right: 0.5em; }
fieldset#filter .form_footer {
  clear: none;
  margin-top: 0.75em;
  padding: 0; }

.summary {
  position: relative;
  margin-bottom: 1.5em; }
  .summary form#date-filter {
    width: 420px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px; }
    .summary form#date-filter .summary-row {
      line-height: 30px;
      margin: 0;
      border-bottom: 1px solid #cccccc; }
    .summary form#date-filter dl {
      margin: 0; }
    .summary form#date-filter dd {
      margin-left: 0; }
    .summary form#date-filter dt {
      width: 80px; }
  .summary dl {
    position: relative;
    width: 420px;
    line-height: 30px; }
  .summary dt {
    float: left;
    margin: 0 1em 0 0;
    width: 120px;
    text-align: right; }
  .summary dd {
    border-bottom: 1px solid #cccccc;
    padding: 0; }
  .summary span.description {
    color: #569fd3; }

ul#questions {
  margin: 0; }
  ul#questions li {
    list-style-type: none; }
  ul#questions li.question {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em; }
    ul#questions li.question ul {
      margin-left: 0; }
  ul#questions li:last-child {
    border: 0; }
  ul#questions ul.links {
    margin-right: 1em;
    float: left; }
  ul#questions li.drag, ul#questions li.edit, ul#questions li.destroy {
    text-indent: -9999px;
    overflow: hidden;
    float: left; }
  ul#questions li.new {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  ul#questions .choices .links {
    margin: 0 0 1em 80px; }
  ul#questions .choices a.new {
    background: #00356f;
    padding: 0.25em 1em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: white;
    text-decoration: none; }
  ul#questions .choices a.new:hover {
    background: #569fd3; }
  ul#questions .choices .choices {
    clear: both; }
  ul#questions .choices li.new {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  ul#questions .choices li.choice {
    margin-bottom: 0.75em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #cccccc;
    padding-left: 80px; }
    ul#questions .choices li.choice ul, ul#questions .choices li.choice h4, ul#questions .choices li.choice dl {
      margin-bottom: 0; }
    ul#questions .choices li.choice ul.links {
      margin-left: 0; }
    ul#questions .choices li.choice dl {
      padding-left: 68px;
      margin-top: 5px; }
      ul#questions .choices li.choice dl dt {
        float: left;
        margin-right: 1em; }

.preview ol li {
  margin-bottom: 1.5em; }
  .preview ol li ul {
    list-style-type: square; }
    .preview ol li ul li {
      margin-bottom: 0; }

.actions span.disabled-link {
  color: #569fd3; }
.actions a, .actions span.disabled-link {
  margin-right: 0.25em;
  padding-right: 0.5em;
  border-right: 1px solid #666666; }
.actions a.destroy {
  background: none;
  padding: 0 0.25em 0 0;
  display: inline; }
.actions a:last-child, .actions span.disabled-link:last-child {
  border: none;
  padding: 0;
  margin: 0; }

.report-ad-selector {
  float: right;
  height: 1.4em;
  line-height: 1.4em; }

.report table {
  background: white;
  margin-bottom: 0; }
  .report table td {
    vertical-align: top; }
.report .response-choices {
  padding: 0;
  margin-bottom: 0; }
.report p.exit-link {
  margin: 0; }
.report p.description {
  margin: 0; }
.report dl.funnel-path {
  margin-bottom: 0; }
  .report dl.funnel-path dd {
    margin-left: 1em; }
  .report dl.funnel-path dl.funnel-path {
    margin-left: 1em; }
.report .url strong {
  display: block; }
.report .results {
  width: 420px; }
  .report .results .bar {
    border: 1px solid black;
    height: 1.6em;
    width: 400px;
    margin: 4px 0; }
    .report .results .bar span {
      background: #dbedf8;
      position: absolute;
      overflow: visible;
      white-space: nowrap;
      font-size: 90%;
      padding: 1px 3px;
      height: 1.6em;
      color: black; }
.report a.current {
  background: #c3d9ff;
  padding: 1px; }

a.button {
  display: block;
  float: left;
  padding: 0.2em 0.5em;
  color: white;
  text-decoration: none;
  background: #569fd3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 1em;
  font-size: 95%;
  border: 2px solid transparent; }

a.button:hover {
  text-decoration: underline; }

a.button.current {
  border: 2px solid #00467f; }

#state .buttons, #state .explanations, #state .intro {
  margin-left: 130px;
  clear: left; }
#state .explanations {
  padding-top: 1em; }

#filter input[type=text] {
  width: 20em; }
#filter input[type=submit] {
  float: none; }
#filter select {
  width: auto; }
#filter input[type=checkbox] {
  float: none; }
#filter label {
  float: none; }

#filter-states {
  float: right;
  padding: 10px 0; }

.filters {
  margin: 0; }
  .filters li {
    float: left;
    clear: left; }
  .filters select {
    width: auto; }

.low_balance input {
  float: left;
  margin-top: 10px; }
.low_balance label {
  text-align: left; }

td.links ul {
  margin: 0; }
  td.links ul li {
    margin-bottom: 0.25em; }

.pages td {
  border-bottom: 1px solid #cccccc; }

.date_select select {
  width: auto; }

#a_welcome_user #tos, #a_activate_user #tos {
  height: 20em;
  border: 1px solid #cccccc;
  overflow: scroll;
  padding: 1em;
  background-color: white; }

span.ua {
  margin-left: 5px; }
