/* Standardized form style */

TABLE.container {
  border-collapse: collapse;
  background: #e0e0e0;
  border: ridge #808080;
  border-width: 2px;
  margin: auto;
}

TABLE.container TD {
  border: ridge #808080;
  border-width: 2px;
  text-align: right;
}

TABLE.container P {
  font-family: Arial, sans-serif; 
  font-weight: bold;
  font-size: 12pt; 
  text-align: center; 
  color: black;
  margin: 0px 0px;
}

TABLE.layout {
  border: none;
}

TABLE.layout TH {
  border: none;
  vertical-align: top;
  font-family: Arial, sans-serif; 
  font-weight: bold;
  font-size: 9pt; 
  text-align: center;
  color: #006090;
}

TABLE.layout TD {
  border: none;
  vertical-align: top;
  text-align: left;
}

TABLE.layout P {
  font-size: 9pt; 
  font-family: Arial, sans-serif; 
  font-weight: bold;
  text-align: right;
  color: #006090;
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 0px 0px;
}

TABLE.layout SPAN {
  font-size: 9pt; 
  font-family: Arial, sans-serif;
  color: #909090;
  font-weight: bold; 
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

TABLE.layout LEGEND {
  font-family: Arial, sans-serif; 
  font-weight: normal;
  font-size: 11pt; 
  color: black;
}

TABLE.layout TEXTAREA {
  font-size: 9pt;
  font-family: Arial, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  border: #909090 1px solid;
}

TABLE.layout TEXTAREA.docfile {
  font-family: Courier, monospace; 
}

TABLE.layout SELECT {
  font-size: 9pt;
  font-family: Arial, sans-serif;
  /* height: 15px; */
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  border: #909090 1px solid;
}

TABLE.layout INPUT[type="text"] {
  font-size: 9pt;
  font-family: Arial, sans-serif;
  height: 15px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  border: #909090 1px solid;
}

TABLE.layout INPUT[type="button"], TABLE.layout INPUT[type="submit"] {
  font-size: 9pt;
  font-family: Arial, sans-serif;
}

TABLE.layout *[readonly] {
  background: #e0e0e0;
}

TABLE.layout TABLE.center {
  margin-left: auto; 
  margin-right: auto;
}
