/* Application CSS Stylesheet: Share Your Story. */
.cat-stories-input_controls {
  margin: 10px 0px 15px;
  text-align: center;
}
.cat-stories-input_controls div {
  margin: 5px 0px 0px;
}
.cat-thinking {
  text-align: center;
  width: 16px;
  height: 16px;
  background-image: url(/images/loading.gif);
}
.cat-highlight {
  background-color: #ffff00;
}
#cat-message-search_error {
  color: red;
}
.cat-stories-container-item {
  margin: 0px 0px 10px;
}
.cat-stories-container-item p {
  margin: 0px 0px;
}
.cat-stories-container-item-subtitle {
  margin: 0px 0px;
  font-style: italic;
}
.cat-stories-container-item-summary {
  margin: 0px 0px;
}
.cat-stories-disclaimer {
  margin: 20px 0px 10px;
  border: 3px groove #999;
  padding: 5px;
  width: 774px;
  background-color: #E9E9EA;
  text-align: center;
  font-style: italic;
}
.cat-stories-pagination-title {
  margin: 15px 1px 0px;
  border: none;
  padding: 0px;
  font-size: 14px;
  font-style: italic;
}
.cat-stories-pagination {
  margin: 0px 0px 0px;
  border: 1px solid #E5E5E5;
  padding: 5px;
  overflow: hidden;
  width: 253px;
  text-align: center;
  background: #6CC7A4;
}
.cat-stories-pagination a, 
.cat-stories-pagination span {
  padding: .2em .3em;
}
.cat-stories-pagination span.disabled {
  color: #B8BAC6;
}
.cat-stories-pagination span.current {
  font-weight: bold;
  background: #F1F1F1;
}
.cat-stories-pagination a {
  text-decoration: none;
  color: black;
}
.cat-stories-pagination a:hover, 
.cat-stories-pagination a:focus {
  text-decoration: underline;
  background: #F1F1F1;
}
.cat-stories-pagination .page_info {
  margin: 5px 0px 0px;
}
