#ajaxonlineeditor {
  background: #DDD;
  width: 770px;
  border: 1px solid #666;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}


#aoe_filelist_container {
  width: 220px;
  float: left;
}

#aoe_editarea_container {
  width: 550px;
  float:left;
}

.aoe_container_innerbox {
  margin: 7px;
  padding: 5px;
  background: #EEE; 
}

#aoe_filelist_container .aoe_container_innerbox {
 margin-right: 0;
}

#aoe_filelist {
  height: 290px;
  padding: 4px;
  margin: 4px 0;
  overflow: auto;
  border: 1px solid #666;
  background: #FFF;
}

#aoe_filelist ul {
  margin: 2px;
  padding: 0;
  list-style: none;
}

#aoe_filelist li {
  margin-top: 2px;
}

#aoe_filelist li a {
  padding: 1px;
  text-decoration: none;
  color: #000;
}

#aoe_filelist li a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #F93;
}


#aoe_filename {
  font-weight: bold;
}

#aoe_editarea {
 margin: 4px 0;
}

#aoe_editarea textarea {
  width: 524px;
  height: 350px;
  border: 1px solid #666;
  margin: 0;
  padding: 0;
}

.aoe_buttons {
  text-align: right;
}

a.aoe_button {
  padding: 2px 6px;
  color: #FFF;  
  text-decoration: none;
  background-color: #AAA;
}

a.aoe_button:hover {
  background-color: #F93;
}


#aoe_footer {
  clear: both;
  margin: 7px;
  padding: 5px;
  background: #EEE;
}