
.blok { display:block }
.inline { display:inline }
.b { font-weight:bold; }
.nobr { white-space:nowrap; }
.newline	{ clear:both; }
.left, TD.left, TR.left, DIV.left { text-align:left; }
TABLE.left, IMG.left, DIV.leftl { float:left; }
.right, TD.right, TR.right, DIV.right { text-align:right; }
TABLE.right, IMG.right, DIV.rightp { float:right; }
.center  { text-align:center; margin:auto; }
TABLE.center  { margin:auto; }
TD.center, TR.center, DIV.center { text-align:center; }
.justify, DIV.justify  { text-align:justify; }
.fullwidth  { width:100%; }

#comm {
	text-align:center;
	font-size:13px;
}

#comm DIV {
	padding:10px;
	color:#000000;
	border:1px solid #298103;
	background-color:#f5faf3;
	margin-bottom:4px;
}

#comm DIV.error {
	padding:10px;
	color:#ff0000;
	border:1px solid #ff0000;
	background-color:#ffcccc;
	margin-bottom:4px;
}

.err {
	color:#000000;
	padding:7px;
	margin:auto;
	border:1px solid #ff0000;
	background-color:#ffffcc;
	display:block;
}

.errform{
	color:#ff0000;
}

LABEL.error {
  background:url("../img/sys/ico/exclamation.png") no-repeat 0px 0px;
  background-repeat:no-repeat;
  background-position:top left;
  margin-left:4px;
  padding-left:20px;
  padding-bottom:3px;
  font-weight:normal;
  color:#EA5200;
}

LABEL.checked {
  background:url("../img/sys/ico/accept.png") no-repeat 0px 0px;
  background-repeat:no-repeat;
  background-position:top left;
  margin-left:4px;
  padding-left:20px;
  padding-bottom:3px;
  font-weight:normal;
  color:#EA5200;
}

INPUT.error, SELECT.error, TEXTAREA.error {
	border:1px solid #ff0000;
}

DIV.error  { color:#FF0000; }

DIV.error UL{
	padding:0px;
	margin:0px;
	padding-top:10px;
	list-style-type:square;
	font-size:11px;
}

DIV.nobutton{
	display: block;
	font-weight:bold;
	background-image:url('../img/sys/button3.gif');
	width:26px;
	height:26px;
	text-align:center;
	color : #000000;
	text-decoration : none;
}

A.button, A.button:link	, A.button:visited, A.button:active {
	display: block;
	font-weight:bold;
	background-image:url('../img/sys/button.gif');
	width:26px;
	height:26px;
	text-align:center;
	color:#000000;
	text-decoration : none;
}

A.button:hover {
	background-image:url('../img/sys/button2.gif');
	text-decoration : none;
}

.button IMG, .nobutton IMG {
	border:0px none;
}

#err_box {
	background-color:#f7f9fb;
	border:1px dotted #ed051b;
	padding:20px;
	font-family:Tahoma;
	font-size:12px;
	color:#790000;
	z-index:1000;
	position:fixed; left:0px; right:0px; top:10px;
	width:700px; margin:auto;
	display:none;
}

* html #err_box { position:absolute; }

#err_hide {
	clear:both;
	color:blue;
	width:16px;
	height:16px;
	text-align:right;
	float:right;
	cursor:pointer;
	background-image:url('../img/sys/ico/cross.png');
}

#err_field {
	font-weight:bold;
	display:block;
	text-align:left;
	line-height:160%;
	color:#ff0000;
}

.tooltip {
	border:1px solid #38639d;
	width:200px;
}

.tooltip .tooltip_title {
	font-weight:bold;
	padding:2px;
	color:#ffffff;
	font-family:verdana,helvetica,sans-serif;
	font-size:11px;
	background-color:#38639d;
	text-align:left;
}

.tooltip .tooltip_content {
	padding:4px;
	color:#4b4d4b;
	font-family:verdana,helvetica,sans-serif;
	font-size:11px;
	background-color:#e6f4fe;
	text-align:left;
}

.pager {
	margin:0px;
	padding:0px;
	margin:auto;
	text-align:center;
}

.pager TD {
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	font-size:11px;
	text-align:center;
}

.pager TD SPAN {
	display:block;
	width:26px;
	height:18px;
	line-height:18px;
}

.pager TD A, .pager TD A:link, .pager TD A:visited, .pager TD A:active {
	display:block;
	height:18px;
	line-height:18px;
	width:26px;
	color: #275899;
	background-color:#f1efef;
	border:1px solid #d5d3d3;
	text-decoration: none;
}

.pager TD A:hover, .pager TD A.pager_wyb {
	color: #ffffff;
	background-color:#e67817;
	border:1px solid #666666;
	text-decoration: none;
}

.aframe {
	border:1px solid #666666;
	padding:5px;
	margin:10px;
	background-color: #f7f6f7;
	color: #4f4f4f;
	text-align:left;
}

.aframe IMG {
	border:0px none;
}

.aframe DIV, .aframe SPAN {
	color: #4f4f4f;
}

.aframe A, .aframe A:link, .aframe A:visited, .aframe A:active	{
	color: #275899;
	text-decoration: none;
}

.aframe A:hover {
	color: #FF6600;
	text-decoration: none;
}

#adv_layer {
	position:absolute;
	top:180px;
	z-index:200;
	width:100%;
	margin:auto;
	text-align:center;
}

.field_status {
  padding-top:2px;
  padding-left:8px;
  vertical-align:top;
  width:246px;
  white-space: nowrap;
}

.nodata{
	text-align:center;
	padding:20px;
}

DIV#breadcrumb{
	clear:both;
	text-align:left;
	padding-bottom:5px;
	padding-top:4px;
}

#breadcrumb IMG{
	float:left;
	margin-right:5px;
	margin-bottom:2px;
}

#comm_info{
	padding:8px;
	border-top:1px solid #ffffff;
	display:block;
	z-index:9999;
	background-color:#2b2b2a;
	bottom:0px;
	opacity:0.9;
	text-align:center;
	width:100%;
	position:fixed;
}

#comm_txt {
	line-height:160%;
	font-size:12px;
	color:#ffffff;
	text-shadow:1px 1px #000000;
}

#comm_info P {
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}

#comm_info A {
	color:#18a0fb;
}

#comm_info A:hover {
	color:#ffffff;
	text-decoration:underline;
}

#tabs { position: relative; padding:.2em; zoom: 1; }
#tabs .ui-tabs-nav { margin:0; padding:0px; height:35px; }

#tabs .ui-tabs-nav LI {
	font-weight:normal;
	list-style:none;
	float:left;
	position:relative;
	top:1px;
	margin:0px;
	padding:0;
	padding-right:5px;
	white-space:nowrap;
}

#tabs .ui-tabs-nav LI A {
	float: left; text-decoration:none;
	background:#dedede;
	color:#474747;
	border:0px none;
	padding-left:14px;
	padding-right:14px;
	height:30px;
	line-height:30px;
	font-size:12px;
}

#tabs .ui-tabs-nav LI.ui-tabs-selected, #tabs .ui-tabs-nav LI.ui-state-active {
}

#tabs .ui-tabs-nav LI.ui-tabs-selected A, #tabs .ui-tabs-nav LI.ui-state-disabled A, #tabs .ui-tabs-nav LI.ui-state-processing A, #tabs .ui-tabs-nav LI.ui-state-active A {
	color:#ffffff;
	cursor:text;
	background:#0000ff;
}

#tabs .ui-tabs-nav LI A, #tabs .ui-tabs-collapsible .ui-tabs-nav LI.ui-tabs-selected A { cursor:pointer; }
#tabs .ui-tabs-panel { display:block; border:0px; padding:3px; background:none; }
#tabs .ui-tabs-hide { display:none !important; }
#tabs_content{ clear:both; }

.tabtab{
	border-collapse:collapse;
	border:1px solid #cccccc;
}

.tabtab TD{
	border:1px solid #cccccc;
	background:#ffffff;
	padding:5px;
}

.tabtab TH{
	border:1px solid #cccccc;
	background:#ffffff;
	font-weight:bold;
	text-align:centerr;
	padding:5px;
}

.ir {
	background-color:transparent;
	border:0;
	overflow:hidden;
	*text-indent:-9999px;
}

.ir:before {
	content:"";
	display:block;
	width:0;
	height:150%;
}

.hidden {
	display:none !important;
	visibility:hidden;
}

.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}

.invisible {
	visibility:hidden;
}

.clearfix:before,
.clearfix:after {
	content:" ";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	*zoom:1;
}

.ui-menu .ui-menu-item{
	text-align:left;
}

.f_ssmall  { width:40px;  }
.f_small   { width:70px;  }
.f_small2  { width:40px;  }
.f_normal  { width:120px; }
.f_long    { width:180px; }
.f_long2   { width:290px; }
.f_blong2  { width:350px; }
.f_blong   { width:380px; }

.button { 
	height:13px; 
	margin:0px; 
	border:0px none;
	font-size:11px; 
	background:none; 
}

A, A:link, A:visited, A:active { 
	color:#275899; 
	text-decoration:none; 
}

A:hover { 
	color:#FF6600; 
	text-decoration:none; 
}

.small  { 
	font-size:9px;
}

.date { font-weight:normal; font-size:9px; }
.error  { color:#FF0000; }
.defaultwidth { width:980px; }

/* tlo tresc */
.bg1 { 
	padding:4px;		
}

/* tlo wyroznione */
.bg2 { 
	padding:4px;
}

/* tlo tresc */
DIV.bg1, DIV.bg2 { 
	padding-left:0px;
	padding-right:0px;
}

.tbl {
	border:1px solid #ffffff;
	border-collapse:collapse;
	width:100%;
	margin-bottom:3px;
}

#artmap UL {
	list-style-image:url('../img/sys/list.gif');
	padding-left:20px;
	margin:0px;
}

#artmap LI {
	padding:1px;
}

/* tabelk danych */
.data_tbl {
	width:100%;
	margin:auto;
	text-align:center;
	border:1px solid #858689;
	border-collapse:collapse;
}

.data_tbl TD {
	border:1px solid #858689;
}

.data_desc {
	width:200px;
	text-align:left;
	font-size:10px;
	background-color:#ffffff;
}

.data_title {
	text-align:left;
	font-weight:bold;
	background-color:#ffffff;
}

.data_value {
	text-align:left;
	background-color:#f8f6eb;
}

.cp {
	margin-bottom:5px; 
	margin-top:5px; 	
	border:1px solid #666666
}

.gal1 {
	padding-top:3px;
	padding-bottom:3px;
}

.gal1 TABLE {
	margin:auto;
	text-align:center;
}

.gal1 TD {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
}

.gal1 IMG {
	border:1px solid #666666;
}

.gal1 DIV {
	font-size:10px;
	padding-bottom:4px;
	text-align:center
}

.gal6 DIV{
	padding-bottom:10px;
}

.cite {
	padding:4px; 
	border:1px solid #cccccc;
	background-color:#eaedf9;
}

.podtytul {
	font-weight:bold;
	padding-bottom:10px;
}

/* art submenu */
TABLE.submenu {
	margin:auto;
	width:90%;	
	text-align:left;	
	margin-top:7px;
	margin-bottom:7px;
}

TABLE.submenu TD {
	padding-right:1px;
	padding-bottom:1px;
}

TABLE.submenu A, TABLE.submenu A:visited, TABLE.submenu A:link, TABLE.submenu A:active {
	display:block;
	font-weight:normal;
	padding:7px;
	text-align:left;
	background:#e6e4e6;
	color:#0f297b;
}

TABLE.submenu A:hover {
	background:#2e3c68;
	color:#ffffff;
	text-decoration:none;
}

UL.submenu { }

UL.submenu LI {
	padding-bottom:10px;
}

UL.submenu LI DIV A{
	font-weight:bold;
}

TABLE.submenu3 {
	margin:auto;
	width:90%;	
	text-align:center;	
	margin-top:7px;
	margin-bottom:7px;
}

TABLE.submenu3 TD {
	padding:5px;
	text-align:center;
	font-weight:bold;
}

TABLE.submenu4 {
	width:100%;
	text-align:left;	
	margin-top:7px;
	margin-bottom:7px;
}

TABLE.submenu4 TD {
	padding:4px;
}

TABLE.submenu4 TD.td1 {
	width:120px;
}

/* table empty elements  */
.nodata {
	font-weight:bold;
	padding:15px;
	text-align:center;
}

#facebook_pan { background: url("../img/fb.png") no-repeat scroll 0 0 transparent; display: block; min-height:200px; float: right; padding: 0; position: fixed; right: -295px; top: 150px; width: 324px; z-index: 900; }
#facebook_pan2{ color:#fff; background:#3b5998; padding:5px; margin-left:29px; overflow-y:auto; }
#facebook_pan A{ color:#ffffff; display:block; padding-top:10px; text-align:center; }

.comment_row{
	clear:both;
	background:#f8f8f8;
	text-align:left;
	margin-bottom:7px;
	border:1px solid #dee1e2;
	padding:2px;
}

.comment_header{
	padding:7px;
	background:#ebf5fa;
}

.comment_body{
	padding:7px;
}

.artfiles{
	margin-top:10px;
}

.artfiles TD{
	padding-bottom:5px;
}

.artfiles A{
	font-weight:bold;
}

.artfiles DIV{
	padding-top:1px;
}

.artfiles IMG{
	margin-right:5px;
	margin-left:5px;	
}

/* cms demo */

#top{
	width:980px;
	margin:auto;
}

A.copy, A.copy:link, A.copy:visited, A.copy:active	{ 
	color:#37415e;
	font-weight:normal; 
	font-size:9px; 
	text-decoration:none;
}

A.copy:hover { 
	color:#1a41b2;
	font-weight:normal; 
	font-size:9px; 
}

A.md, A.md:link, A.md:visited, A.md:active { 
	color:#919191; 
	font-size:12px; 
	font-weight:bold;
	text-decoration:none; 
}

A.md:hover { 
	color:#000000; 
	text-decoration:none; 
}

.serwis {
	font-size:9px;
	color:#707070;
}

.t1 {
	background:#616161;
}

.t2 {
	color:#ffffff;
	background:#204f8b url('../img/t2.gif') left top repeat-x;
}

.t3 {
	background:#dfdddf;
}

.t4 {
	background:#f37e1b;
}

.t5 {
	color:#ffffff;
	background:url('../img/tmenu1.gif') center top repeat-x;
}

.t6 {
	background:#c9c9cc;
}

.news_tyt {
	color:#275899;
	font-weight:bold; 
	font-size:11px;
	padding-bottom:4px;
}

.banners {
	text-align:center;
	padding-top:3px;
}

.banners IMG {
	border:1px solid #cccccc;
}

.collapsible {
    cursor: pointer;
}

.collapsible SPAN {
	display:block;
	float:right;
	width:15px;
	height:15px;
	opacity:0.8;
}

.collapsible:hover SPAN {
	opacity:1;
}

.collapse-open SPAN {
	background:url(../img/sys/minus.gif) center center no-repeat;
}

.collapse-close SPAN {
	display:block;
	float:right;
	background:url(../img/sys/plus.gif) center center no-repeat;
}

.profiler .container {
	padding:0;
	margin:0;
}

#formbody{
	padding:0px;
}

#formbody .container, #webmasterinfo .container{
	padding:5px;
	border-bottom:1px solid #93959c;
}

#formbody .collapsible, #webmasterinfo .collapsible{
	padding:8px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	background: #efefef;
}

#formbody .collapsible:hover, #webmasterinfo .collapsible:hover{
	background:#f5f5f5;
}

.containercolaps {
	padding: 10px;
}

.bg3 {
	background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}