@media all { /* Plik bp-cms/publiczne/system/bp_popup/css_images/style.css */
td.bp_popup_arrow
{
	width: 42px;
	background: url("./../bp-cms/publiczne/system/bp_popup/css_images/bp_popup_arrow_bg.png");
	cursor: pointer;
	text-align: center;
	vertical-align:middle;
}

td.bp_popup_arrow:hover
{
	background: url("./../bp-cms/publiczne/system/bp_popup/css_images/bp_popup_arrow_bg_on.png");
}

div#bp_popup_kontener{display:none;visibility:hidden;}
div#bp_popup_kontener.bp_popup_bg {display:inline;visibility:visible;position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;overflow: hidden;background-image: url("./../bp-cms/publiczne/system/bp_popup/css_images/bp_popup_bg.png");text-align: center;z-index: 65530;cursor: pointer;}
table#bp_popup_table {padding: 0px;margin: 0px;width: 100%;height: 100%;z-index: 65530;}
table#bp_popup_table table.bp_popup_content * {vertical-align:middle;text-align:center;}

div#bp_popup_loading {display:none;visibility:hidden;}
div#bp_popup_loading.bp_popup_loading {display:block;visibility:visible; cursor: pointer;position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;overflow: hidden; z-index: 65530; background-image: url("./../bp-cms/publiczne/system/bp_popup/css_images/bp_popup_bg.png");}
div#bp_popup_loading.bp_popup_loading img {position: fixed;left: 50%;top: 50%;z-index: 65530;margin-top:-10px;margin-left:-64px;}

div.bp_popup_close
{
	position: fixed;
	top: 50%;
	left: 50%;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFF;
	height: 14px;
	text-align:right;
}

div.bp_popup_content0
{
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: white;
	color: #000;
	cursor: text;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 12px;
}

div.bp_popup_content1
{
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: transparent;
	color: #000;
	cursor: text;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 12px;
}

div.bp_popup_content_close0
{
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: white;
	color: #000;
	cursor: pointer;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 12px;
}

div.bp_popup_content_close1
{
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: transparent;
	color: #000;
	cursor: pointer;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 12px;
}

div.bp_popup_content_img
{
	position: fixed;
	top: 50%;
	left: 50%;
	cursor: pointer;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 12px;
}

span.bp_popup
{
	cursor: pointer;
}
/* Plik ./addon/uploadifive/uploadifive.css */
/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-transform: uppercase;
	width: 100%;
}
.uploadifive-button:hover {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	padding: 15px;
}
.uploadifive-queue-item .close {
	background: url("./../addon/uploadifive/uploadifive-cancel.png") 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}
/* Plik bp-cms/publiczne/system/kalendarz/css_images/kalendarz.css */
table.kalendarz_dzien
{
	margin: 2px;
}

table.kalendarz_dzien tr td
{
	width: 50px;
	height: 40px;
	
	font-family: Tahoma;
	font-size: 18px;
	-webkit-border-radius:  7px; -khtml-border-radius:  7px; -moz-border-radius:  7px; border-radius: 7px;
}

.kalendarz_inactive
{
	background-color: #fff;
	color: #000;
}

.kalendarz_active
{
	background-color: #1e90ff;
	color: white;
	cursor: pointer;
}

.kalendarz_active_default
{
	background-color: #ddd;
	color: #000;
}

.kalendarz_pasek_miesiaca
{
	font-weight: bold;
	color: #333;
	font-family: Tahoma;
	font-size: 25px;
	_height: 25px;
	height: 50px;
	padding-top: 20px;
	text-align: center;
}

.kalendarz_etykiety_dni
{	
	font-weight: bold;
	color: white;
	font-family: Tahoma;
	font-size: 18px;
	background-color: #1e90ff;
	height: 30px;
	_height: 40px;
	width: 50px;
	padding-top: 10px;
	text-align: center;
	-webkit-border-radius:  7px; -khtml-border-radius:  7px; -moz-border-radius:  7px; border-radius: 7px;
}

div.kalendarz_kontener
{
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	padding: 10px;
}

table.kalendarz_kontener
{
	padding: 0px;
	margin: 0px;
	border-collapse: separate;
}

.kalbutton div
{
	cursor: pointer;
	color: #1e90ff;	
	font-size: 20px;
	font-family: Tahoma;
	background-color: #fff;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	width: 50px;
	height: 33px;
	_height: 40px;
	-webkit-border-radius:  7px; -khtml-border-radius:  7px; -moz-border-radius:  7px; border-radius: 7px;
	padding-top: 7px;
	font-weight: bold;
	text-align:center;
}

.kalbutton div:hover
{
	color: #fff;	
	background-color: #1e90ff;
}

/* Plik bp-cms/publiczne/system/share/social-buttons-share.css */
.social {position:fixed;bottom:50px;left:20px;z-index:655534;}
.social label {
  float: left;
  background-color: #EEEEEE;
  opacity: 0.5;
  border: 1px solid #000000;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 0 6px 15px;
  font-family: sans-serif,fantasy,serif;
  margin-right: 9px;
}
.social label:after {
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #000000;
  content: '';
  display: inline-block;
  position: relative;
  left: 17px;
  top: 2px;
  width: 0;
  height: 0;
}
.social ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social li {
  float: left;
  width: 40px;
  height: 32px;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.social li:hover {
  -webkit-box-shadow: inset 0px 0px 12px rgba(255,255,255,0.6);
  -moz-box-shadow: inset 0px 0px 12px rgba(255,255,255,0.6);
  box-shadow: inset 0px 0px 12px rgba(255,255,255,0.6);
}
.social div {
  clear: both;
}

/* for vertical alignment */
.social .vertical {
  float: none;
}
.social .vertical-label:after {
  border-top: 8px solid #000000;
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  content: '';
  display: inline-block;
  position: relative;
  left: -36px;
  top: 26px;
  width: 0;
  height: 0;
}
.social .vertical-ul {
  margin: 14px 0 0 23px;
}

/* social network styles */
.social-facebook {
  border:solid 1px #fff;
  background: #3B5998 url("./../bp-cms/publiczne/system/share/social-buttons.png") no-repeat 0 0;
}
.social-twitter {
  margin-bottom:5px;
  margin-top:5px;
  border:solid 1px #fff;
  background: #55ACEE url("./../bp-cms/publiczne/system/share/social-buttons.png") no-repeat 0 -52px;
}
.social-googleplus {
   border:solid 1px #fff;
  background: #DD4B39 url("./../bp-cms/publiczne/system/share/social-buttons.png") no-repeat 0 -104px;
}

/* Plik bp-cms/publiczne/system/autoc/autoc.css */
.suggestionsBox {
	position: absolute;
	left: 0px;
	top:40px;
	margin: 26px 0px 0px 0px;
	width: 460px;				
	_width: 470px;
	padding: 10px;	
	font-size: 0.8em; 
	background-color: white; 
	border: 1px solid #a6c9e2; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	z-index: 9999;
}

.suggestionsBox .arrow {
	position:absolute;
	top: -10px;
	left: 130px;
	width: 21px;
	height: 11px;
}

.suggestionList {
	text-align:left;
	margin: 0px;
	padding: 0px;
}

.suggestionList ul {list-style: none;padding:0;margin:0;}
.suggestionList ul li {display: block; font-family: tahoma; font-size: 10px; color: #000; line-height: 20px; text-decoration: none; background: #fff; list-style: none;padding:0;margin:0;}
.suggestionList ul li div {padding:5px;}
.suggestionList ul li div:hover {cursor: pointer; background:#a6c9e2;}
.suggestionList ul li.cur div {cursor: pointer; background:#a6c9e2;}


.suggestionload
{
	background-image:url("./../bp-cms/publiczne/system/autoc/loader.gif");
	background-position:280px;
	background-repeat:no-repeat;
}

/* Plik ./wzory/css_images/wysiwyg.css */
.wysiwyg, .wysiwyg p {
	padding: 0;
	margin: 0;
}
 }

