.entry {
  position: relative;
  -moz-border-radius: 0px 15px 15px 0px;
  -webkit-border-radius: 0px 15px 15px 0px;
  border: 1px solid #CCC;
  background-color: #E5E5E5;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.entry .date {
  font-size: 8pt;
  color: #999;
}
.entry h3 {
  font-size: 10pt;
  font-weight: normal;
  margin-bottom: 0em;
  color: #C33;
}
.entry p {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.footer_link {
  font-size: 8pt;
}

/* need to use a table because IE is being a real pain */
.entry table {
  position: relative;
  width: 100%;
}
.entry table td.title {
  white-space: nowrap;
}
.entry table td.buttons {
  width: 100%;
  text-align: right;
}

.inplaceeditor-saving { padding-right: 2em; background: url(/images/spinner.gif?1704507278) right no-repeat; }

textarea.editor_field {
  width: 100%;
}

textarea#news_item_entry {
  width: 100%;
}
