body, html, h1, h2, h3, h4, h5, p, form, ul, ol, li {
  margin: 0;
  padding: 0;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.beehive-index-module,
#content-area {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.33;
}

.beehive-index-module {
  font-size: 13px;
  margin: 25px 0;
}

.beehive-index-module p.title {
  font-weight: bold;
}

.beehive-index-module .body {
  padding: 10px;
}

.beehive-index-module.inline .body {
  padding: 0;
}

.beehive-index-module .beehive-index-bar {
  margin: 0;
  padding: 0 0 1em;
  list-style-type: none;
}

.beehive-index-module .beehive-index-bar li {
  color: #1f5397;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: -6px;
  padding-bottom: 6px;
}

.beehive-index-module .beehive-index-bar li + li {
  margin-left: 8px;
}

.beehive-index-module .beehive-index-bar li.selected {
  background: url(./images/arrow.png) no-repeat center bottom;
}

.beehive-index-module .beehive-index-bar li.active {
  color: #000;
  cursor: default;
}

.results {
  margin: 0 0 1em;
}

.results dt {
  font-weight: bold;
  display: inline;
  color: #1f5397;
}

.results dt[data-url] {
  cursor: pointer;
}

.results dd {
  margin: 0 0 1em;
}

#content-area {
	min-height: 60px;
}

#content-area.loading {
	background: url(./images/loading.gif) no-repeat center top;
	padding-left: 4px;
	padding-top: 36px;
	min-height: 24px;
	text-align: center;
	display: inline-block;
	float: left;
}