/* Start of CMSMS style sheet 'home' */
html {
margin: 0;
padding: 0;
font-size: 11px !important;
color: #3E3E3E;
background: white;
}
body {
margin: 0;
padding: 0;
font-size: 1em !important;
font-family: Tahoma, Arial, Helvetica, sans-serif !important;
}
h1 {
margin: 0 0 0.5em;
font-size: 1.25em;
font-variant: small-caps;
color: #175588;
background-color: inherit;
}
h2 {
margin: 0 0 0.5em;
font-size: 1.0625em;
}
h2, h2 a {
color: #437CB0;
background-color: transparent;
}
h3, h3 a {
color: #A90607;
background-color: transparent;
}
h4, h4 a {
color: #666;
background-color: transparent;
}
h3, h4, h5, h6, p {
margin: 0 0 1em;
font-size: 1em;
}
ol, ul, dl {
margin: 0 0 1em;
text-align: left;
text-indent: 0;
}
ol, ul {
margin: 0 0 1em 2.5em;
padding: 0;
}
ol ul, ol ol,
ul ol, ul ul,
li table {
margin-top: 0.25em;
margin-bottom: 0.25em;
}
li {
padding: 0 0 0.25em;
}
dt {
margin: 0 0 0.25em;
}
dd {
margin: 0 0 0.125em;
padding: 0;
}
pre {
white-space: pre-wrap;
}
a {
text-decoration: none;
color: #A90607;
background-color: transparent;
}
a:hover {
text-decoration: underline;
}
a, a img, object {
border: 0 none;
outline: 0 none;
}
hr {
border-width: 0 0 1px;
border-style: none none solid;
border-color: #EEE;
height: 0;
}
p em, ul em, ol em, table em,
p i, ul i, ol i, table i {
font-family: Verdana, Arial, Helvetica, sans-serif !important;
}
p img,
dl img,
ul img,
ol img {
vertical-align: middle;
}
#flash_videos a {
border: 1px solid #CEDEEB;
margin: 0 auto 1em;
width: 480px;
height: 360px;
display: block;
}
/* ---------------------------------------------------------------- */
table {
margin: 0 auto 1em;
width: 100%;
}
table th,
table td {
padding: 4px;
vertical-align: top;
text-align: left;
font-size: 11px;
font-family: tahoma, sans-serif;
}
td.typ1left {
border-left: 1px solid #EEE;
border-bottom: 1px solid #EEE;
}
td.typ1right {
border-left: 1px solid #EEE;
border-right: 1px solid #EEE;
border-bottom: 1px solid #EEE;
}
td.szerokitop {
border: 1px solid #EEE;
color: inherit;
background-color: #F9F9F9;
}
td.szeroki {
border-left: 1px solid #EEE;
border-bottom: 1px solid #EEE;
border-right: 1px solid #EEE;
color: inherit;
background-color: #F9F9F9;
}
td.left,
.left {
text-align: left !important;
}
td.center,
.center {
text-align: center !important;
}
td.right,
.right {
text-align: right !important;
}
.fleft {
margin: 0 1em 1em 0;
float: left;
}
.fcenter {
margin: 0 auto 1em;
display: block;
}
.fright {
margin: 0 0 1em 1em;
float: right;
}
table.tableFixed {
table-layout: fixed;
}
table.tableBorder td {
border-top: 1px solid #EEE;
}
table.tableBorder thead,
table.tableBorder tfoot {
color: inherit;
background-color: #EEE;
}
table.tableBorder td.number,
table.tableBorder td.mark {
color: inherit;
background-color: #F9F9F9;
}
table.tableBorder tfoot td {
border: 0 none;
}
th.number,
td.number {
width: 3em;
}
th.bigNumber,
td.bigNumber {
width: 7em;
}
th.order,
td.order {
width: 4em;
}
th.mark,
td.mark,
th.name,
td.name {
width: 20%;
}
td.middle {
vertical-align: middle;
}
td.bottom {
vertical-align: bottom;
}
/* ---------------------------------------------------------------- */
dl.download dt {
border-bottom: 1px solid #EEE;
padding-bottom: 0.25em;
}
dl.download dd {
padding: 2px 0 0 20px;
line-height: 16px;
background: url(uploads/images/pdf.gif) no-repeat 0 2px;
}
dl.download dd.rar {
background-image: url(uploads/images/rar.gif);
}
dl.download dd.doc {
background-image: url(uploads/images/doc.gif);
}
/* ---------------------------------------------------------------- */
.type_none {
list-style-type: none !important;
margin: 0 0 1em !important;
padding: 0 !important;
}
.type_none li {
list-style-image: none !important;
}
ul.type_disc {
list-style-type: disc;
}
ul.type_circle {
list-style-type: circle;
}
ul.type_square {
list-style-type: square;
}
ol.type_decimal {
list-style-type: decimal;
}
ol.type_lower-alpha {
list-style-type: lower-alpha;
}
ol.type_upper-alpha {
list-style-type: upper-alpha;
}
ol.type_lower-roman {
list-style-type: lower-roman;
}
ol.type_upper-roman {
list-style-type: upper-roman;
}
ol.type_lower-greek {
list-style-type: lower-greek;
}
.type_lower-greek li,
.type_upper-roman li,
.type_lower-roman li,
.type_upper-alpha li,
.type_lower-alpha li,
.type_decimal li,
.type_square li,
.type_circle li,
.type_disc li {
list-style-image: none !important;
}
.nowrap {
white-space: nowrap;
}
.red {
color: #DD4A2F;
background-color: transparent;
}
.green {
color: #0F822A;
background-color: transparent;
}
.blue {
color: #2C66AC;
background-color: transparent;
}
.orange {
color: #FF8800;
background-color: transparent;
}
.black {
color: #000;
background-color: transparent;
}
.gray {
color: gray;
background-color: transparent;
}
.silver {
color: silver;
background-color: transparent;
}
.hidden {
display: none;
}
.clear {
clear: both;
}
.block {
margin-bottom: 2em;
}
hr.block {
margin-top: 1em;
}
div.block {
padding-top: 1em;
}
* html body hr.block {
margin-top: 0;
}
.margins br,
.margins li {
margin-bottom: 1em;
}
#nk_wc_container {
margin-bottom: 1em;
}
img.lmk_icon {
width: 128px;
height: 181px;
margin: 0 1em 0 0;
float: left;
}
p.archiwum {
margin: 0;
line-height: 21px;
text-align: right;
}
p.archiwum a {
color: #8C8C8C;
background-color: transparent;
}
#videoContener object {
margin: 0 auto 1em;
display: block;
}
/* End of 'home' */

