#workarea {
  padding: 0px 10px 10px 10px;
}

.required {
  color: #e00;
}

#submit_error {
  color: #e00;
  height: 22px;
}

#submit_error .side {
  background-image: url(../images/thumbfail.gif);
  background-repeat: no-repeat;
  background-position: 6px center;
  padding: 3px 0px 3px 30px;
  font-weight: bold;
}

#linktous {
  font-weight: bold;
  font-size: 16px;
  margin: 4px 0px 4px 0px;
}

.addtitle {
  font-weight: bold;
  margin: 4px;
}

.addmemo {
  margin: 4px;
  line-height: 150%;
}

.pagetable {
  background:#aaa;
  width: 80%;
}

.pagetable td {
  background:#f8f8f8; 
  height: 22px;
  vertical-align: top;
  padding: 4px;
  line-height: 130%;
}

.pagetable .display td {
  background: #CFDAE0; 
}

.pagetable .display .content{
  background: #EBEFF2;
}

.pagetable .title {
  font-weight: bold;
}

.pagetable .field {
  padding: 2px;
}

.pagetable .input td {
  background: #FFEAA0; 
}

.pagetable .memo {
  text-align: center;
}

.submitbutton {
  text-align: center;
  padding: 2px;
  margin-top: 10px;
}

.submitbutton button {
  background: #CDD9EA;
}

.submitbutton #cancel {
  margin-left: 20px;
}

.submitbutton #backsubmit {
  margin-right: 20px;
}

.addtable {
  background:#aaa;
  width: 88%;
}

.addtable td {
  background:#f8f8f8; 
  height: 22px;
  vertical-align: top;
  padding: 2px;
}

.addtable .title {
  padding: 4px;
}

.addtable .display {
  padding: 4px;
  font-weight: bold;
}

.addtable .memo {
  color: #666;
  width: 500px;
}

#categories_title {
  font-weight: bold;
  color: #333;
}

#categories_item {
  border: 1px solid #aaa;
  background-color: #eee;
  margin: 5px 0px 5px 0px;
  width: 50%;
  padding: 4px 25px 4px 10px;
}

#categories_item ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

#categories_item ul li {
  padding: 4px;
  font-weight: bold;
  white-space: nowrap;
}

.item_title {
  font-weight: bold;
  margin-top: 10px;
  padding: 4px;
  border-bottom: 2px solid #ccc;
}

.item_display  {
  margin: 0px 20px 5px 20px;
}

.item_display a {
  color: #00e;
}

.item_display a:hover {  
  color: #e00;
}

.item_website {
  margin-top: 10px;
  font-weight: bold;
}

.item_description {
  color: #666;
}

#child_links {
  font-size: 11px;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #ccc;
}

#child_links  a {
  color: #00e;
}

#child_links  a:hover {  
  color: #e00;
}

#child_links span {
   margin: 4px 10px 4px 10px;
}
