/* Styles for ProsePoint editor */

.pp_ed_selector {
  float: right;
  display: inline;    /* IE doubled margin bug */
}

.pp_ed_icon {
  text-align: right;
}

/* Alignment for ProsePoint Editor images */

div.caption {
  border: 1px solid #ccc;
}

div.caption p {
  font-weight: bold;
  text-align: center;
  margin: 5px 0 10px 0;
}

div.alignnone {
  margin-top: 1em;
}

div.alignleft, img.alignleft {
  float: left;
  margin-right: 1em;
  margin-top: 1.25em;
}

div.alignright, img.alignright {
  float: right;
  margin-left: 1em;
  margin-top: 1.25em;
}

div.aligncenter, img.aligncenter {  
  margin: 1em auto 0.25em auto;
}

/* Styles for ProsePoint Editor media */

div.pp_media img.edit {
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(pp_media_symbol.gif);
}

div.pp_media p.alternate {
  background-color: #000;
  color: #eee;
  text-align: center;
  font-weight: normal;
}

/* Styles for extracted teaser images */

.teaser-image-img {
  float: left;
  margin: 1em 1em 1em 0;
  padding: 0;
}

