/* Comment element properties */

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a.side {
	color: #000;
	text-decoration: none;
}

a:hover.side {
	color: #000;
	text-decoration: underline;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-image:url('images/bg_h_2.gif');
	margin: 0px;
}

hr {
	height: 1px;
	border: 1px solid #eee;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #f6a504;
	background-image: url(images/button.gif);
	height: 20px;
	border: 1px solid #000;
	margin-top: 2px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 2px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
}

/* Header and footer properties */

.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #555;
	background-image: url(images/subheader-mid.gif);
	padding: 7px 5px 8px 5px;
}

.sub-header-left {
	width: 3px;
	height: 28px;
	background-color: #555;
	background-image: url(images/subheader-left.gif);
}

.sub-header-right {
	width: 3px;
	height: 28px;
	background-color: #555;
	background-image: url(images/subheader-right.gif);
}

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #fff;
	padding: 5px 0 10px 0;
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background-color: #fff;
	padding: 5px;
}

.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #555;
	padding: 4px 4px 5px 4px;
}

.main-body {
	font-size: 11px;
	color: #555;
	
	border: 1px solid #ddd;
	padding: 4px;
}

/* Side-Panel properties */


.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #777;
	background-color: #fff;
	padding: 10px 10px 10px 0;
	width: 175px;
}

.side-border-right {
	color: #777;
	
	padding-left:5px;
	padding-right:10px;
	width: 264px;
}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-color: #555;
	background-image: url(images/side.gif);
  background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
}

.scapmain-left {
	width: 3px;
	height: 24px;
	background-color: #555;
	background-image: url(images/side-left.gif);
}

.scapmain-right {
	width: 3px;
	height: 24px;
	background-color: #555;
	background-image: url(images/side-right.gif);
}

.side-body {
	font-size: 10px;
	color: #555;
	background-color: #fff;
	background-image: url(images/gradient.gif);
  background-repeat: repeat-x;
	border: 1px solid #ddd;
	padding: 4px;
}

/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 10px;
	color: #555;
	background-color: #f1f1f1;
	border-width: 0 1px 1px 1px;
	border-color: #ddd;
	border-style: solid;
	padding: 3px 4px 4px 4px;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #555;
	background-image: url(images/cap.gif);
  background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
}

.capmain-left {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(images/cap-left.gif);
}

.capmain-right {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(images/cap-right.gif);
}

.main-bg {
	color: #555;
background:#F1EFEC;

}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #e1e1e1;
}

.tbl {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #555;
	background-color: #f1f1f1;
	padding: 4px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #bbb;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #04688d;
}

.shoutboxname {
	font-weight: bold;
	color: #04688d;
}

.shoutbox {
	color: #777;
}

.shoutboxdate {
	font-size: 10px;
	color: #888;
}
.button_sb{
width:77px;
height:31px;
background-image:url('images/wyslij_sb.png');
border:0px;
background-repeat:no-repeat;
}
.textbosb
{
width:153px;
height:69px;
background-image:url('images/text_sb.png');
border:0px;
background-repeat:no-repeat;
}
.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}
img{border:0px;}
/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #555;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #f6a504;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #f6a504;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #f6a504;
	margin: 2px;
	text-decoration: none;
}
/*  nowe */
.bottom_button{background-image:url('images/bottom_button.png');background-repeat:no-repeat;width:913px;height:61px;background-position:center;}
.news_top2{background-image:url('images/news_top.png');background-repeat:no-repeat;padding-left:10px;width:618px;height:41px;background-position:center;}
.news_bottom{background-image:url('images/news_bottom.png');background-repeat:no-repeat;width:622px;height:14px;background-position:center;}
.news_top{background-image:url('images/news_top.png');background-repeat:no-repeat;padding-left:10px;width:618px;height:41px;background-position:center;}
a.side_login{color:#fff;text-decoration:none;}
a:hover.side_login{text-decoration:underline;}
.panel_top{background-image:url('images/panel_top.png');background-repeat:no-repeat;width:276px;height:32px;}
.button_login{background-image:url('images/button_zaloguj.png');background-repeat:no-repeat;border:0px;height:28px; width:76px;}
.input_login{background-image:url('images/input_login.png');background-repeat:no-repeat;border:0px;height:22px; width:114px;color:#8A8A8A;}
#t1{background-image:url('images/n_02.gif');background-repeat:no-repeat;width:649px;height:149px;}
#t2{background-image:url('images/n_03.gif');background-repeat:no-repeat;width:265px;height:140px;}
#t3{background-image:url('images/n_05.gif');background-repeat:no-repeat;width:265px;height:28px;}
#t4{background-image:url('images/n_07.gif');background-repeat:no-repeat;width:265px;height:71px;}
#t5{background-image:url('images/n_06.gif');background-repeat:no-repeat;width:649px;height:61px;}
#t6{background-image:url('images/n_08.gif');background-repeat:no-repeat;width:649px;height:29px;}
#pasek{background-image:url('images/pasek.png');background-repeat:no-repeat;width:910px;height:13px;margin-left:-3px;}
#t7{background-image:url('images/p_01.png');background-repeat:no-repeat;width:240px;height:112px;float:left;}
#t8{background-image:url('images/p_02.png');background-repeat:no-repeat;width:254px;height:147px;float:left;}
#t9{background-image:url('images/p_03.png');background-repeat:no-repeat;width:400px;height:147px;float:left;}
#bg_h_1
{
background-image:url('images/bg_h_1.gif');
background-repeat:repeat-x;
height:149px;
}

.idTabs {  }
      .idTabs ul {margin-top:-11px;padding-left:5px;}
      .idTabs li { list-style:none; margin-top:28px;/*Try deleting this float*/ float:left; }
        .idTabs a.b11{ padding-top:10px;padding-bottom:22px; padding-left:10px; border:0px; text-decoration:none;background-image:url('images/b_01.png');background-repeat:no-repeat;background-position:center; }
      .idTabs a.selected.b11{ border:0px;padding-left:10px;border-top:2px solid #22A5D0; padding-top:10px;padding-bottom:22px;color:#000;background:#E3DED9;background-image:url('images/b2_01.png');background-repeat:no-repeat;background-position:center;}
      .idTabs a.b12{ padding-top:10px;padding-bottom:22px;  border:0px; text-decoration:none;background-image:url('images/b_02.png');background-repeat:no-repeat;background-position:center; }
      .idTabs a.selected.b12{ border:0px;border-top:2px solid #22A5D0; padding-top:10px;padding-bottom:22px;color:#000;background:#E3DED9;background-image:url('images/b2_02.png');background-repeat:no-repeat;background-position:center;}
     .idTabs a.b13{ padding-top:10px;padding-bottom:22px;  border:0px; text-decoration:none;background-image:url('images/b_03.png');background-repeat:no-repeat;background-position:center; }
      .idTabs a.selected.b13{ border:0px;border-top:2px solid #22A5D0; padding-top:10px;padding-bottom:22px;color:#000;background:#E3DED9;background-image:url('images/b2_03.png');background-repeat:no-repeat;background-position:center;}
     .idTabs a.b14{ padding-top:10px;padding-bottom:22px;  border:0px; text-decoration:none;background-image:url('images/b_04.png');background-repeat:no-repeat;background-position:center; }
      .idTabs a.selected.b14{ border:0px;border-top:2px solid #22A5D0; padding-top:10px;padding-bottom:22px;color:#000;background:#E3DED9;background-image:url('images/b2_04.png');background-repeat:no-repeat;background-position:center;}
     .idTabs a.b15{ padding-top:10px;padding-bottom:22px;  border:0px; text-decoration:none;background-image:url('images/b_05.png');background-repeat:no-repeat;background-position:center; }
      .idTabs a.selected.b15{ border:0px;border-top:2px solid #22A5D0; padding-top:10px;padding-bottom:22px;color:#000;background:#E3DED9;background-image:url('images/b2_05.png');background-repeat:no-repeat;background-position:center;}
     .idTabs a.b16{ padding-top:10px;padding-bottom:22px;  border:0px; text-decoration:none;background-image:url('images/b_06.png');background-repeat:no-repeat;background-position:center; }
      .idTabs a.selected.b16{ border:0px;border-top:2px solid #22A5D0; padding-top:10px;padding-bottom:22px;color:#000;background:#E3DED9;background-image:url('images/b2_06.png');background-repeat:no-repeat;background-position:center;}
     .idTabs a.b17{ padding-top:10px;padding-bottom:22px;  border:0px; text-decoration:none;background-image:url('images/b_07.png');background-repeat:no-repeat;background-position:center; }
      .idTabs a.selected.b17{ border:0px;border-top:2px solid #22A5D0; padding-top:10px;padding-bottom:22px;color:#000;background:#E3DED9;background-image:url('images/b2_07.png');background-repeat:no-repeat;background-position:center;}
    .idTabs a.b18{ padding-top:10px;padding-bottom:22px;  border:0px; text-decoration:none;background-image:url('images/b_08.png');background-repeat:no-repeat;background-position:center; }
      .idTabs a.selected.b18{ border:0px;border-top:2px solid #22A5D0; padding-top:10px;padding-bottom:22px;color:#000;background:#E3DED9;background-image:url('images/b2_08.png');background-repeat:no-repeat;background-position:center;}
    .idTabs a.b19{ padding-top:10px;padding-bottom:22px;  border:0px; text-decoration:none;background-image:url('images/b_09.png');background-repeat:no-repeat;background-position:center; }
      .idTabs a.selected.b19{ border:0px;border-top:2px solid #22A5D0; padding-top:10px;padding-bottom:22px;color:#000;background:#E3DED9;background-image:url('images/b2_09.png');background-repeat:no-repeat;background-position:center;}
     
	 .items div { display:none; float:left; padding-left:40px;padding-top:8px;margin:0; }
      .idTabs ul, .idTabs a {border-border-radius:4px; -moz-border-radius:4px; }
