#header-region form.domain-list * {
    display: block;
  }
/*})'"*/
/* Field display */
  .field .field-label {
    font-weight: bold;
  }
  
  /* Form display */
  form .field-multiple-table {
    margin: 0;
  }
  form .field-multiple-table th.field-label {
    padding-left: 0; /*LTR*/
  }
  form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0; /*LTR*/
  }
  form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em; /*LTR*/
  }
  
  form .field-add-more-submit {
    margin: .5em 0 0;
  }
/*})'"*/
/*
   * CSS specific to Footnotes module.
  *
  * Thanks to binford2k@lug.wsu.edu for this tip and drinkypoo
  * for the question leading up to it. http://drupal.org/node/80538
  */
  
  /* Add empty space before footnotes and a black line on top. */
  .footnotes {
    clear: both;
    margin-top: 4em;
    margin-bottom: 2em;
    border-top: 1px solid #000;
  }
  /* Make footnotes appear in a smaller font */
  .footnotes {
    font-size: 0.9em;
  }
  /*
    Make the footnote a supertext^1
  */
  .see-footnote {
    vertical-align: top;
    position: relative;
    top: -0.25em;
    font-size: 0.9em;
  }
  /* Hide the bullet of the UL list of footnotes*/
  
  ul.footnotes {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
  }
  ul.footnotes li {
    margin-left: 2.5em;
    list-style-type: none;
    background: none;
  }
  ul.footnotes {
    position: relative;
  }
  .footnotes .footnote-label {
    position: absolute;
    left: 0px;
    z-index: 2;
  }
  .see-footnote:target,
  .footnotes .footnote:target {
    background-color: #eee;
  }
  .see-footnote:target {
    border: solid 1px #aaa;
  }
  .footnotes .footnote-multi {
    vertical-align: top;
    position: relative;
    top: -0.25em;
    font-size: 0.75em;
  }
  /* First footnote */
  #fn1 {
    border-top: 1px solid #000;
    margin-top: 3em;
  }
  .footnote {
    font-size: 0.9em;
  }
/*})'"*/
div.toboggan-container {
    text-align: center;
  }
  
  div.toboggan-login-link-container {
    text-align: left;
  }
  
  div.toboggan-login-link-container a {
    text-decoration: none;
  }
  
  div.toboggan-block-message {
    text-align: left;
  }
  
  div.user-login-block {
    text-align: left;
  }
  
  div.user-login-block a {
    text-align: left;
  }
  
  /* Unified login */
  
  .toboggan-unified #login-message {
    text-align: center;
    font-size: 2em;
    line-height: 1.2;
  }
  
  .toboggan-unified #login-links {
    text-align: center;
    font-size: 1.5em;
    line-height: 2.7;
  }
  
  .toboggan-unified #login-links a {
    padding: .5em;
    border: 1px #666 solid;
    background-color: #EEE;
  }
  
  .toboggan-unified #login-links a:hover {
    background-color: #DDD;
  }
  
  .toboggan-unified #login-links a.lt-active,
  .toboggan-unified #login-links a.lt-active:hover {
    background-color: #FFF19A;
    border: 2px #333 solid;
  }
  
  .toboggan-unified.login #register-form {
    display: none;
  }
  
  .toboggan-unified.register #login-form {
    display: none;
  }
/*})'"*/
.node-unpublished {
    background-color: #fff4f4;
  }
  .preview .node {
    background-color: #ffffea;
  }
  td.revision-current {
    background: #ffc;
  }
/*})'"*/
.krumo-element.krumo-query-result {
    background: #625c43;
    color: #b2b2b2;
  }
  
  .krumo-element.krumo-query-result:hover {
    background: #576f6d;
  }
  
  .krumo-element.krumo-query-result a.krumo-name {
    color: #fff;
  }
  
  .krumo-element.krumo-query-result em.krumo-type {
    color: #b2b2b2;
  }
  
  .krumo-element.krumo-query-result strong {
    color: #fff;
  }
  
  .krumo-get-path a {
    display: none;
    background: #428484;
    border-radius: 4px 4px 4px 4px;
    color: #ffffff;
    padding: 3px;
    margin-left: 10px;
  }
  
  .krumo-element:hover .krumo-get-path a {
    display: inline;
    color: white;
  }
  
  #trail-input {
    padding: 0px;
    width: 400px;
  }
/*})'"*/
.views-exposed-form .views-exposed-widget {
    float: left; /* LTR */
    padding: .5em 1em 0 0; /* LTR */
  }
  
  .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
  }
  
  .views-exposed-form .form-item,
  .views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .views-exposed-form label {
    font-weight: bold;
  }
  
  .views-exposed-widgets {
    margin-bottom: .5em;
  }
  
  /* table style column align */
  .views-align-left {
    text-align: left;
  }
  .views-align-right {
    text-align: right;
  }
  .views-align-center {
    text-align: center;
  }
  
  /* Remove the border on tbody that system puts in */
  .views-view-grid tbody {
    border-top: none;
  }
  
  .view .progress-disabled {
    float: none;
  }
/*})'"*/
