/* form.css */

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 720px;
  width: 720px;
}

form.narrow {
  width: 480px;
  min-width: 480px;
}

form fieldset {
  font-size: 100%;
  border-color: #1188cf;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 5px 0;
}

form fieldset.odd {
  background-color: #ffffff;
}

form fieldset.even {
  background-color: #fcfcfc;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #1188cf;
  margin: 0;
  padding: 0 15px;
}

form a:link, form a:visited, form a:focus, form a:hover, form a:active {
  text-decoration: underline;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 509px;
  margin: 0 0 1px 0;
  padding: 1px 3px;
}

form.narrow div {
  width: 449px;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #1188cf;
  margin: 0 0 0 252px;
  padding: 0 5px 5px 5px;
  width: 246px;
  color: #1188cf;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 240px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
  color: #000000;
}

form.narrow div label {
  width: 180px;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div.required fieldset label {
  font-weight: normal;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 254px;
  padding: 0;
  margin: 0 0 5px 252px;
  text-align: left;
  color: #000000;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 210px;
}

form div input, form div select, form div textarea, form div p {
  width: 246px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div iframe {
  width: 250px;
  padding: 0;
  margin: 0;
}

form div input.inputFile {
  width: 254px;
}

form div input.inputReadonly {
  border-style: none;
  margin: 2px;
  background-color: transparent;
  color: #ffffff;
}

form div.error input.inputReadonly {
  color: #000000;
}

form div input.inputDisabled {
  background-color: grey;
  color: grey;
}

form div select.selectOne, form div select.selectMultiple {
  width: 256px;
  padding: 1px 1px 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 250px;
}

form fieldset.submit {
  width: auto;
  padding: 5px 0 0 262px;
}

form.narrow fieldset.submit {
  padding: 5px 0 0 202px;
}

form div img {
  border: 1px solid #ffffff;
  margin: 0 0 5px 249px;
}

form fieldset.submit div.notes {
  float: none;
  width: 246px;
  margin: 0 0 5px 0;
}

form fieldset input.inputSubmit, form fieldset input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #1188cf;
  color: #ffffff;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form fieldset.submit input[type=submit]:first-child, form fieldset.submit input[type=button]:first-child, form fieldset.submit button:first-child, form fieldset.submit input.default, form fieldset.submit button.default {
  float: left;
}

form div.lookup {
  clear: none;
  position: relative;
  width: 250px;
  margin: 0 0 0 180px;
  padding: 0;
}

form div.date, form div.datetime, form div.time {
  clear: none;
  position: relative;
  width: 254px;
  margin: 0 0 0 252px;
  padding: 0;
}

form div.datetime div.date, form div.datetime div.time {
  float: left;
  width: 125px;
  margin: 0;
}

form div.datetime div.date input.inputText, form div.datetime div.time input.inputText {
  width: 135px;
}

form div.date small, form div.time small, form div.datetime div small {
  width: auto;
  margin: 0;
  color: #000000;
}

form div.scrolling {
  width: auto;
  height: 6em;
  overflow-y: auto;
  overflow-x: hidden;
  border: 2px inset #ffffff;
}

form div.scrolling label.labelCheckbox {
  margin: 0 0 0 5px;
}

form div input.inputLookup {

}

form div button.buttonLookup {
  width: 1.8em;
  height: 1.6em;
  padding: 0;
  font-size: 80%;
  position: absolute;
  top: 3px;
  right: 3px;
  color: #000000;
  background-image: url(/images/icon_lookup.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

form div input.inputDate {

}

form div button.buttonDate {
  width: 16px;
  height: 16px;
  padding: 0;
  font-size: 80%;
  position: absolute;
  top: 2px;
  right: 2px;
  color: #000000;
  border-width: 0;
  border-style: none;
  background-image: url(/images/calendar_icon.gif);
  background-position: top right;
  background-repeat: no-repeat;
  cursor: pointer;
}

form div input.inputTime {

}

form div button.buttonTime {
  width: 1.8em;
  height: 1.6em;
  padding: 0;
  font-size: 80%;
  position: absolute;
  top: 3px;
  right: 3px;
  color: #000000;
}

form div button.buttonTime {
  display: none;
}

form div.frame {
  clear: none;
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}

form div.frame iframe {
  width: 250px;
  scrolling: auto;
}

form div.wide div.frame {
  width: 671px;
  margin: 0;
  padding: 0;
}

form div.frame div.frameButtons {
  position: absolute;
  top: 2px;
  left: 2px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

form div button.buttonFrame {
  font-family: webdings;
  width: auto;
  height: 1.7em;
  line-height: 1.0em;
  color: #000000;
  margin: 0;
  padding: 0;
}

form div.frame iframe {

}

form div.pre {
  clear: none;
  position: relative;
  width: 240px;
  margin: 0;
  padding: 0;
}

form div.pre.wide {
  width: 659px;
}

form div pre {
  border: 2px inset white;
  margin: 0;
  padding: 1px 3px 21px 3px;
  width: 250px;
  overflow-x: auto;
}

form div.wide pre {
  width: 659px;
}

form div.pre div.preButtons {
  position: absolute;
  top: 2px;
  right: 2px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

form div.pre div.preButtons button.buttonPre {
  font-family: webdings;
  width: auto;
  height: 1.7em;
  line-height: 1.0em;
  color: #000000;
  margin: 0;
  padding: 0;
}

form div input.rank {
  display: block;
  margin: 3px 0;
}

form div input.rank-first, form div input.rank-up, form div input.rank-down, form div input.rank-last {
  display: block;
  margin: 3px 0;
  padding: 0;
  width: 24px;
  height: 36px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

form div input.rank-first {
  /* margin: 36px 0 3px 0; */
  background-image: url(/images/icons/rank_first_16x16.gif);
}

form div input.rank-up {
  margin: 72px 0 3px 0;
  background-image: url(/images/icons/rank_up_16x16.gif);
}

form div input.rank-down {
  background-image: url(/images/icons/rank_down_16x16.gif);
}

form div input.rank-last {
  background-image: url(/images/icons/rank_last_16x16.gif);
}

form div small {
  display: block;
  margin: 0 0 5px 252px;
  padding: 1px 3px;
  font-size: 88%;
  color: #000000;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0 0 0 0;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0 0 1.2em 0;
  color: #666666;
  width: auto;
}

form fieldset div.notes a:link, form fieldset div.notes a:visited, form fieldset div.notes a:focus, form fieldset div.notes a:hover, form fieldset div.notes a:active {
  color: #000000;
  text-decoration: underline;
}

form fieldset div.notes dl, form fieldset div.notes ol, form fieldset div.notes ul {
  margin: 0 0 1.2em 0;
  padding: 0;
  color: #666666;
  width: auto;
}

form fieldset div.notes ol li, form fieldset div.notes ul li {
  margin: 0 0 0 3em;
  color: #666666;
}

form fieldset div.notes dd {
  margin: 0 0 0 27px;
}

form fieldset div.notes p.last, form fieldset div.notes dl.last {
  margin: 0;
}

p.info {
  background-color: #ffffe1;
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #000000;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto auto 5px auto;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto auto 5px auto;
}

form div.error, form div.left div.error, form div.right div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error, form div.left div.error p.error, form div.right div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 225px;
  width: 254px;
  color: #ff0000;
}

form div.error p.error a:link, form div.error p.error a:visited, form div.error p.error a:focus, form div.error p.error a:hover, form div.error p.error a:active {
  color: #000000;
  text-decoration: underline;
}

form div fieldset.nomargin {
  width: auto;
  margin-left: 0;
}

form div fieldset.nomargin label {
  width: auto;
}

form div ol.inputList {
  width: auto;
  margin: 0;
  padding: 0;
}

form div ol.inputList li {
  width: auto;
  margin: 0 0 0 20px;
  padding: 0;
}

form div dl.inputList {
  width: auto;
  margin: 0;
  padding: 0;
}

form div dl.inputList dt {
  width: auto;
}

form div dl.inputList dd {
  width: auto;
  margin: 0 0 0 20px;
  padding: 0;
}

/* form.import.css */

form fieldset div.left, form fieldset div.right {
  clear: none;
  float: left;
  display: inline;
  border-color: #666666;
  border-style: none;
}

form fieldset div.left {
  border-width: 0 1px 0 0;
}

form fieldset div.right {
  border-width: 0 0 0 1px;
  padding: 0 0 0 10px;
  margin: 0 0 0 -1px;
}

form fieldset hr {
  clear: both;
}

form input, form select, form textarea, form iframe {
  background-color: #ffffff;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}

form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 230px;
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0 0 0 0;
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 200px;
  margin: 0 0 0 18px;
}

form div fieldset label input.inputText {
  width: auto;
  margin: 0 0 0 5px;
}

form div fieldset.compact label.labelRadio, form div fieldset.compact label.labelCheckbox, form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

form div label.compact.first {
  margin: 0 0 0 142px;
}

form div.wide {
  padding: 1px 3px;
  width: 734px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea, form div.wide p {
  width: 581px;
  margin: 0;
}

form div.wide iframe {
  width: 591px;
}

form div.wide p {
  margin: 0 0 20px 140px;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0 0 5px 0;
}

