/* Block-level */
hr {
  width: 100%;
  color: #0079c2;
  border-style: none;
  background-color: #0079c2;
  height: 1px;
  margin: 7px 0px;
}
h1 {
  font-size: 16pt;
  font-weight: bold;
  text-align: left;
  color: #0079c2;
  margin-bottom: 8px;
}
h2 {
  font-size: 17pt;
  font-weight: bold;
  text-align: left;
  color: #0079c2;
  margin-bottom: 10px;
}
h2 img {
  margin: 0px 0px 0px 10px;
  float: right;
}
h3 {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}
h3 img { margin: 0px 6px 0px 0px; }
h4 {
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4px;
}
p {
  font-size: 10pt;
  margin: 12px 0px;
  text-align: justify;
}
p.warning {
  border: solid #c9736a 1px;
  background: #ffddd7;
  padding: 5px;
  margin-bottom: 5px;
  clear: right;
  text-align: center;
}
p.warning strong.heading {
  /* font-variant: small-caps; */
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11pt;
  color: #f00;
}
p.note {
  font-size: 9pt;
  color: #808080;
}

/* Links */
a, a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #0079c2;
}
a:active, a:hover { text-decoration: underline; }
a img { border: none; }

/* Images */
img.align-center { margin: 5px; }
img.align-right {
  margin: 5px 0px 5px 10px;
  float: right;
  clear: right;
}
img.align-left {
  margin: 5px 10px 5px 0px;
  float: left;
  clear: left;
}

/* Lists */
li { line-height: 14pt; }
ol {
  list-style: decimal outside;
  margin: 5px 0px 5px 30px;
  font-size: 10pt;
  text-align: justify;
}
ol ol {
  list-style: lower-latin outside;
  margin: 5px 0px 5px 35px;
  font-size: 10pt;
  text-align: justify;
}
ol ol ol {
  list-style: lower-roman outside;
  margin: 5px 0px 5px 40px;
  font-size: 10pt;
  text-align: justify;
}
ul {
  list-style: circle outside;
  margin: 5px 0px 5px 30px;
  font-size: 10pt;
  text-align: justify;
}
ul ul {
  list-style: disc outside;
  margin: 5px 0px 5px 35px;
  font-size: 10pt;
  text-align: justify;
}
ul ul ul {
  list-style: square outside;
  margin: 5px 0px 5px 40px;
  font-size: 10pt;
  text-align: justify;
}

/* Tables */
table.standard {
  width: 100%;
  margin: 10px 0px;
  clear: both;
  font-size: 9pt;
  border-collapse: collapse;
}
table.standard caption {
  caption-side: bottom;
  text-align: left;
  padding-top: 3px;
}
table.standard thead tr {
  border-bottom: 2px solid #0079c2;
  color: #0079c2;
  font-weight: bold;
}
table.standard th, table.standard th.align-left {
  text-align: left;
  padding: 3px 5px 3px 0px;
  border-bottom: 2px solid #0079c2;
}
table.standard th.align-right { text-align: right; }
table.standard th.align-center { text-align: center; }
table.standard tbody tr { border-bottom: 1px solid #d2d2d2; }
table.standard td, table.standard td.align-left {
  text-align: left;
  padding: 3px 5px 3px 0px;
  border-bottom: 1px solid #d2d2d2;
}
table.standard td.align-right { text-align: right; }
table.standard td.align-center { text-align: center; }
table.standard td.align-top, table.standard td.align-left-top {
  text-align: left;
  vertical-align: top;
}
table.standard td.align-right-top {
  text-align: right;
  vertical-align: top;
}
table.standard td.align-center-top {
  text-align: center;
  vertical-align: top;
}

/* Inline elements */
strong.insert {
  font-weight: bold;
  white-space: nowrap;
}
strong.insert-product {
  font-style: italic;
  white-space: nowrap;
  font-weight: bold;
}
strong.new-product {
  font-weight: bold;
  color: #800000;
  white-space: nowrap;
}
strong.caption { font-weight: bold; }
big { font-weight: bold; font-size: 140%; }
span.site-link { font-weight: bold; }
span.operating-system {
  font-style: italic;
  white-space: nowrap;
}
span.e-mail {
  font-style: italic;
  font-weight: bold;
  white-space: nowrap;
}
span.url {
  font-family: monospace;
  font-size: 98%;
  white-space: nowrap;
}
span.no-wrap { white-space: nowrap; }
span.company, span.institution {
  font-style: italic;
  white-space: nowrap;
}
span.company-long, span.institution-long {
  font-style: italic;
  white-space: normal;
}
span.product, span.magazine {
  font-style: italic;
  white-space: nowrap;
}
span.event {
  font-weight: bold;
  white-space: nowrap;
}
strong.price { font-style: italic; }
span.certificate { font-style: italic; }
span.license { font-style: italic; }
span.license-code {
  font: 120% 'Lucida Console', 'Courier New', 'Courier', monospace;
}
span.del { text-decoration: line-through; }
span.file-format {
  font-style: italic;
  white-space: nowrap;
}
span.file-name {
  font: 98% 'Lucida Console', 'Courier New', 'Courier', monospace;
  white-space: nowrap;
}
span.version {
  font-weight: bold;
  white-space: nowrap;
}
strong.login {
  font: bold 98% 'Lucida Console', 'Courier New', 'Courier', monospace;
}
var {
  font: 98% 'Lucida Console', 'Courier New', 'Courier', monospace;
}
code.procedure, code.command, code.source, code.system-variable {
  font: 98% 'Lucida Console', 'Courier New', 'Courier', monospace;
}
kbd {
  font: 98% 'Lucida Console', 'Courier New', 'Courier', monospace;
}
span.module, span.option, span.button {
  font: 98% 'Lucida Console', 'Courier New', 'Courier', monospace;
}

/* Forms */
form table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 9pt;
  border-collapse: collapse;
}
form table tr.header {
  border-bottom: 2px solid #00a74f;
  color: #00a74f;
  font-weight: bold;
  text-align: center;
}
form table tr.header th {
  padding: 3px 5px 3px 0px;
  border-bottom: 2px solid #00a74f;
}
form table tr.header th.error {
  color: #f00;
}
form table tr.header-inner {
  border-top: 2px solid #00a74f;
  border-bottom: 2px solid #00a74f;
  color: #00a74f;
  font-weight: bold;
  text-align: center;
}
form table tr.header-inner th {
  padding: 3px 5px 3px 0px;
  border-top: 2px solid #00a74f;
  border-bottom: 2px solid #00a74f;
}
form table tr.header-inner th.error {
  color: #f00;
}
form table tr.footer {
  border-top: 2px solid #00a74f;
  color: #00a74f;
  font-weight: bold;
  text-align: center;
}
form table tr.footer td {
  padding: 3px 5px 3px 0px;
  border-top: 2px solid #00a74f;
}
form table tr.content {
  border-bottom: 1px solid #d2d2d2;
}
form table tr.content td {
  border-bottom: 1px solid #d2d2d2;
}
form table tr.content td.label {
  padding: 5px 5px 5px 0px;
  font-weight: bold;
  text-align: right;
}
form table tr.content td.label-error {
  padding: 5px 5px 5px 0px;
  font-weight: bold;
  text-align: right;
  color: #f00;
}
form table tr.content td.input {
  padding: 5px 0px 5px 5px;
  text-align: left;
}
form table tr.content td.input-center {
  padding: 5px 0px 5px 5px;
  text-align: center;
}
input {
  font-size: 8pt;
  border: 1px solid #888;
  padding: 0px 2px;
}
input.button {
  width: 65px;
  margin: 5px;
  border: 1px solid #00a74f;
  color: #00a74f;
  background-color: #fff;
  padding: 3px 0px;
  vertical-align: middle;
  font-weight: bold;
}
select {
  font-size: 8pt;
  border: 1px solid #888;
}
textarea {
  font-family: 'Andale Mono', 'Lucida Console', 'Courier New', 'Courier', monospace;
}
textarea.wide {
  width: 100%;
}
input.checkbox {
  margin: 0px 4px -2px 0px;
  border: none;
}
input.radio {
  margin: 1px 7px -1px 0px;
}
table.radio-group {
  margin: 4px 0px;
  border-collapse: collapse;
}
td.radio-group-button {
  vertical-align: top;
  padding: 2px 0px;
}
td.radio-group-text {
  vertical-align: middle;
  padding: 2px 0px;
}

/* Screens */
table.screens {
  width: 100%;
  clear: both;
  font-size: 9pt;
  border-collapse: collapse;
}
table.screens td { text-align: center; }
table.screens tr.images td {
  vertical-align: middle;
  height: 140px;
  padding: 10px;
}
table.screens tr.captions td {
  vertical-align: top;
  color: #0079c2;
  font-weight: bold;
  padding: 10px;
}

