/****************************

 CSS for the Tiny MCE editor

 ****************************/
div#editor {
  background-color: #f0f0ee;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;  
  display: block;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
}

div#editor table.mceEditor {
  margin: 0px;
  height: auto;
}

div#editor td.iframeHolder {
  padding: 7px 0px 11px 0px;
  height: 200px;
  text-align: center;
}

div#editor td.mceToolbarBottom {
  border-width: 1px 0px 0px 0px;
  text-align: center;
}

div#editor iframe { 
  background-color: #ffffff;
  border-color: #f0f0ee;
  border-style: ridge;
  border-width: 1px;
  height: 200px !important;
  margin: 0px;
  padding: 0px;
  width: 95% !important;
}

div#editor textarea {
  /* note: height must be greater than the tinyMCE editor total,
     and set with 'important' flag (this bit for IE purposes). */
  height: 310px;
  width: 100%;
}

form#document-edit-form div#remote-url-edit {
  background-color: #dedfde;
  border-color: #000000;
  border-style: solid;
  border-width: 0px 1px 0px 1px;  
  color: #000000;
  display: block;
  font-weight: bold;
  margin: 0px 10px 0px 10px;
  padding: 0px;
  width: 95%;
}

form#document-edit-form div#remote-url-edit label, 
form#document-edit-form div#title-edit label {
  margin: 0px 0px 0px 11px;
}

form#document-edit-form div#remote-url-edit input, 
form#document-edit-form div#title-edit input {
  margin: 2px 0px 3px 11px;
}

form#document-edit-form div#title-edit {
  background-color: #f0f0ee;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 1px 0px 1px;  
  color: #000000;
  display: block;
  font-weight: bold;
  margin-top: 10px;
  padding: 3px 0px 0px 0px;
}

form#document-edit-form fieldset {
  padding: 10px;
}

span#mce_editor_0_parent {
  display: block;
  height: auto;
}