/* editor */
.editor table.edt_title {
  border-bottom: 2px solid #DDDDDD;
}

.editor table.edt_title td {
  padding-top: 0px;
  padding-bottom: 4px;
  padding-left : 2px;
  padding-right : 2px;
  text-align: left;
  white-space: nowrap;
}

.editor table.edt_title td.title {
  padding-left : 4px;
  padding-right : 4px;
  color: #444444;
  font-weight: bold;
  font-size: 150%;
}

.editor table.edt_buttons {
  border-top: 2px solid #DDDDDD;
}

.editor table.edt_buttons td {
  padding-top: 4px;
  padding-bottom: 0px;
  padding-left : 2px;
  padding-right : 2px;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}

.editor table.edt_columns_container {
  width: 100%;
}

.editor table.edt_controls_container {
  width: 100%;
}

.editor table.edt_controls_container td.separator {
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  background-color: #eee;
}

.editor table.edt_controls_container td.label {
  min-width: 12%; 
  white-space: nowrap;
  text-align: right;
}

.editor table.edt_controls_container td.label label {
  white-space: nowrap;
  margin-right: 4px;
}

.editor table.edt_controls_container td.label span.error{
  color: red;
}

.editor table.edt_controls_container td.label span.required {
  background-image: url(required.gif);
  background-repeat: no-repeat;
  background-position: left 0.45ex;
  padding-left: 12px;
}

.editor table.edt_controls_container td.label span.required_error {
  color: red;
  background-image: url(required.gif);
  background-repeat: no-repeat;
  background-position: left 0.45ex;
  padding-left: 12px;
}

.editor table.edt_controls_container td.value {
  width: 90%; 
}

.editor table.edt_controls_container td.value table.edt_check_list td.header{
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  background-color: #eee;
}

.editor table.edt_controls_container td.value div.date {
  width: 20ex;
  border: 1px solid #aaa;
  float: left;
  padding: 2px 2px;
  height: 2.4ex;
  text-align: center;
}

.editor table.edt_controls_container td.value input.text_embedded {
  width: 140px;
}

.editor table.edt_controls_container td.value input.text {
  width: 100%;
}

.editor table.edt_controls_container td.value input.password {
  width: 150px;
}

.editor table.edt_controls_container td.value table.edt_file {
  width: 100%;
}

.editor table.edt_controls_container td.value table.edt_file td.file_label {
}

.editor table.edt_controls_container td.value table.edt_file td.file_value {
  width: 100%;
}

.editor table.edt_controls_container td.value input.file {
  width: 100%;
}

.editor table.edt_controls_container td.value input.short {
  width: 80px;
}

.editor table.edt_controls_container td.value input.middle {
  width: 180px;
}

.editor table.edt_controls_container td.value input.time {
  width: 50px;
}

.editor table.edt_controls_container td.value input.int {
  width: 100px;
}

.editor table.edt_controls_container td.value textarea {
  width: 99%;
}

.editor table.edt_controls_container td.value textarea.embedded {
  width: 240px;
}

.editor table.edt_controls_container td.value textarea.code {
  width: 100%;
  font-family: Courier;
}

.editor table.edt_controls_container td.value textarea.embedded_code {
  width: 240px;
  font-family: Courier;
}

.editor table.edt_controls_sub_container td {
  padding: 0px;
  padding-right: 2px;
  white-space: nowrap; 
}

.editor table.edt_controls_sub_container span.error{
  color: red;
}

.editor table.edt_controls_sub_container span.required {
  background-image: url(required.gif);
  background-repeat: no-repeat;
  background-position: left 0.45ex;
  padding-left: 12px;
}

.editor table.edt_controls_sub_container span.required_error {
  color: red;
  background-image: url(required.gif);
  background-repeat: no-repeat;
  background-position: left 0.45ex;
  padding-left: 12px;
}

.editor small {
  font-size: 7pt;
  color: green;
}

.error {
  color: red;
}

img.clickable {
  cursor: pointer;
}

div.error_panel { 
  margin: 0 0 10px 0; 
  padding: 5px 10px; 
  border: #FC6 1px solid; 
  background-color: #FFC; 
}

div.error_panel p { 
  margin-bottom: 6px; 
  margin-top: 6px; 
}

div.error_panel p em { 
  color: #C00; 
  font-style: normal; 
  font-weight: bold; 
}

div.error_panel ul li { 
  margin-left: 2ex; 
}

div.read_only {
  min-width: 40%;
  color: black;
  float: left;
  padding: 2px 2px;
  min-height: 14px;
  border-bottom: 1px solid #aaa;
}
