p { font-size: 9pt; }
p img { float: left; }
p.loose {
  padding-top: 10px;
  padding-bottom: 5px;
}
h1 {
  font-weight: bolder;
  font-size: 10pt;
  color: #0079c2;
  margin: 0px;
  display: inline;
  float: left;
}
h1 a {
  font-weight: bolder;
  font-size: 10pt;
  color: inherit;
  float: left;
}
h2 {
  color: #00457d;
  font-weight: bold;
  font-size: 13pt;
  margin: 0px;
}
p + h2, p + h3 {
  padding-top: 10px;
}
h3 {
  color: #00457d;
  font-weight: normal;
  font-size: 12pt;
  margin: 2px 0px 0px 0px;
}
h4 {
  color: #0079c2;
  font-weight: normal;
  margin: 20px 0px 5px 0px;
  font-size: 11pt;
  letter-spacing: 10px;
}
h1 + div, h2 + div, h3 + div, h4 + div {
  font-size: 9pt;
  margin: 4px 0px 2px;
  color: #c6c7c8;
}
input {
  font-size: 8pt;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0px 2px;
}
input:focus {
  background-color: #e2f4ff;
}
input.button {
  width: 73px;
  height: 23px;
  margin-top: 8px;
  padding: 0px;
  background: transparent url("/.grafika/elementy/klawisz.gif") no-repeat;
  border: none;
  color: #fff;
  vertical-align: top;
  font-weight: bold;
  line-height: 90%;
}
a {
  font-weight: normal;
  font-size: 9pt;
  text-decoration: none;
  color: #4477A0;
}
a:hover { text-decoration: underline; }
a img { border: none; }
p.copyright {
  text-align: right;
  padding-right: 5px;
  margin: 0px;
  margin-bottom: 5px;
  font-size: 7.5pt;
  font-weight: bold;
}
div.section {
  background-color: #fff;
  border: 1px solid #ddeaf2;
  margin-bottom: 10px;
}
div.section div.header {
  background: #ddf1f9 url("/.grafika/elementy/naglowek.gif") no-repeat;
  border-bottom: solid 1px #ddeaf2;
  padding: 2px 16px;
  height: 16px;
}
div.section div.header a.link {
  float: right;
  font-size: 10px;
  line-height: 15px;
}
div.section div.content {
  padding: 15px;
}
div.section div.blue {
  background: #ddf1f9;
}
/*
div.section div.content img {
  float: left;
}
*/
#sidebar p {
  margin: 0px 0px 5px 0px;
}
#main p {
  text-align: justify;
  margin: 5px 0px;
}
#main p.more {
  text-align: right;
}
#main div.extra {
  margin: 15px 0px;
}
#main div.extra p {
  margin: 4px 0px;
}
#main div.extra p a {
  font-size: 12px;
}
#main div.extra p {
  margin: 7px 0px;
}

/* OLD STYLING */

/* Block-level */
hr {
  width: 100%;
  color: #0079c2;
  border-style: none;
  background-color: #0079c2;
  height: 1px;
  margin: 7px 0px;
}
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;
}
pre {
  white-space: pre;
  font-size: 8pt;
  font-family: 'Andale Mono', 'Lucida Console', 'Courier New', 'Courier', monospace;
  text-align: left;
}

/* 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;
}
#sidebar img.align-left {
  margin: 0px;
  float: none;
  clear: none;
}
img.marker { margin: 0px; }

/* Lists */
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 {
  margin: 10px 0px;
  padding: 0px 0px 0px 20px;
  font-size: 9pt;
  text-align: justify;
}
ul li {
  padding: 3px 0px 3px 0px;
}
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;
}

/* 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 tr.group-bold td {
  text-align: center;
  color: #00457D;
  font-weight: bold;
}
table.standard thead tr {
  border-bottom: 2px solid #0079C2;
  color: #00457D;
  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;
  border-top: 1px solid #d2d2d2;
}
table.standard td, table.standard td.align-left {
  text-align: left;
  padding: 3px 5px 3px 0px;
  border-bottom: 1px solid #d2d2d2;
  border-top: 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 */
.long {
  white-space: normal ! important;
}
strong { font-size: inherit; }
strong.caption { font-weight: bold; }
strong.insert { font-weight: bold; }
strong.insert-product {
  font-style: italic;
  white-space: nowrap;
  font-weight: bold;
}
strong.new-product {
  font-weight: bold;
  color: #800000;
  white-space: nowrap;
}
span { font-size: inherit; }
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, span.institution {
  font-style: italic;
  white-space: nowrap;
}
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: 92% 'Lucida Console', 'Courier New', 'Courier', monospace;
  white-space: nowrap;
}
span.version {
  font-weight: bold;
  white-space: nowrap;
}
strong.login {
  font: bold 92% 'Lucida Console', 'Courier New', 'Courier', monospace;
}
var {
  font: 92% 'Lucida Console', 'Courier New', 'Courier', monospace;
}
code.procedure, code.command, code.source, code.system-variable {
  font: 92% 'Lucida Console', 'Courier New', 'Courier', monospace;
}
kbd {
  font: 92% 'Lucida Console', 'Courier New', 'Courier', monospace;
}
span.module, span.option, span.button {
  font: 92% 'Lucida Console', 'Courier New', 'Courier', monospace;
}
span.module-header { font: inherit; }

/* Forms */
form {
  margin: 0px;
}
form table {
  width: 100%;
  font-size: 9pt;
  border-collapse: collapse;
}
form table tr.header {
  border-bottom: 2px solid #0079C2;
  color: #00457D;
  font-weight: bold;
  text-align: center;
}
form table tr.header th {
  padding: 3px 5px 3px 0px;
  border-bottom: 2px solid #0079C2;
}
form table tr.header th.error {
  color: #f00;
}
form table tr.header-inner {
  border-top: 2px solid #0079C2;
  border-bottom: 2px solid #0079C2;
  color: #00457D;
  font-weight: bold;
  text-align: center;
}
form table tr.header-inner th {
  padding: 3px 5px 3px 0px;
  border-top: 2px solid #0079C2;
  border-bottom: 2px solid #0079C2;
}
form table tr.header-inner th.error {
  color: #f00;
}
form table tr.footer {
  border-top: 2px solid #0079C2;
  color: #00a74f;
  font-weight: bold;
  text-align: center;
}
form table tr.footer td {
  padding: 3px 5px 3px 0px;
  border-top: 2px solid #0079C2;
}
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;
}
select {
  font-size: 8pt;
  border: 1px solid #888;
}
textarea {
  font-size: 9pt;
  font-family: 'Andale Mono', 'Lucida Console', 'Courier New', 'Courier', monospace;
  border: 1px solid #000;
  padding: 2px 0px;
}
form div.counter {
  font-size: 8pt;
  color: #888;
  margin-top: 4px;
}
form div.footer {
  text-align: center;
}
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;
}
/* Statement */
form table tr.content td.input.statement {
  text-align: justify;
}
form table tr.content td.input.statement.error {
  color: #f00;
  font-weight: bold;
}
form .statement input.checkbox {
  margin: 4px 8px -2px 0px;
}
form.inline {
  display: block;
  margin: 6px 0px;
  font-size: 9pt;
}
form.inline div {
  margin: 5px 0px 5px 0px;
}
form.inline label {
  font-weight: bold;
  margin-right: 5px;
}
form.inline td{
  font-weight: bold;
  margin-right: 5px;
}
form.inline input {
  border: 1px solid #000;
  background-color: #fff;
  padding: 0px 2px 0px 0px;
  margin-bottom:4px;
}
form.inline td.label {
  text-align : right;
  padding-right : 10px;
  width: 20%;
}
form.inline input:focus {
  background-color: #e2f4ff;
}
form.inline input.button {
  width: 73px;
  height: 23px;
  color: #fff;
  background: transparent url(/.grafika/elementy/klawisz.gif) no-repeat;
  border: none;
  vertical-align: middle;
  font-weight: bold;
}
form.inline table.login {
  margin-bottom: 0px;
}
/* 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 h2 {
  margin-bottom: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid #629be0;
}

/* Opinion */
q:before {
  content: "\201E";
}
q:after {
  content: "\201D";
}
blockquote {
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 11px;
  line-height: 20px;
}
blockquote q {
  display: block;
  font-size: 12px;
  text-align: justify;
}
blockquote cite {
  display: block;
  font-size: 12px;
  text-align: right;
  font-style: italic;
  margin-top: 3px;
}

.regulations-marketing .checkbox-with-label {
  margin-top: 5px;
  margin-bottom: 5px;
}

.regulations-marketing .checkbox-label {
  padding-right:10px;
  padding-left:8px;
}
