
BODY {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 60px;
  background-color: white;
}

#page {
  background-color: #FFFFFF;
  border-top: 1pt #999999 solid;
  border-right: 3pt #666666 solid;
  border-bottom: 3pt #666666 solid;
  border-left: 1pt #999999 solid;
}

TABLE {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

h1 {
  font-size: 12pt;
  color: maroon;
}

h2 {
  font-size: 11pt;
  color: maroon;
}

h3 {
  font-size: 9pt;
}

.form td {
  background-color: white;
  font-size: 11px;
}

.nav {
  font-family: Arial, helvetica, sans-serif;
  font-size: 7pt;
}

.title {
  font-size: 12pt;
  font-weight: bold;
  color: maroon;
}

.sml {
  font-size: 7pt;
  line-height: 9pt;
}

th {
  background-color: #99ffff;
}

a {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: #FF00FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: red;
}

.floleft {
  float: left;
}

.floright {
  float: right;
}

.frame {
  border-top: 1px #333 solid;
  border-right: 1px #333 solid;
  border-bottom: 1px #333 solid;
  border-left: 1px #333 solid;
}

.frame-dot {
  border-top: 2px #333 dotted;
  border-right: 2px #333 dotted;
  border-bottom: 2px #333 dotted;
  border-left: 2px #333 dotted;
}

.frame-dot-white {
  background-color: white;
  border-top: 2px #090 dotted;
  border-right: 2px #090 dotted;
  border-bottom: 2px #090 dotted;
  border-left: 2px #090 dotted;
}

#copyright {
  font-size: 11px;
  border-top: 1px #090 dotted;
  background-color: #DFFFDF;
  border-right: 1px #090 dotted;
  border-bottom: 1px #090 dotted;
  border-left: 1px #090 dotted;
}

big {
  font-size: 1.2em;
}

.pad5 li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.alert {
  color: red;
}

.op-ed {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 11pt;
}

.fug {
  color: white;
  border-top: none;
  background-color: white;
  font-size: 1px;
  line-height: 1px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.dhtmlwindow {
  position: absolute;
  visibility: hidden;
  background-color: white;
  border-top: 2px black solid;
  border-right: 2px black solid;
  border-bottom: 2px black solid;
  border-left: 2px black solid;
}

.drag-handle {
  text-indent: 3px;
  background-color: #9F9;
  color: black;
  cursor: move;
  overflow: hidden;
  width: auto;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
}

.drag-handle .drag-controls {
  position: absolute;
  right: 1px;
  top: 2px;
  cursor: default;
}

* html .drag-handle {
  width: 100%;
}

.drag-contentarea {
  border-top: 1px #996600 solid;
  background-color: white;
  color: black;
  height: 150px;
  overflow: auto;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

.drag-statusarea {
  border-top: 1px gray solid;
  background-color: #F8F8F8;
  height: 13px; /*height of resize image*/
}

.drag-resizearea {
  float: right;
  width: 13px; /*width of resize image*/
  height: 13px; /*height of resize image*/
  cursor: nw-resize;
  font-size: 0pt;
}

div.sample_popup {
  z-index: 1;
}

div.sample_popup div.menu_form_header {
  width: 184px;
  height: 20px;
  line-height: 19px;
  vertical-align: middle;
  background-color: #9F9;
  text-decoration: none;
  font-family: Arial, Sans-Serif;
  font-weight: 900;
  font-size: 14px;
  color: #000;
  cursor: default;
  border-top: 1px black solid;
  border-right: 1px black solid;
  border-bottom: 1px black none;
  border-left: 1px black solid;
}

div.sample_popup div.menu_form_body {
  width: 184px;
  background-color: #DFD;
  border-top: 1px black solid;
  border-right: 1px black solid;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
}

div.sample_popup img.menu_form_exit {
  float: right;
  cursor: default;
  margin-top: 4px;
  margin-left: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}

div.sample_popup table {
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup label {
  width: 1%;
  text-align: left;
  font-family: Arial, Sans-Serif;
  font-weight: 900;
  font-size: 12px;
  color: #333;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 5px;
  padding-bottom: 1px;
}

div.sample_popup td {
  width: 99%;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1px;
}

div.sample_popup form {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

div.sample_popup legend {
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
}

div.sample_popup input.field {
  width: 95%;
  font-family: Verdana, Sans-Serif;
  font-size: 10px;
  border-top: 1px #808080 solid;
  border-right: 1px #808080 solid;
  border-bottom: 1px #808080 solid;
  border-left: 1px #808080 solid;
}

div.sample_popup input.btn {
  margin-top: 2px;
  background-color: #DDFFDD;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px #808080 solid;
  border-right: 1px #808080 solid;
  border-bottom: 1px #808080 solid;
  border-left: 1px #808080 solid;
}

