/* forms */

body {
  text-align: left;
  margin: 10px 10px 10px 10px;
  background-color: buttonface;
  color: buttontext;
}

font {
  color: windowtext !important;
}

form {
  margin: 0;
  behavior: url(/behaviors/high_ascii_filter.htc);
}

fieldset {
  text-align: center;
  width: 470px;
}

fieldset table {
  text-align: left;
}

legend {
  font-size: 18px;
  font-weight: bold;
}

fieldset td {
  padding: 2px 4px 2px 4px;
}

label {
  font: menu;
}

hr {
  text-align: left;
  width: 300px;
  height: 2px;
  border-top: 1px solid buttonshadow;
  border-right: 0;
  border-bottom: 1px solid buttonhighlight;
  border-left: 0;
}

input, select, option, textarea {
  font: menu;
  padding: 1px 1px 1px 4px;
}

input.inputText {
  background-color: window;
  color: windowtext;
  font: menu;
  width: 300px;
}

input.inputTextShort {
  background-color: window;
  color: windowtext;
  font: menu;
  width: 150px;
}

textarea.inputTextarea {
  background-color: window;
  color: windowtext;
  font: menu;
  width: 300px;
  height: 5em;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 21px;
}

textarea.fckeditorTextarea {
  background-color: window;
  color: windowtext;
  font: menu;
  width: 600px;
  height: 10em;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 21px;
}

input.inputCheckbox {
  font: menu;
}

input.inputRadio {
  font: menu;
}

input.inputFile {
  font: menu;
  width: 300px;
}

select.selectOne {
  background-color: window;
  color: windowtext;
  font: menu;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

select.selectMultiple {
  background-color: window;
  color: windowtext;
  font: menu;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

td.selectSideBySide select.selectOne, td.selectSideBySide select.selectMultiple, td.selectSideBySide input.inputText, td.selectSideBySide div.inputDiv {
  width: 375px;
}

td.selectSideBySide select, td.selectSideBySide select.selectMultiple {
  width: 358px;
  overflow: scroll;
}

td.selectSideBySide div.inputDiv {
  padding: expression('0 0 16px 0');
  background-color: buttonface;
}

td.selectSideBySide div.inputDiv select {
  padding: 0;
  margin: -3px -3px 0 -3px;
/*  width: expression((this.clientWidth < 200) ? '211px' : 'auto'); */
}

td.selectSideBySideButtons {
  width: 26px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

input.inputButton, button.buttonButton {
  font: menu;
  padding: 0 5px 0 5px;
}

input.inputSubmit, button.buttonSubmit {
  font: menu;
  padding: 0 5px 0 5px;
}

input.disabledText, input.disabledFile, textarea.disabledTextarea, select.disabledSelect {
  background-color: menu;
  color: graytext;
  width: 300px;
}

option.disabledOption {
  color: graytext;
}

input.disabledCheckbox, input.disabledRadio, input.disabledButton, input.disabledSubmit {
  background-color: menu;
  color: graytext;
}

input.readonlyText {
  border: 2px solid buttonface;
  background-color: buttonface;
  color: buttontext;
  width: 300px;
}

div.inputDiv {
  background-color: window;
  color: windowtext;
  font: menu;
  border: 2px inset;
  width: 300px;
  padding: expression((this.scrollHeight > this.clientHeight) ? '1px 1px 21px 4px' : '1px 1px 1px 4px');
  overflow-y: visible;
  overflow-x: auto;
}

div.disabledDiv {
  background-color: buttonface;
  color: graytext;
  font: menu;
  border: 2px inset;
  width: 300px;
  padding: 1px 1px 1px 4px;
  overflow: hidden;
}

div.inputDiv td {
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}

div.inputDiv td input.inputCheckbox, div.inputDiv td input.inputRadio {
  height: 16px;
  width: 16px;
}

div.inputDiv hr {
  text-align: left;
  width: 200px;
  height: 1px;
  border: 0;
  color: windowframe;
}

td.inputTd, td.inputTD {
  padding: 5px 1px 1px 4px;
  vertical-align: top;
  width: 300px;
}

td.inputTD td {
  vertical-align: top;
  padding: 0;
}

.formLabelOptional {
  font: menu;
  font-weight: normal;
  width: 150px;
  text-align: right;
  vertical-align: top;
  padding-top: 5px;
  white-space: nowrap;
}

.formLabelRequired {
  font: menu;
  font-weight: bold;
  width: 150px;
  text-align: right;
  vertical-align: top;
  padding-top: 5px;
  white-space: nowrap;
}

.errorMessage {
  font-weight: bold;
  background: #ff0000;
  color: #ffffff;
  border: 1px solid windowframe;
}

.pageResponse {
  font-weight: bold;
}

.note {
  font: menu;
}

button.floatButton {
  height: 14px;
  width: 14px;
  text-align: center;
  font-family: marlett;
  font-size: 10px;
  background: buttonface;
  color: buttontext;
  border: 1px outset;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
}

span.floatButton {
  height: 16px;
  width: 16px;
  border: 1px inset;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
  clip: rect(0,0,16,16);
}

.imgPreview {
  background-color: window;
  padding: 2px;
  border: 2px inset;
  overflow: auto;
  width: 250px;
}

table.product_restrict {
  border:thin solid black;
  margin:10px;
}

td.product_restrict {
  border:1px solid black;
}


hr {
  height: 2px;
  width: 470px;
  border-top: 1px solid buttonshadow;
  border-right: 0;
  border-bottom: 1px solid buttonhighlight;
  border-left: 0;
}

td hr {
  width: 300px;
}


table.data {
  border-collapse: collapse;
}

.data th, .data td {
  vertical-align: top;
  border: 2px groove;
  text-align: left;
}

.data th {
  font-weight: bold;
}