.edit {
  background: white;
  color: black;
  font: 11px;
  width: 110px;
}
.edit1 {
  background: white;
  color: black;
  font: 11px;
  width: 50px;
}

.edit2 {
  background: white;
  color: black;
  font: 11px;
  width: 350px;
}


.edit3 {
  background: #c0c0c0;
  color: black;
  font: 10px;
  width: 30px;
}

.edit4 {
  background: white;
  color: black;
  font: 11px;
}

input.button {
  background: #e0e0e0;
  color: black;
  font: 11px;
  font-weight: bold;
}
.window {
  border: 1px solid #303030;
}
.window-menu {
  background: #FAFAFA;
  color: #000000;
  font: 11px;
  text-align: right;
}
.window-title {
  background: #AE3F3F;
  color: #FFFFFF;
  font: 11px;
  font-weight: bold;
}
.window-content {
  background: #C0C0C0;
  color: #000000;
  font-size: 11px;
}
.fields {
  border: 1px solid #909090;
}
.field-group {
  background: #909090;
  color: #ffffff;
  font: 11px;
  font-weight: bold;
  text-indent: 5;
}
.field-title {
  background: #d0d0d0;
  text-align: center;
  font: 11px;
  font-weight: bold;
}
.field-title1 {
  background: #d0d0d0;
  font: 11px;
  font-weight: bold;
}


.field-content {
  background: #e0e0e0;
  color: #555;
  font-size: 11px;
  font-family: Verdana;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;

}
.field-info {
  background: #c0c0c0;
  font: 11px;
}
.field-info code {
  color: #800000;
}
.mainmenu {
  background: #FFFFFF;
  border: 0px solid #808080;
}
.mainmenu-group {
  background: #AE3F3F;
  color: #FFFFFF;
  font: 11px;
  font-weight: bold;
}
.mainmenu-space {
  background: #c0c0c0;
}
.mainmenu-item {
  background: #FFFFFF;
  color: #000000;
  font: 11px;
}

table.data {
  border: 1px solid #909090;  
}
table.data td {  
  background: #e0e0e0;
  color: #000000;
  font: 11px;
}
table.data th {
  background: #e0e0e0;
  color: #000000;
  font: 11px;
  font-weight: bold;
}
table.props {
  border: 1px solid #909090;
}
table.props td {
  background: #e0e0e0;
  color: #000000;
  font: 11px;
}
table.props th {
  background: #e0e0e0;
  color: #000000;
  font: 11px;
  font-weight: bold;
}
tr.footer th {
  background: #c0c0c0;
  color: #000000;
  font: 11px;
  font-weight: bold;
}
tr.footer td {
  background: #c0c0c0;
  color: #000000;
  font: 11px;
}

.adminMenuBlock {background: white; background: #e0e0e0; padding: 1px; font: 12px bold Verdana;}
.adminMenuBlock a {}

.list {border: 1px solid #AAA;}
.list td {border-bottom: 1px solid #CCC; border-right: 1px solid #CCC;}
.list th {background: #EAEAEA; border-bottom: 1px solid #CCC; border-right: 1px solid #CCC;}
.list caption {background: #555555 url('/i/black.jpg'); color:#FFFFFF}