/*
 * EDIT.CSS
 * Copyright (C) 2005-2006 Six Ray Vision LLC.  All rights reserved.
 * $Source: /opt/cvs/lasvegas/war/style/edit.css,v $
 */


#editbar {
}

#editmenu {
  padding: 5px;
}

#editmenu ul {
  list-style: none;
}

.editmenu {
  padding: 3px; margin-bottom: 5px;
  background: #ddf;
  border: 1px dotted #99b;
}


#edit {
}

#edit .pagechunk {
  border: 1px dotted #900; margin-bottom: 5px;
  background: #ffc;
}

#edit .childchunk {
  border: 1px dotted #009; margin-bottom: 5px;
  background: #ffc;
}

#edit .sidebar {
  border: 1px dotted #090 !important; margin-bottom: 5px;
  background: #ffc;
}

#edit #sidebar hr {
  border-top-color: #99b;
}



/* ***** UI ***** */
/* btnpanel is a panel of small fixed-width text links */
.btnpanel {
  margin: 5px 0px;
}
.btnpanel a, .btnpanel a:link, .btnpanel a:visited, .btnpanel a:active {
  font-family: "courier new";
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 10px;
  padding: 1px 3px;
  margin-right: 2px;
  background: #f0f0dd;
  border: 1px solid #ddd;
  border-color: #ddd #bbb #bbb #ddd;
}
.btnpanel a:hover {
  background: #806b4b;
  color: #f0f0dd;
}

fieldset.wire {
  border: 1px dotted #99b;
}
fieldset.wire legend {
  font-family: "courier new";
  font-size: 11px;
  font-weight: normal;
  border: 1px dotted #99b;
  background: #eef;
  color: #009;
}
