/* Changes the display of the Drupal throbber. */
html.js body a.views-throbbing,
html.js body span.views-throbbing,
html.js body input.throbbing,
html.js .ajax-progress div.throbber {
  background-image: url(images/throbber.gif);
}

html.js body input.form-autocomplete {
  background-position: -100%;
}

html.js body input.throbbing {
    background-position: 99% 3px;
}

html.js .ajax-progress div.throbber {
/*  display: inline;*/
  background-repeat: none none;
  float: left;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.ajax-progress-throbber div.message {
  display: none;
}

/* Other Rubik/tao cleanup. */
body.tao input.form-autocomplete:hover, body.tao input.form-text:hover,
body.tao textarea.form-textarea:hover, body.tao select.form-select:hover,
body.tao input.form-autocomplete:focus, body.tao input.form-text:focus,
body.tao textarea.form-textarea:focus, body.tao select.form-select:focus {
  box-shadow: #ACE 0px 0px 5px;
}

/* Some Views Rubik fixes. */
.views-display-top {
  height: 19px;
}
.views-displays {
  width: 100%;
}
.views-displays .views-display-top .secondary {
  width: 70%;
  margin-right: 30%;
}


/* Date fields cleanup for Rubik. */
.page-content .form-item.container-inline-date .description {
  margin: 0;
  left: -30%;
}

/* Fivestar form cleanup for Rubik. */
.page-content .color-form .form-item:hover {
  height: 2em;
}
