/* =simple elements */
#rightSide a:visited, #content a:visited {color: #660033;}
#rightSide a:active, #content a:visited {color: #660033;}
#map_legend a:visited, #infowindow a:visited{color: inherit;}
.clear_link a:visited, #infowindow a:visited{color: inherit;}

#rightSide.gold {
	margin-right: 0px;
}

hr{
  clear: both;
  margin: 5px 0;
  display: block;
}

.pagelayout ul.newsList{
  display: block;
  list-style-type: none;
  display: none;
  padding: 0;
  margin: 0;
}

.pagelayout ul.newsList li{
  margin: 5px 0 0 0;
  display: block;
}

.pagelayout {
	font: 11px/14px Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
}

.pagelayout p { padding: 0; margin: 0 0 1em; line-height: 140%; }
.pagelayout h1 { margin: 0 0 .7em; }
.pagelayout h2, .pagelayout h3 { margin: 0 0 .4em; }
.pagelayout h1, .pagelayout h2, .pagelayout h3, .pagelayout h4 { clear: both; font: bold 110%/100% Verdana, Arial, Helvetica, sans-serif; }

.pagelayout h1 { font-size: 14px; }
.pagelayout h2 { font-size: 13px; margin-top: .5em }
.pagelayout h3 { font-size: 12px; }
.pagelayout h4 { font-size: 11px; }

.pagelayout sup { font-size: 10%; vertical-align: text-top; line-height: .9em; }
.pagelayout small { font-size: 10%; line-height: 140%; }

.button,
.pagelayout img, button, input, select, textarea {
	font: 10px Verdana, Arial, Tahoma, Lucida, Helvetica, sans-serif;
	vertical-align: middle;
	border: 1px solid #779ABC;
	padding: 0px 1px 3px 1px;
}
.button:visited,
.button {
	padding: 2px 3px;
	color: #000;
	text-decoration: none;
}

.pagelayout a { color: #005284; }
/*.pagelayout a:visited { color: #036; }*/

.pagelayout h1 a,.pagelayout h2 a, .pagelayout h3 a, .pagelayout h4 a { color: #000000; }
/*.pagelayout h1 a:visited, .pagelayout h2 a:visited, .pagelayout h3 a:visited , .pagelayout h4 a:visited { color: #000000; }*/
.pagelayout h1 a:hover, .pagelayout h2 a:hover, .pagelayout h3 a:hover , .pagelayout h4 a:hover { text-decoration:none; color: #000000; }

.pagelayout img { border: solid 1px #779abc; text-decoration: none; display: inline; float: left; clear: left; margin: 0 10px 15px 0; }


img.noborder { border: 0px; text-decoration: none; display: inline; float: left; clear: left; margin: 1px 1px 16px 1px; text-align: center;}
.sitemap-list img { float: none; }
.box img { border: 0; margin-bottom: .5em; }
img.right { float: right; clear: right; margin: 0 0 15px 10px; }
* html h1 img,
* html h2 img,
* html h3 img,
* html h4 img { margin-bottom: 0; }


.button, button {
  font: 11px/14px Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	padding: 1px 3px; margin: 0;
	background: #e5eaef;
	border: solid 1px #779abc;
	border-width: 1px 2px 2px 1px;
	text-align: center;
	cursor: pointer;
}
.button:hover, button:hover {
	background: #ccd8de;
}


/* =simple classes */

.pagelayout a.calc, .pagelayout a.apply, .pagelayout a.more {
	padding: 1px 0 1px 20px;
	background: no-repeat;
}
.pagelayout a.calc	{ background-image: url('images/calc.gif'); }
.pagelayout a.apply	{ background-image: url('images/apply.gif'); }
.pagelayout a.more	{ background-image: url('images/more.gif'); }

.pagelayout p.comment-small,
.pagelayout p.comment { color: #999; line-height: 110%; }
.pagelayout p.comment-small { font-size: 80%; line-height: 140%; }

.right { text-align: right; }

.nowrap { white-space: nowrap; }

/* =boxes */
div.box-blue,
div.box {
	margin: 0 0 1em; padding: 3px 4px 4px;
	border: solid 1px #779abc;
}
div.box-blue { background: #e5eaef; }
div.box-blue h2, div.box-blue h3, div.box-blue h4,
div.box h2, div.box h3, div.box h4 {
	font-size: 100%;
	line-height: 120%;
}
h1.title,
h2.title,
h3.title,
h4.title,
div.box-blue .title,
div.box .title {
	/*font-size: 100%;*/
	background: #ccd8de;
	margin-bottom: .6em;
	padding: 3px 4px;
	border-bottom: solid 1px #779abc;
}
h1.title.gold,
h2.title.gold,
h3.title.gold,
h4.title.gold,
div.box-blue .title.gold,
div.box .title.gold {
	background: #a78224;
	color:#fff;
	margin-bottom: .6em;
	padding: 3px 4px;
	border-bottom: solid 1px #8e6f23;
}
h1.title.yellow,
h2.title.yellow,
h3.title.yellow,
h4.title.yellow,
div.box-blue .title.yellow,
div.box .title.yellow {
	background: #C5BC89;
	color:#000;
	margin-bottom: .6em;
	padding: 3px 4px;
	border-bottom: solid 1px #968F69;
}
div.box-blue .title,
div.box .title { margin: -4px -5px 2px; }

/* =tables */
.pagelayout table {
	font-size: 100%;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}
.pagelayout table caption small,
.pagelayout table th small {
	font-weight: normal;
}
.pagelayout table caption small {
	font-size: 80%;
}
.pagelayout table img { border: 0; }
table.small {
	font-size: 70%;
}
.pagelayout th, .pagelayout td {
	text-align: left;
	border: solid 1px #779abc;
	vertical-align: top;
	padding: 2px 5px;
}
.pagelayout caption {
	font-size: 109%;
	margin: 0; padding: 3px 10px;
	font-weight: bold;
	text-align: left;
	background: #ccd8de;
}
.pagelayout thead th, .pagelayout thead td {
	background: #e5eaef;
}
.pagelayout td ul {
	margin: 0; padding: 0 0 0 20px;
}
 td.num { text-align: right; }
 td.indent { padding-left: 20px; }
 tr.odd,
 col.alt { background: #eee; }

table.plus thead th, table.plus thead th {
	border: solid 1px #779abc;
	background: #FFF;
}

table.plus th,
table.plus td {
	border: 0;
}
table.plus .title {
	background: #e5eaef;
}
table.plus .brb td,
table.plus .brb {
	border-bottom: solid 1px #779abc;
}

table.sortable {}
table.sortable th,
table.sortable td {
	border-width: 1px 0;
}
table.sortable thead.double td,
table.sortable thead.double th {
	border-width: 1px;
}
table.sortable tbody th,
table.sortable td {
	border-color: #e5eaef;
}

table.funds thead,
table.funds tbody {
	font-size: 80%;
}
table.funds thead {
	white-space: nowrap;
}
table.funds td {
	text-align: right;
}
table.funds tbody th.group {
	padding-top: 5px;
	line-height: 120%;
	font-weight: bold;
	border-color: #779abc;
	background: #e5eaef;
}
table.funds tbody th {
	font-weight: normal;
}
table.funds td.split {
	border-left: solid 1px #e5eaef;
}

/* =lists */
.pagelayout ul, .pagelayout ol { margin: 0 0 1.6em 2em; padding: 0; line-height: 140%;}
.pagelayout ol { margin-left: 3em; }
/*.pagelayout ul { list-style-type: disc; }*/
.pagelayout ol { list-style: decimal; }
.pagelayout ol ol {
	margin: 0 0 1.2em 24px;
	list-style: lower-alpha;
}
.pagelayout ul ul{ margin-bottom: 0; }
.pagelayout li { margin: 2px 0px 2px 0px; padding: 0;}

//* html .pagelayout li { margin: 2px 0 2px 0; padding: 0; border-bottom:1px solid white;}

.pagelayout dl { margin: 0 0 1em; }
.pagelayout dd { margin: 0 0 .3em 20px; }
.pagelayout dt { margin: 0; font-weight: bold; }

.pagelayout dl.compact dt {
	float: left;
	clear: left;
	margin-right: 10px;
}
.pagelayout dl.compact ul {
	clear: left;
}

.pagelayout ul.date-list li {
	margin-left: 30px;
}
.pagelayout ul.date-list li small {
	position: relative;
	margin-left: -30px;
}


/* =forms */
.pagelayout form { margin: 0; padding: 0; }
fieldset { margin: 0; padding: 0; border: 0; }
.pagelayout form fieldset.list,
.pagelayout form .field {
	overflow: hidden;
	clear: both;
	position: relative;
	left: 2%;
	width: 96%;
	padding: 0 0 1em;
}
.pagelayout form div.box {
	padding-top: 1em;
}
.pagelayout form div.box .title {
	position: relative;
	margin-bottom: 0;
	margin-top: 0;
	top: -1.2em;
}
.pagelayout form div.submit {
	text-align: right;
	margin: 0 10px 1em;
}
.pagelayout form .field label {
	display: inline;
	float: left;
	width: 30%;
	margin-right: 2%;
	padding: 2px 0;
	text-align: right;
	line-height: 140%;
}
.pagelayout form .field select { width: 53%; font-size: 1em; }
.pagelayout form .field input { width: 50%; font-size: 1em; padding: 2px 3px; }
.pagelayout form .field textarea { width: 96%; padding: 5px; height: 80px; overflow: auto; }
.pagelayout textarea { font-size: 1em; }
.pagelayout form div.long label {
	display: block;
	float: none;
	width: auto;
	text-align: left;
}
.pagelayout form .long input,
.pagelayout form .long select {
	margin-left: 32%;
}
.pagelayout form .check label {
	width: auto;
	float: none;
	text-align: left;
}
.pagelayout form .check input {
	width: auto;
	height: auto;
}

.pagelayout fieldset.list legend {
	color: #000;
	margin-bottom: .3em;
}
.pagelayout form .check label,
.pagelayout fieldset.list label {
	display: block;
	margin: 0 10px .3em;
	padding-left: 25px;
	text-indent: -25px;
}
.pagelayout fieldset.list br {
	display: none;
}

/* =form requirements */
.pagelayout div.error-list .title {
	background: #d8db7f url('images/incorrect.gif') no-repeat 5px 50%;
	border-color: #a9af00;
	padding-left: 25px;
}

/* =other forms */
#rightSide form label {
	float: none;
	display: block;
	width: auto;
	text-align: left;
}
#rightSide form input {
	/*width: 92%;*/
}
#rightSide form select {
	width: 97%;
}

/* =javascript */
html.js .js-hidden { display: none; }
html.js .js-img img { border: 0; float: none; clear: none; margin: 0; }
html.js .js-img { white-space: nowrap; }

#searchResults h2 {
	font-size: 110%;
	line-height: 120%;
	font-weight: normal;
}

.tpl-wrap2 p {
	display: inline;
	float: left;
	width: 50%;
}
.tpl-wrap2 img {
	margin: 0 10px 10px 0;
}

.tpl-wrap2 p br { display: none; }
.tpl-wrap2 p span,
.tpl-wrap2 p strong {
	display: block;
	margin: .5em 15px 1em 0;
}

/*-------------------------------------------------------------------
  style dopisane*/

.iconb1:hover, .iconb2:hover {
background:#CCD8DE none repeat scroll 0%;
}
.iconb1, .iconb2 {
background:#E5EAEF none repeat scroll 0%;
border-color:#779ABC;
}
.iconb1, .icong1, .icond1 {
border:1px solid #779ABC;
height:12px;
margin:2px;
padding:2px;
width:15px;
}


ul.nomarker{
	display: block !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

ul.nomarker li{
  display: block !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  border: 1px solid #fff;
}

.reslink{
  margin: 0 2px 0 0;
  text-decoration: none;
}

li .reslink{
  display: block;
  /*position: relative;*/
  padding-left: 20px;
}

ul.arrows {
	list-style-image: url(/_items/old/upload/bd2720fffb731ef69eef013dee20351c.gif);
}

/*ul.arrows li .reslink{
  padding-left: 0;
}*/

ul ul li {
	list-style-type: circle;
}

.reslink span.restext{
  text-decoration: underline;
}

.reslink span.ressize{
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

.reslink img{
  top: 0;
  border: 0;
  /*border-right: 3px solid #fff !important;*/
  vertical-align: middle;
  text-decoration: none;
  margin: 0;
  margin-right: 3px !important;
}


ul .reslink img{
  /*position: absolute;*/
  margin-left: -20px;
  /*left: 0;*/
/*  #left: -20px;*/
}


ul#arrows .reslink img{
  /*position: absolute;*/
  margin-left: 0;
  /*left: 0;*/
/*  #left: -20px;*/
}


img.leftImg, a.leftImgLink{
  clear: both;
  float: left;
  margin: 0 20px 10px 0;
  border: none;
  padding: 0;
}

a.leftImgLink img{
  border: none;
}

span.leftText{
  float: left;
}

span.rightText{
  float: right;
}

img.rightImg, a.rightImgLink{
  clear: both;
  float: right;
  margin: 10px 0 10px 20px;
  border: none;
  padding: 0;
}

a.rightImgLink img{
  border: none;
}

#sitemap{
  margin: 0px 15px 0px 15px;
}



ul.sitemap{
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
}

ul.sitemap, ul.sitemap ul, #sitemap ul{
	display: block;
	list-style-position: outside;
	list-style-type: none;
	border-left: 1px solid #779ABC;
}

ul.sitemap ul{
	position: relative;

	#top: -2px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

ul.sitemap li{
	position: relative;
	left: -4px;
	top: 4px;
	display: block;
	background-image: url("images/tree_li.gif");
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 5px 0px 0px 23px;
	#padding: 0px 0px 0px 23px;
	margin: 4px 0px 0px 0px;

}

ul.sitemap li.last{
	background-color: #fff;
	background-image: url("images/tree_li_last.gif");
	background-position: 0px 0px;
}

#asearch, .asearch{

}

#asearch ul, .asearch ul{
  list-style-position: outside;
	list-style-type: none;
}

.searchmenu{
  text-align: center;
}

.searchmenu ul{
  display: inline;
  margin: 0;
}

.searchmenu li{
  display: inline;
  margin: 0 5px 0 0;
}

.searchmenu li a{
  color: #999;
}

.link img{
  border: 0;
}

span.linksender, span.mailsender{
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
  color: #003366;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-image: url("images/icon_new_mail.gif");
}

span.linksender, span.mailsender{
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
  color: #003366;
  /*padding-left: 20px;*/
	padding:2px 0 5px 20px;
  background-repeat: no-repeat;
  background-image: url("images/icon_new_mail.gif");
}

span.audio_link, span.video_link{
  display: block;
  padding: 4px 0;
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
  color: #003366;
  padding-left: 32px;
  background-repeat: no-repeat;
}
span.audio_link{

  background-image: url("images/icon_large_audio.gif");
}

span.video_link{
  background-image: url("images/icon_large_video.gif");
}


img.mailsender{
  cursor: pointer;
  cursor: hand;
}


.drgWin{
  position: absolute;
  left: 220px;
  top: 180px;
  display: block;
  border:1px solid #779ABC;
  background-color: #fff;
  z-index: 10000;
}

.drgWin div{
  text-align: left;
  margin: 0;
  padding: 0;
  /*border: 1px solid #f00;*/
}

.drgWin form{
  /*margin: 10px;*/
  padding: 10px;
  display: block;
}

.drgWin label, .drgWin input, .drgWin textarea, .drgWin button{
  margin: 0;
}

.drgWin .msgBox{
  margin: 10px;
  text-align: left;
}

.drgWin h3.title{
  position: relative;
  margin: 0;
  text-align: left;
}

.drgWin h3.title span.close{
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
  cursor: hand;
  margin: 0;
  padding: 0;
}

.drgWin h3.title span.close img{
  background:#E5EAEF none repeat scroll 0%;
  border:1px solid #779ABC;
  height:10px;
  padding:1px;
  width:13px;
  margin: 0;
}

.imageHolderLeft img{
border:1px solid #779ABC;
float:left;
margin:0pt 20px 10px 0pt !important;
}
.imageHolderLeft.gold img{
	margin-right:10px !important;
	border:0 none;
}

.imageHolderLeft h2, .imageHolderLeft h3, .imageHolderRight h2, .imageHolderRight h2 {
margin-top:0px !important;
}

.imageHolderRight img{
border:1px solid #779ABC;
float:right;
margin:0pt 20px 10px 0pt !important;
}

img.noborder, div.noborder{
  border: none;
}

.popuplink{
  cursor: pointer;
  cursor: hand;
/*  text-decoration: underline;*/
  color: #003366;
}

.popuplink img{
  margin-right: 5px;
  vertical-align: middle;
}

td.imgcell{
  padding: 0;
}

td.imgcell img{
  margin: 0;
}

table.invisible{
  border: none;
  margin: 0;
  background: none;
}

table.invisible td{
  padding: 0;
  margin: 0;
  border: none;
}

#placeForm{
  margin: 10px 0;
}

// nutka

.pagelayout a.nutka{
  background-image:url(/_items/old/img/nutka_czerwona.jpg);
}
.pagelayout a.nutka{
  background:transparent none no-repeat scroll 0%;
  padding:1px 0pt 1px 20px;
  border: 0px;
  marging: 0px;
  float: none;
}


ul.newsListSwitch{
	display: block;
	list-style-position: outside;
	list-style-type: none !important;
}

li.newsListYearClosed, li.newsListYearOpened{
  display: block;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 5px 0px 0px 17px;
	#padding: 0px 0px 0px 17px;
	margin: 0px 0px 0px 0px;

}

li.newsListYearClosed{
  background-image: url("images/icon_folder_close.gif");
}

li.newsListYearOpened{
  background-image: url("images/icon_folder_open.gif");
}

ul.newsListSwitch ul{
  margin: 5px 10px 10px 10px !important;
}

ul.newsListSwitch span{
  cursor: hand;
  cursor: pointer;
  font-weight: bold;
}

.box_style{
  width: 168px;
  background: url(/_items/boxy/background.jpg) repeat-y;
  margin-bottom:10px;
}
.gold .box_style, .box_style.gold{
  background: url(/_items/boxy/background_gold.jpg) repeat-y;
  margin-bottom:10px;
  width: 168px;
}


.box_res{
  padding-bottom: 10px;
}

.box_style .top {
  height: 35px;
  background: url(/_items/boxy/top_pojedyncze.jpg) no-repeat;
  color: #FFFFFF;
  padding-left: 15px;
  padding-top: 5px;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gold .box_style .top, .box_style.gold .top {
  background: url(/_items/boxy/top_pojedyncze_gold.jpg) no-repeat;
  color: #FFFFFF;
  padding-left: 15px;
  padding-top: 5px;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 35px;
}

.box_style .content {
    font-size: 11px;
    color: #0b5788;
    padding: 0px 10px 10px 10px;
    margin: -10px 1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.box_style .content p{
    font-size: 11px;
    color: #0b5788;
    padding: 0px 10px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin:0px 0px 5px -10px;
}

.box_style .content a{
    font-size: 11px;
    color: #0b5788;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.box_style .content a.nounderline {
    text-decoration: none;
}

.box_style .content a#underline{
    font-size: 11px;
    color: #0b5788;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.box_style .content a:hover{
    font-size: 11px;
    color: #0b5788;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.box_style .content ul{
  list-style-type: none;
  list-style-image: none;
  color: #0b5788;
  margin:0px;
}

.box_style .content ul#list{
  background: url(/_items/boxy/box_bottom.jpg) no-repeat 0px bottom;
  margin:-11px;
  padding-bottom: 5px;
  padding-top:2px;
}
.gold .box_style .content ul#list{
  background: url(/_items/boxy/box_bottom_gold.jpg) no-repeat 0px bottom;
  margin:-11px;
  padding-bottom: 5px;
  padding-top:2px;
}

.box_style .content ul li {
  background:transparent url(/_items/boxy/separator.jpg) no-repeat scroll 0px 100%;
  color: #0b5788;
  padding-bottom:5px;
  padding-left:15px;
}

.box_style .content li {
  padding-bottom:0px;
  color: #0b5788;
}

.box_style .bottom {
    height: 35px;
    background: url(/_items/boxy/box_bottom.jpg) no-repeat 0px bottom;
}
.gold .box_style .bottom, .box_style.gold .bottom {
    background: url(/_items/boxy/box_bottom_gold.jpg) no-repeat 0px bottom;
    height: 35px;
}

.box_style .bottom img{
   border:0px;
   padding:0px;
   margin:0px 11px;
   padding-top:5px;
}

.box_style.poll .question{
	color:#000000;
	display:block;
	font-size:11px;
	margin:10px 0;
	font-weight:bold;
}
.box_style.poll .bottom{
	text-align:center;
	padding:10px 0;
}
.box_style.poll .bottom img, .poll.full .bottom img{
	cursor:pointer;
}
.box_style.poll li{
	background-image:none !important;
	padding:0 !important;
	background-color:#e5eaee !important;
	color:black !important;
	padding:4px 1px !important;
	border:1px solid #fff;
}
.box_style.poll li label{
	display:block;
	height:20px;
}
.box_style.poll li input{
	padding:0;
	margin:2px 5px 0 3px;
	float:left;
}
.box_style.poll .result-bar{
	background-color:#fff;
	font-size:1px;
	display:block;
	padding:3px;
}
.box_style.poll .result-bar .bar{
	background-color:#7799bc;
	display:block;
	height:9px;
	font-size:1px;
}
.box_style.poll .result-options{
	padding:4px !important;
	list-style:none !important;
}
.box_style.poll .result-options .label{
	display:block;
	margin-bottom:3px;
}
.box_style.poll .bottom.results, .box_style.poll .bottom.results span{
	font-size:11px !important;
	color:#9a9a9a;
	text-align:left;
	line-height:1em;
	padding-left:14px;
}
.box_style.poll .bottom.results span{
	padding:0;
}
.poll .poll-results-cont, .poll .poll-options-cont{
	display:none;
}
.poll .poll-results.content{
	margin-top:0 !important;
}
.poll input.inputtype1, .poll input.inputtype2{
	border:0 none;
	padding:0;
	margin:0;
}


.poll.full{
	
}
.poll.full .header{
	font-weight:bold;
	line-height:30px;
}
.poll.full .question .text{
	font-weight:bold;
}
.poll.full .question .options{
	
}
.poll.full .question .options input, .poll.full .question .options label{
	width:auto;
	font-size:1em;
}
.poll.full .question .options label{
	padding-right:10px;
}
.poll.full .question .options .openquestion{
	width:100%;
}
.poll.full .pages{
	display:none;
}
.poll.full .pages.page0{
	display:block;
}
.poll.full .bottom.pagination{
	display:block;
	height:35px;
}
.poll.full .bottom.pagination ul{
	list-style:none;
}
.poll.full .bottom.pagination ul li{
	cursor:pointer;
	display:block;
	float:left;
	list-style:none outside none;
	margin:2px;
	padding:3px;
	background-color:#E5EAF0;
	border-color:#7A99B6;
	border-style:solid;
	border-width:1px;
}
.poll.full .bottom.pagination ul li.onPageQuestions{
	cursor:default;
	margin-left:10px;
}

/* IE hack for empty div height */
html .box_style .bottom {
   font-size: 1px;
   line-height: 1px;
}

.box_banking {
  width: 168px;
  background: url(/_items/boxy/ebanking_content.jpg) repeat-y;
  margin-bottom:10px;
}

.box_banking .top {
  height: 32px;
  background: url(/_items/boxy/ebanking_top.jpg) no-repeat;
  color: #FFFFFF;
  padding-left: 15px;
  padding-top: 5px;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.box_banking .content {
  font-size: 11px;
  color: #0b5a8c;
  padding: 0px 10px 10px 10px;
  margin: -10px 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.box_banking .content .no-list{
  list-style-type:none;
  margin:0px;
}

.box_banking .content a#underline{
  font-size: 11px;
  color: #98650d;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

.box_banking .bottom {
  height: 6px;
  background: url(/_items/boxy/ebanking_bottom.jpg) no-repeat;
}

.box_banking .content img{
  border:0px;
  margin:0px;
  padding:0px;
}

.box_banking .content img#nutka{
  border:0px;
  margin:-13px 0px 0px 125px;
}

/* IE hack for empty div height */
html .box_banking .bottom {
  font-size: 1px;
  line-height: 1px;
}

.box_style .content ul li.no_border {
 background:none;
}

.box_style .content ul#list_info{
  margin:-11px;
  padding-bottom: 5px;
}

/* zmiany katarzyna tyl*/
.box_style .content ul.list_info{
  margin:-11px;
  padding-bottom: 5px;
}
.box_style .infolinia {
    height: 35px;
}
.box_style .infolinia img{
   border:0px;
   padding:0px;
   margin:0px 11px;
   padding-top:5px;
}
li#online {
 padding-top: 5px;
 background:none;
}
/*koniec zmian kt*/

.link_text {
 float:left;
 text-decoration:none;
 padding-right:4px;
}

.box_banking .content .no-list li{
  background:transparent url(/_items/boxy/ebanking_separator.jpg) no-repeat scroll 4px 100%;
  color: #0b5788;
  padding-bottom:5px;
  padding-left:15px;
}

.box_banking {
  background:transparent url(/_items/boxy/ebanking_content.jpg) repeat-y scroll 0 0;
  margin-bottom:10px;
  width:168px;
}

.box_banking .top {
  background:transparent url(/_items/boxy/ebanking_top.jpg) no-repeat scroll 0 0;
  color:#FFFFFF;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  height:35px;
  padding-left:15px;
  padding-top:5px;
}

.box_style .top_podwojny {
  background:transparent url(/_items/boxy/top_podwojne.jpg) no-repeat scroll 0 0;
  color:#FFFFFF;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  height:48px;
  padding-left:15px;
  padding-top:5px;
}
.gold .box_style .top_podwojny, .box_style.gold .top_podwojny {
  background:transparent url(/_items/boxy/top_podwojne_gold.jpg) no-repeat scroll 0 0;
  color:#FFFFFF;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  height:48px;
  padding-left:15px;
  padding-top:5px;
}

.box_banking .content {
  color:#0B5788;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  margin:-10px 1px;
  padding:0 10px 10px;
}

.box_banking .content ul#list {
  background:transparent url(/_items/boxy/ebanking_bottom.jpg) no-repeat scroll 0 bottom;
  margin:-11px;
  padding-bottom:5px;
  padding-top:2px;
}

.box_banking .content ul {
  color:#0B5788;
  list-style-image:none;
  list-style-type:none;
  margin
}

.box_banking .content ul li {
  background:transparent url(/_items/boxy/ebanking_separator.jpg) no-repeat scroll 4px 100%;
  color:#0B5788;
  padding-bottom:5px;
  padding-left:15px;
}

.box_banking .content a {
  color:#0B5788;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:normal;
}

.box_banking .content ul li.no_border {
  background:transparent none repeat scroll 0 0;
}

.pagelayout img.klucz {
 border: 0px none;
 text-decoration:none;
 clear:none;
 padding-right:5px;
 padding-top:4px;
}

/*nowe*/


.blue_box {
  width: 168px;
  margin-bottom:10px;
}

.blue_box p {
  padding-top:5px;
}

.blue_title {
  height: 49px;
  background: url(/_items/boxy/top_podwojne.jpg) no-repeat bottom;
  color: #FFFFFF;
  padding-left: 15px;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gold .blue_title {
  background: url(/_items/boxy/top_podwojne_gold.jpg) no-repeat bottom;
  color: #FFFFFF;
  padding-left: 15px;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 49px;
}

.blue_title_line {
  height: 36px;
  background: url(/_items/boxy/top_pojedyncze.jpg) no-repeat bottom;
  color: #FFFFFF;
  padding-left: 15px;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gold .blue_title_line {
  background: url(/_items/boxy/top_pojedyncze_gold.jpg) no-repeat bottom;
  color: #FFFFFF;
  padding-left: 15px;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 36px;
}


.blue_content {
  width: 168px;
  background: url(/_items/boxy/background.jpg) repeat-y;
  font-size: 11px;
  color: #0b5788;
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-bottom:1px;
}
.gold .blue_content {
  background: url(/_items/boxy/background_gold.jpg) repeat-y;
  font-size: 11px;
  color: #0b5788;
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-bottom:1px;
  width: 168px;
}

.blue_content p {
  width: 168px;
  font-size: 11px;
  color: #0b5788;
  padding-left:10px;
  padding-right:10px;
  line-height:10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blue_bottom {
  height: 5px;
  margin:0px;
  background: url(/_items/boxy/box_bottom.jpg) no-repeat 0px center;
  font-size:0px;
  line-height:0px;
}
.gold .blue_bottom {
  background: url(/_items/boxy/box_bottom_gold.jpg) no-repeat 0px center;
  font-size:0px;
  line-height:0px;
  height: 5px;
  margin:0px;
}

.blue_box .blue_content ul {
  color:#0B5788;
  list-style-image:none;
  list-style-type:none;
  margin:0px;
}

.blue_box .blue_content ul li {
  background:transparent url(/_items/boxy/ebanking_separator.jpg) no-repeat scroll 4px 100%;
  color:#0B5788;
  padding-bottom:5px;
  padding-left:15px;
  margin:0px;
}

.blue_box .blue_content li.no_list{
  background:transparent none repeat scroll 0 0;
  padding-bottom:1px;
}

.blue_box .blue_content ul li a
{
  display: inline-block;
  background: url(/_items/boxy/strzalka.gif) right 5px no-repeat;
  padding-right: 15px;
  margin-right: 13px;

}

.pagelayout img.strzalka {
 border: 0px none;
 text-decoration:none;
 margin:2px 4px auto;
 padding:2px 4px auto;
 float:none;
 clear:none;
}

.link_box {
 text-decoration:underline;
 float:left;
 cursor:hand; /* nie ma czegoś takiego jak cursor: hand */
}

.link_box2 {
 text-decoration:underline;
}

/* IE hack for empty div height */
html .box_banking .bottom {
  font-size: 1px;
  line-height: 1px;
}
/* kalendarium */
div.news p.date {color: #999;}
div.news {border-bottom: 1px solid #7799BC;}
div.news.last {border-bottom-width: 0;}
div#rightSide div.box_style.kalendarium div.content {padding: 0; overflow: hidden; margin: -10px 0 0 0;}
div#rightSide div.box_style.kalendarium div.content ul {overflow: hidden; width: 170px; background: transparent url('/_items/boxy/separator.jpg') no-repeat 0 top; padding: 0 5px;}
div#rightSide div.box_style.kalendarium div.content ul li {background: transparent none; float: left; font-size: 9px; padding: 0; color: #999;}
div#rightSide div.box_style.kalendarium div.content ul li.selected {color: #c60;}
div#rightSide div.box_style.kalendarium div.content ul li.col_1 {width: 65px;}
div#rightSide div.box_style.kalendarium div.content ul li.col_2 {width: 47px;}
div#rightSide div.box_style.kalendarium div.content ul li.col_3 {width: 55px;}
div#rightSide div.box_style.kalendarium div.content ul li a {font-size: 9px; text-decoration: none;}
div#rightSide div.box_style.kalendarium div.content a.year.prev, div#rightSide div.box_style.kalendarium div.content a.year.next {text-indent: -5000px; width: 40px; height: 20px; margin: 0 0 0 auto; display: block; float: left; background-color: transparent; background-position: right center; background-image: url('/_items/css/images/kalendarium-year-prev.png'); background-repeat: no-repeat;}
div#rightSide div.box_style.kalendarium div.content a.year.next {background-position: left center; margin: 0 auto 0 0; background-image: url('/_items/css/images/kalendarium-year-next.png');}
div#rightSide div.box_style.kalendarium div.content p.year {float: left; margin: 0; line-height: 20px;}

/* calendar */
div#rightSide div.box_style.kalendarium div.content ul li.Ccol_1 {width: 48px;}
div#rightSide div.box_style.kalendarium div.content ul li.Ccol_2 {width: 58px;}
div#rightSide div.box_style.kalendarium div.content ul li.Ccol_0 {width: 61px;}

/** paginator **/
ul.paginator {height: 23px !important; margin: 10px 0 !important; line-height: 23px !important; list-style-type: none !important; display: block !important; text-align: center !important; width: auto !important;}
ul.paginator li {position: static !important; background: none !important; clear: both !important; min-height: none !important; float: none !important; width: 23px !important; height: 100% !important; display: inline !important; color: #9d9d9d !important; padding: 0 !important; margin: 0 !important;}
ul.paginator li a:link, ul.paginator li a:visited {text-decoration: none;}
ul.paginator li a:hover, ul.paginator li a:active {text-decoration: underline;}
ul.paginator li a, ul.paginator li em {clear: none !important; font-weight: normal !important; height: 100% !important; display: -moz-inline-box !important; display: inline-block !important; text-align: center !important;}
ul.paginator li.selected em {color: #000 !important; font-style: normal !important;}
ul.paginator li.next, ul.paginator li.previous {width: auto !important; padding: 0 10px !important;}
ul.paginator li.next a, ul.paginator li.previous a {width: auto !important;}

/** Newsletter box **/
div.newsletter p.info {margin: 0; padding: 5px; color: #003366;}
div.newsletter ul.errors li {color: #f00; font-weight: bold; background-image: none; padding: 0 5px;}
div.newsletter div.content {margin: 0;}
form#newsletter {margin: 0; padding: 0;}
form#newsletter fieldset {margin: 0 auto; padding: 0; border-width: 0; width: 150px; position: relative; overflow: hidden;}
form#newsletter fieldset p {margin: 0; padding: 0;}
form#newsletter fieldset p label {display: none;}
form#newsletter fieldset p input {float: left; height: 12px; margin: 2px 0; padding: 2px; width: 100px;}
form#newsletter fieldset p input.submit {background: transparent url('/_items/css/images/button-ok.png') no-repeat 0 0; width: 36px; height: 21px; cursor: pointer; border-width: 0; text-indent: -5000px; float: right; line-height: 0; padding: 0; margin: 0;}

/** Press Office **/
ul.pressoffice {margin: 0 !important; list-style-type: none !important; width: 100%; overflow: hidden;}
ul.pressoffice li {float: left; width: 120px; height: 160px; padding: 10px; position: relative;}
ul.pressoffice li img {display: block; padding: 1px; border: 1px solid #779ABC;}
ul.pressoffice li ul {margin: 0 !important; list-style-type: none;}
ul.pressoffice li ul li {background: transparent url('/_items/css/images/type_none.png') no-repeat 0px 7px; padding: 5px 0 0 20px; width: auto; height: auto;}
h3.pressoffice.collapsed, h3.pressoffice.expanded {color: #005284; line-height:20px; padding-left:15px;}
h3.pressoffice.collapsed {background: transparent url('/_items/css/images/icon_b_collapse.gif') no-repeat left center;}
h3.pressoffice.expanded {background: transparent url('/_items/css/images/icon_b_expand.gif') no-repeat left 5px;}
form#pressoffice_contact p {clear: both; width: 100%; overflow: hidden;}
form#pressoffice_contact p label {display: block; float: left; width: 100px;}
form#pressoffice_contact p input, form#pressoffice_contact p textarea {display: block; float: left; width: 300px;}
form#pressoffice_contact p select {display: block; float: left; width: 300px;}
form#pressoffice_contact p input.submit {width: 50px; margin-left: 100px; border-width: 1px;}
form#pressoffice_contact ul.errors li {color: #f00;}
p.errors {color: #f00; font-weight: bold;}
form#pressoffice_contact p input.errors, form#pressoffice_contact p select.errors, form#pressoffice_contact p textarea.errors {background-color: #fbb; border: 1px solid #f00;}

/** searchbox **/
form#searchbox, form#searchbox fieldset {margin: 0; padding: 0;}
div.search div.content {margin: 0; padding: 0 0 0 7px;}
form#searchbox fieldset p {width: 100%; overflow: hidden;}
form#searchbox fieldset p.text label {display: none;}
form#searchbox fieldset p.text input {float: left; width: 100px; margin: 2px 5px 0 5px;}
form#searchbox fieldset p.text, form#searchbox fieldset p.submit {float: left; width: auto; padding: 0; margin: 5px 0;}
form#searchbox fieldset p.date label {float: left;}
form#searchbox fieldset p.date select {width: 40px; float: left; margin: 0 2px;}
form#searchbox fieldset p input.submit {background: transparent url(/_items/css/images/button-ok.png) no-repeat scroll 0 0; border-width: 0; cursor: pointer; float: right; height: 21px; line-height: 0; margin: 0 5px 0 0; padding: 0; text-indent: -5000px; width: 36px;}


/** overall **/
a:focus {outline-style: none;}

.mala_czcionka td {
font-size:9px !important;
}


.adserver-noborder img{ border:0 none; }

h2.blue, h2.blue a, h2.blue a:visited{ font-size:13px; color:#005284 !important; text-decoration:none; }
table.person-view td { vertical-align:top; }
table.person-view td h2 { margin:0 0 5px; }
table.person-view td img { margin-right:15px; }

td.td-bm-logo a img {
	margin: 10px 10px 0 10px;
}

/* nieruchomosci */
.boxes_big {
	width: 624px;
	height: 194px;
}
.boxes {
	width: 624px;
	height: 155px;
}
.boxes .box_text, .boxes_big .box_text{
	margin-left:115px;
}
.box_bcg1{
	background:url('/_items/new/img/box_bcg1.png') no-repeat scroll left top transparent;
}
.box_bcg2{
	background:url('/_items/new/img/box_bcg2.png') no-repeat scroll left top transparent;
}
.box_bcg3{
	background:url('/_items/new/img/box_bcg3.png') no-repeat scroll left top transparent;
}
.box_bcg4{
	background:url('/_items/new/img/box_bcg4.png') no-repeat scroll left top transparent;
}
.boxes h2, .boxes_big h2 {
	color:#0268ab;
	font-size:18px;
	padding:0;
	margin:15px 0px;
}
.box_text li {
	background: url("/_items/new/img/short_menu_point.gif") no-repeat scroll left top transparent;
	margin: 0;
}
.box_text li a {
	color:#0067ac;
}
.boxes_big p, .boxes p {
	clear:both;
}
/* nieruchomosci end */
/* tabela wykresy */
table#wykresy {
	width:100%;
}
table#wykresy thead td {
	background:#E5EAEF;
}
table#wykresy, table#wykresy td {
	border:1px solid #779ABC;
	padding:2px 5px;
	vertical-align:top;
	border-collapse:collapse;
}
table#wykresy a, table#wykresy img {
	border:none;
	width:100px;
	margin-left:10px;
}
