@charset "UTF-8";

html {
    background: #1f2d40 none 0 0 no-repeat scroll;
    font-family: "Nimbus Sans L", Arial, Tahoma, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

html.component, body.component {
	height: 100%;
}

html, a {
	color: #333;
}

a:hover {
	color: #a70c0c;
}

abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

#container {
    background: transparent url("../images/footer.png") -1004px 0 repeat-y scroll;
    margin: 0 auto;
    width: 1004px;
}

body.component #container {
	background-position: -1226px 0;
	margin: 0;
	width: auto;
	max-width: 780px;
	height: 100%;
	overflow: auto;
}

#header {
    background: transparent url("../images/logo.png") 0 0 no-repeat scroll;
    margin: 0 auto;
    width: 1000px;
    height: 231px;
    position: relative;
}

#header a.bookmark {
    width: 19px;
    height: 89px;
    position: absolute;
    top: 1px;
    left: 1px;
}

#header a.bookmark * {
    display: none;
}

#menu {
    background: transparent url("../images/menu.png") 0 0 no-repeat scroll;
    margin: 0 auto;
    padding-top: 2px;
    width: 1000px;
    height: 36px;
}

#wrap, #sidebar-left {
    background: transparent url("../images/menu.png") 0 -38px no-repeat scroll;
    padding-top: 20px;
}

#wrap {
    background-position: -220px -38px;
    width: 780px;
    margin-right: 2px;
    float: right;
}

body.component #wrap {
	width: auto;
	margin: 0;
	padding: 20px 10px 10px;
	float: none;
}

#banner {
	padding: 0 10px;
	margin-bottom: 1.4em;
	text-align: center;
}

#banner img {
	vertical-align: bottom;
}

#content {
    width: 540px;
    margin: 0 20px;
    float: left;
    overflow: auto;
}

body.component #content {
    width: auto;
    padding: 0;
    float: none;
}

#breadcrumbs {
	margin-bottom: 1.4em;
	padding: .2em 0;
	font-size: 0.75em;
	line-height: 1.6em;
	font-weight: bolder;
}

#breadcrumbs a {
	text-decoration: none;
	font-weight: 400;
}

#sidebar-left {
    width: 190px;
    margin-left: 2px;
    padding-right: 20px;
    padding-left: 10px;
    float: left;
}

#sidebar-right {
    width: 198px;
    padding-right: 2px;
    float: right;
}

#footer {
    background: transparent url("../images/footer.png") 0 100% no-repeat scroll;
    padding: 28px 2px 2px 222px;
    height: 33px;
    clear: both;
}

#footer p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    line-height: 33px;
}

h1, h2, h3, h4, h5, h6, .highlight {
	margin-top: 0;
	text-align: center;
}

.highlight {
    background-color: #e3e7ea;
    border-width: 2px 0;
    border-style: solid;
    border-color: #8394a0;
    padding: 0.4em 0.2em;
}

.highlight {
    color: #6085a0;
}

div.close-window {
	text-align: right;
	font-size: .8em;
}

div.close-window a {
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #a70c0c !important;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.float-left, .align-left {
	float: left;
}

.float-right, .align-right {
	float: right;
}

.clear-left, .align-left {
	clear: left;
}

.clear-both {
	clear: both;
}

.clear-right, .align-right {
	clear: right;
}

table {
	background-color: #f5f5f5;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: .87em;
}

table tr {
	background-color: #fff;
}

table th, table td {
	padding: 1px 2px;
}

table th.hasTip, table td.hasTip {
	cursor: help;
}

table thead, table th {
	background-color: #ececec;
	cursor: default;
}

table tr.row-odd, table tbody.row-odd {
	background-color: #fcfcfc;
}

table tr.row-even, table tbody.row-even {
    background-color: #fafafa;
}

#system-message dd.message, p.message {
	background: #e3f3e1 url('../images/msg_info.png') 10px 50% no-repeat scroll;
	border-width: 3px;
	border-style: solid;
	border-color: #39aa25;
	padding: .5em .5em .5em 55px;
	margin-bottom: 1.11em;
	min-height: 3em;
	font-size: .9em;
	font-weight: 400;
	text-indent: 2em;
}

#system-message dd.message ul {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

#system-message dd.message ul, p.message {
	color: #1aaa00;
}

#system-message dd.error, p.error {
	border-color: #c92727;
	background-image: url('../images/msg_error.png');
	background-color: #f7e1e1;
}

#system-message dd.error ul, p.error {
	color: #c90000;
}

dl.module, dt.module-title, dd.module-content {
	margin: 0;
	padding: 0;
}

dl.module {
	border-bottom: 1px solid #fff;
	margin-bottom: 1.5em;
}

dt.module-title {
	font-weight: bolder;
	font-size: 1.15em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3em;
}

dd.module-content {
	border-bottom: 1px solid #b3b3b3;
	padding: 0.3em 0 1.5em;
	font-size: .85em;
}

dl.module a:link, dl.module a:visited,
dl.module a:hover, dl.module a:active {
	text-decoration: none;
}

dl.module ul, dl.module ol {
	margin: 0 0 0 25px;
}

dl.module form, dl.module fieldset {
	padding: 0;
	border: 0 none;
	margin: 0;
}

dl.module fieldset {
	padding: 5px;
}

#sidebar-right dl.module,
#sidebar-right dl.module dt.module-title,
#sidebar-right dl.module dd.module-content,
div.tool-tip, div.tool-title, div.tool-text {
	background: transparent url('../images/widget.png') -198px 0 repeat-y scroll;
	border: 0 none;
}

div.tool-tip {
	font-size: 0.85em;
	width: 198px;
}

#sidebar-right dl.module dt.module-title,
#sidebar-right dl.module dd.module-content,
div.tool-title, div.tool-text {
	background-repeat: no-repeat;
	padding: 0 15px;
}

#sidebar-right dl.module dt.module-title,
div.tool-title {
	background-position: 0 0;
	padding-top: 4px;
	padding-bottom: 6px;
	line-height: 29px;
	text-transform: none;
}

div.tool-title {
	font-weight: bolder;
	padding-bottom: .4em;
	padding-top: .8em;
	line-height: 1.2em;
}

#sidebar-right dl.module dd.module-content,
div.tool-text {
	background-position: -396px 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.tool-text {
	padding-bottom: 10px;
}

div.tool-text p {
	margin-top: 0;
}

#sidebar-right dl.module dt.module-untitled,
div.tool-title {
	background-position: -594px 0;
}

#sidebar-right dl.module dt.module-untitled {
	padding-top: 20px;
}

#sidebar-right dl.module dd.module-untitled,
div.tool-text {
	padding-top: 0;
}

dl.module-syndicate, dl.module-syndicate dd.module-content {
	border: 0;
}

dl.module-syndicate ul {
	list-style: none;
	margin: 0 0 0 10px;
}

dl.module-syndicate ul li {
	line-height: 1.2em;
	padding-bottom: .5em;
	padding-left: 20px;
	text-indent: -20px;
}

dl.module-syndicate ul li a img {
	vertical-align: top;
}

dl.module-banners {
    text-align: center;
}

dl.module-banners a {
	display: block;
	margin-bottom: 1em;
}

dl.module-banners img {
	vertical-align: bottom;
	margin-bottom: 1em;
}

dl.module-banners a img {
	margin-bottom: 0;
}

#sidebar-right dl.module-banners dt.module-title {
    padding-top: 14px;
}

#sidebar-right dl.module-banners dd.module-content {
    padding: 0 9px 14px;
}

dl.module ul.menu, dl.module ul.menu ul {
	padding: 0;
	margin: 0;
	list-style: none none outside;
}

dl.module ul.menu {
	border-bottom: 1px dotted #b3b3b3;
}

dl.module ul.menu ul {
	border-top: 1px dotted #b3b3b3;
	padding-left: 1.3em;
}

dl.module ul.menu ul ul {
	border: none;
}

dl.module ul.menu li {
	border-top: 1px dotted #b3b3b3;
}

dl.module ul.menu li li {
	border: none;
}

dl.module ul.menu li a {
	display: block;
	padding: 0.1em 0 0.1em 1.3em;
	line-height: 1.5;
	color: #333;
}

dl.module ul.menu li a span {
	background: transparent url(../images/square.png) 5px 50% no-repeat scroll;
	padding-left: 1.3em;
	margin-left: -1.3em;
}

dl.module ul.menu li li a {
	background-color: transparent !important;
	font-weight: 400 !important;
	font-size: 90%;
}

dl.module ul.menu li.active a {
	background-color: #fff;
	font-weight: bolder;
}

dl.module ul.menu li a:hover, dl.module ul.menu li a:focus {
	background-color: #ddd;
}

dl.module ul.menu li li a:hover, dl.module ul.menu li li a:focus {
	background-color: transparent;
	color: #a70c0c;
}

dl.module-related_items a i {
	color: #6d6d6d;
	font-size: 0.85em;
	font-style: normal;
}

dl.module-fj_related_plus ul.menu span.fj_related_plus-dm,
dl.module-fj_related_plus ul.menu span.fj_related_plus-keywords {
    font-size: .9em;
}

dl.module-fj_related_plus ul.menu span.fj_related_plus-dm {
    background: transparent;
    margin: 0;
    padding: 0;
}

dl.module-fj_related_plus ul.menu span.fj_related_plus-dm {
    color: #9a9a9a;
    white-space: nowrap;
}

dl.module-fj_related_plus ul.menu ul {
	border-top: 0;
	padding-bottom: .3em;
	line-height: 1;
}

dl.module-fj_related_plus ul.menu li li {
    padding-left: 0;
}

dl.module-newsflash dt.module-newsflash-title,
dl.module-newsflash dd.module-newsflash-content {
	margin: 0;
	padding: 0;
}

dl.module-newsflash dt.module-newsflash-title {
	margin-bottom: .3em;
	font-weight: bold;
	font-size: 1.15em;
}

dl.module-newsflash dd.module-newsflash-content {
	margin-bottom: 1.11em;
	overflow: hidden;
}

dl.module-newsflash dd.module-newsflash-content p {
	margin-top: 0;
}

dl.module-newsflash dd.module-newsflash-content a.readmore {
	margin-right: 1em;
	float: right;
}

dl.module-poll dl dt {
	margin-bottom: .5em;
}

dl.form, dl.form dt, dl.form dd {
    padding: 0;
    margin: 0;
    border: 0 none;
}

#content dl.form {
	line-height: 2em;
	overflow: auto;
	font-size: 0.92em;
	clear: both;
}

#content dl.form dd ul, #content dl.form dd ol {
	margin: 0 0 0 30px;
}

dl.form input.text, dl.form input.password, dl.form textarea, form fieldset {
	background: #fff;
	border: 1px solid #ccc;
}

form fieldset {
	background-color: transparent;
}

dl.form input.text, dl.form input.password, dl.form textarea {
	padding: 3px 5px;
	width: 90%;
}

form fieldset legend {
	background-color: #ccc;
	padding-left: .5em;
	padding-right: .5em;
	font-weight: bolder;
}

dl.form input.text:hover, dl.form input.text:focus,
dl.form input.password:hover, dl.form input.password:focus,
dl.form textarea:hover, dl.form textarea:focus {
	background-color: #f0f1ff;
	border-color: #d4d6ef;
	outline: 0 none;
}

#content dl.form dt {
	float: left;
	width: 40%;
	clear: left;
}

dl.form dt label {
	font-weight: bolder;
}

#content dl.form dt label {
	display: block;
	padding: 0.4em;
	text-align: right;
}

dl.form dt label.required sup,
dl.form dd.required-msg sup {
	vertical-align: middle;
	color: #ba0909;
	font-size: 1.4em;
}

dl.form dd {
	padding-bottom: 0.4em;
}

#content dl.form dd {
	padding: 0.4em;
	margin-left: 40%;
}

div.pagination {
	font-size: .8em;
}

div.pagination p {
	margin: 0;
}

div.pagination p.pagination-counter {
    color: #333;
}

div.pagination p.pagination-items .pagination-item {
	background-color: #fafaff;
	border: 1px solid #6085a0;
	padding: 4px 8px;
	line-height: 2.4em;
	color: #6085A0;
	text-transform: lowercase;
}

div.pagination p.pagination-items a.pagination-item {
	text-decoration: none;
}

div.pagination p.pagination-items span.pagination-item {
	cursor: default;
}

div.pagination p.pagination-items span.pagination-active,
div.pagination p.pagination-items a.pagination-item:hover {
	background-color: #d2dae1;
	color: #333;
}

div.article {
    border-bottom: 1px solid #d1d1d2;
    margin-bottom: 1.5em;
    padding-bottom: .3em;
}

div.article.unpublished {
    border-color: #ffaf50;
    background-color: #fff5ea;
}

div.article h2.article-header,
div.article div.article-posttitle,
div.article div.article-tools,
div.article div.article-precontent,
div.article div.article-content,
div.article div.article-postcontent,
div.article div.article-footer {
	padding: 0 .5em;
}

div.article h2.article-header {
	background: transparent;
	border: 0;
	margin: 0;
	padding-top: .4em;
	padding-bottom: .4em;
	font-size: 1.1em;
    text-align: left;
    line-height: 1.3;
}

div.article h2.article-header,
div.article h2.article-header a {
    color: #333;
}

div.article a.article-header {
	text-decoration: none;
}

div.article div.article-tools,
div.article div.article-precontent,
div.article div.article-postcontent,
div.article div.article-footer,
div.article a.article-readmore,
div.article a.readmore-link,
div.article a.comment-link,
#comments-form .btn div a {
    font-size: .85em;
    color: #9a9a9a;
    clear: both;
}

div.article div.article-tools {
	overflow: hidden;
}

div.article div.article-tools div,
div.article div.article-tools span {
	line-height: 1.6em;
}

div.article div.article-tools div.article-buttons img {
	vertical-align: middle;
}

div.article div.article-tools {
	background-color: #ececec;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1.2em;
}

div.article div.article-meta,
div.article div.article-buttons {
	float: left;
	width: 84%;
}

div.article div.article-buttons {
	width: 16%;
	text-align: right;
}

div.article div.article-meta span {
	float: left;
}

div.article div.article-meta span {
	background: transparent none 0 50% no-repeat scroll;
	padding-right: 0.6em;
}

div.article div.article-meta span a {
	white-space: nowrap;
}

div.article div.article-meta span.article-createdate,
div.article div.article-meta span.article-createby {
    padding-left: 20px;
}

div.article div.article-meta span.article-createdate {
    background-image: url("../images/icon-date.png");
}

div.article div.article-meta span.article-createby {
    background-image: url("../images/icon-user.png");
}

div.article div.article-meta span.article-section {
	white-space: nowrap;
}

div.article div.article-content,
div.article div.article-precontent {
	margin-bottom: 1.2em;
}

div.article div.article-postcontent {
	margin-top: 1.2em;
}

.jcomments-links {
	margin-top: 1.2em;
	text-align: right;
}

div.article a.article-readmore,
div.article a.readmore-link,
div.article a.comment-link,
#comments-form .btn a {
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
	margin-bottom: 1.11em;
	margin-right: .8em;
	padding: .1em .6em;
	font-weight: bolder;
    float: right;
    clear: left;
    text-decoration: none;
}

div.article a.readmore-link,
div.article a.comment-link {
	background-image: url("../images/jc_blog.png");
	background-position: 4px 6px;
	padding-left: 18px;
}

div.article a.comment-link {
	background-position: 4px -25px;
}

div.article a.article-readmore:hover,
div.article a.readmore-link:hover,
div.article a.comment-link:hover,
#comments-form .btn div a:hover {
	border-color: #cb2929;
	background-color: #f8e2e2;
    color: #a70c0c;
}

div.article a.readmore-link:hover {
	background-position: 4px -56px;
}

div.article a.comment-link:hover {
	background-position: 4px -87px;
}

div.article-block,
div.article-block-separator {
	overflow: hidden;
}

div.article-block div.article-block-box {
	float: left;
	overflow: auto;
}

div.article-block div.article-block-content {
	margin-right: 1px;
}

div.article-list {
	overflow: hidden;
	margin-bottom: 1em;
}

div.article-list p {
	margin-top: 0;
}

div.article-list img.float-left {
	border-right: 1em solid #fff;
}

div.article-list img.float-left {
	border-left: 1em solid #fff;
}

ul.article-list h2.article-list {
	font-size: 1.05em;
	text-align: left;
}

ul.article-list h2.article-list span.article-list {
	font-weight: 400;
	color: #9a9a9a;
	font-size: .85em;
}

ul.article-list div.article-list p {
	margin-top: 0;
}

table.article-list th {
	text-align: left;
    white-space: nowrap;
}

table.article-list th img {
	margin-left: .3em;
}

table.article-list .article-list-count,
table.article-list .article-list-hits {
	text-align: right;
}

table.article-list a.article-list-register,
table.article-list p.article-list-description {
	display: block;
	font-size: .8em;
	color: #9a9a9a;
	font-style: italic;
}

table.article-list p.article-list-description {
	margin: 0;
	text-indent: 3em;
}

div.article-content img {
	margin: .7em;
}

div.article div.img_caption {
	border: 1px solid #e1e1e1;
	margin: 0;
	margin-bottom: 1.11em;
	padding: .5em;
	font-size: .8em;
	color: #9a9a9a;
	text-align: center;
}

div.article div.img_caption img {
	margin: 0;
	margin-bottom: .5em;
}

div.article div.img_caption p {
	margin: 0;
}

div.article div.left {
	margin-right: 1em;
}

div.article div.right {
	margin-left: 1em;
}

div.article div.null {
	margin-left: auto;
	margin-right: auto;
}

div.article-content table.contenttoc {
	background-color: transparent;
}

div.article-content table.contenttoc th {
	text-align: left;
}

div.article-content table.contenttoc td {
	padding-left: 2em;
}

div.article-content div.pagenavcounter, div.article-content div.pagenavbar {
	background-color: #ececec;
	text-align: center;
	margin: 0 0 1em;
	font-size: .9em;
}

div.article span.content_rating img {
	margin: 0 .1em;
}

div.article span.content_vote input {
	margin: 0 .2em;
}

div.more-links {
    font-size: .9em;
}

div.more-links p {
    margin-top: 0;
}

div.weblinks-list img {
	margin-right: 1em;
}

#content div.contact {
	overflow: hidden;
	margin-bottom: 1.11em;
}

#content dl.contact {
	clear: none;
	overflow: visible;
}

#content dl.contact dt {
	width: 30%;
}

#content dl.contact dd {
	margin-left: 31%;
}

#content ol.search li {
	list-style-type: none;
	margin-bottom: 1.11em;
}

/*
 * Reguła dla licznika znajduje się na samym dole, ze względu na przerywanie
 * interpretowania stylów przez IE 6 od tego miejsca
 */

#content ol.search h3 {
	text-indent: -2em;
	font-size: 1.05em;
	text-align: left;
}

#content ol.search h3 span.section {
	font-weight: 400;
	color: #9a9a9a;
	font-size: .85em;
}

#content ol.search div.search-content {
	margin-bottom: .5em;
}

#content ol.search div.search-content span.highlight {
	padding: 0;
	border: 0;
	overflow: hidden;
	font-weight: bolder;
}

#content ol.search div.search-footer {
	color: #6d6d6d;
	font-size: 0.85em;
}

#content ol.search h3:before {
    content: counters(search_counter, ".") ". ";
    counter-increment: search_counter;
}

#content div.googlemaps {
	margin: 0 auto;
    padding: 10px;
    border: 1px solid #e1e1e1;
    display: block;
}

#content div.googlemaps a.googlemaps-link {
	display: block;
	text-align: right;
    font-size: .8em;
}

#comments-form input,
#comments-form textarea,
#comments-form input.selected,
#comments-form textarea.selected {
	color: #333;
}

#comments-form .btn,
#comments-form .btn div {
	background-image: none;
}

#comments .comment-body {
	line-height: 115%;
}

#comments-form input,
#comments-form textarea,
#comments-form .grippie,
#comments-list .comments-inline-edit {
	border-color: #cccccc !important;
	outline: none !important;
}

#comments-form input.selected,
#comments-form textarea.selected {
	border-color: #d4d6ef !important;
	background-color: #f0f1ff;
}

#comments .comment-body ul {
	margin: .9em 0 .9em 25px;
}

#comments .comment-body ul br {
	display: none;
}

