/* Block-level */
hr {
  width: 100%;
  color: #0079c2;
  border-style: none;
  background-color: #0079c2;
  height: 1px;
  margin: 7px 0px;
}
h1 {
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  color: #336cc6;
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #629be0;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  color: #336cc6;
  margin-bottom: 10px;
}
h3 {
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}
h4 {
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4px;
}
p, blockquote {
  font-size: 9pt;
  margin: 6px 0px;
  text-align: justify;
}
strong.warning-message {
  font-variant: small-caps;
  font-weight: bold;
  color: #f00;
}
p.warning {
  font-size: 9pt;
  width: 98%;
  border: solid #c9736a 1px;
  background: #ffddd7;
  padding: 5px;
  margin-bottom: 5px;
  clear: right;
}
p.note {
  font-size: 9pt;
  color: #808080;
}
br { clear: all; }

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

/* Images */
img.align-left {
  margin: 6px 14px 6px 0px;
  float: left;
  clear: left;
}
img.align-right {
  margin: 6px 0px 6px 14px;
  float: right;
  clear: right;
}
div.image-align-center {
  text-align: center;
}
img.align-center {
  margin: 8px;
  float: none;
  clear: both;
}

/* Lists */
li { line-height: 12pt; }
ol {
  list-style: decimal outside;
  margin: 5px 0px 5px 30px;
  font-size: 9pt;
  text-align: justify;
}
ol ol {
  list-style: lower-latin outside;
  margin: 5px 0px 5px 35px;
  font-size: 9pt;
  text-align: justify;
}
ol ol ol {
  list-style: lower-roman outside;
  margin: 5px 0px 5px 40px;
  font-size: 9pt;
  text-align: justify;
}
ul {
  list-style: circle outside;
  margin: 5px 0px 5px 30px;
  font-size: 9pt;
  text-align: justify;
}
ul ul {
  list-style: disc outside;
  margin: 5px 0px 5px 35px;
  font-size: 9pt;
  text-align: justify;
}
ul ul ul {
  list-style: square outside;
  margin: 5px 0px 5px 40px;
  font-size: 9pt;
  text-align: justify;
}
table.numbered-list {
  width: 100%;
  font-size: 9pt;
}
table.numbered-list td.marker {
  vertical-align: top;
}
table.numbered-list img {
  padding: 0px;
  margin: 0px;
}
table.numbered-list td.content {
  vertical-align: top;
  padding: 2px 0px 0px;
}

/* Inset */
td#inset h2 {
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
  color: #336cc6;
  margin-bottom: 10px;
  border-top: 2px solid #629be0;
  padding-top: 4px;
  border-bottom: 1px solid #bad8f6;
  padding-bottom: 2px;
}
td#inset p {
  font-size: 9pt;
  margin: 3px 0px 0px 0px;
  text-align: justify;
}

/* Columns */
td#content-left h2, td#content-right h2, td#content-bottom h2 {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  color: #336cc6;
  margin-bottom: 8px;
  padding-bottom: 2px;
  border-bottom: 1px solid #629be0;
}

/* 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 #336CC6;
  color: #336CC6;
  font-weight: bold;
}
table.standard th, table.standard th.align-left {
  text-align: left;
  padding: 3px 5px 3px 0px;
  border-bottom: 2px solid #336CC6;
}
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.caption { font-weight: bold; }
strong.insert { font-weight: bold; }
strong.insert-product {
  font-style: italic;
  white-space: nowrap;
  font-weight: bold;
}
strong.sello {
  font-weight: bold;
  color: #fa3804;
}
strong.sello-header { font: inherit; }
strong.new-product {
  font-weight: bold;
  color: #800000;
  white-space: nowrap;
}
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: 98% 'Lucida Console', 'Courier New', 'Courier', monospace;
  font-size: 98%;
  white-space: nowrap;
}
span.no-wrap { white-space: nowrap; }
span.company {
  font-style: italic;
  white-space: nowrap;
}
span.company-long {
  font-style: italic;
  white-space: normal;
}
span.product {
  font-style: italic;
  white-space: nowrap;
}
span.magazine {
  font-style: italic;
  /* white-space: nowrap; */
}
span.event { font-style: italic; }
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;
}
span.module-header { font: inherit; }

/* Forms */
form table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 9pt;
  border-collapse: collapse;
}
form table tr.header {
  border-bottom: 2px solid #629be0;
  color: #629be0;
  font-weight: bold;
  text-align: center;
}
form table tr.header th {
  padding: 3px 5px 3px 0px;
  border-bottom: 2px solid #629be0;
}
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 #629be0;
  color: #00a74f;
  font-weight: bold;
  text-align: center;
}
form table tr.footer td {
  padding: 3px 5px 3px 0px;
  border-top: 2px solid #629be0;
}
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 #629be0;
  background-color: #ffefcd;
  padding: 0px 2px;
}
input:focus {
  background-color: #fff;
}
input.button {
  width: 101px;
  height: 27px;
  margin: 5px;
  padding: 0px;
  background: transparent url(/.grafika/klawisze/tlo.gif) no-repeat;
  border: none;
  color: #000;
  vertical-align: top;
  font-weight: bold;
  line-height: 90%;
  padding-bottom: 2px;
}
select {
  font-size: 8pt;
  border: 1px solid #888;
}
textarea {
  font-family: '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;
}
form.single {
  display: block;
  margin: 6px 0px;
}
form.single input {
  font-size: 9pt;
  border: 1px solid #629be0;
  background-color: #ffefcd;
  padding: 0px 2px 0px 0px;
}
form.single input:focus {
  background-color: #fff;
}
form.single input.button, form input.subscription-button {
  width: 77px;
  height: 27px;
  margin: 0px 0px 0px 5px;
  background: transparent url(/.grafika/klawisze/zapisz.gif) no-repeat;
  border: none;
  vertical-align: middle;
  font-weight: bold;
}
/* Download */
div.download {
  vertical-align: middle;
  font-size: 11pt;
}
div.download img.align-left {
  float: none;
  clear: none;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
}
div.download img.align-right {
  float: none;
  clear: none;
  vertical-align: middle;
  margin: 0px 0px 0px 10px;
}

/* Screens */
table.screens { width: 100%; }
table.screens td { vertical-align: top; }
table.screens td.image { padding: 5px 12px 12px 0px; }
table.screens td.center { padding-right: 0px; text-align: center; }
table.screens td.right { padding-right: 0px; text-align: right; }
table.screens h2 {
  margin-bottom: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid #629be0;
}

