/* CSS Document */
/*WSPÓLNE*/
#imgWrapper
{
	position: relative;
	float:left;
	width:608px;
	height:380px;
	text-align:center;	
}

#imageSecond, #image
{
    position: absolute;
    top:0px;
    left:0px;
    padding:0px;
    margin:0px;
}
div#popupImageWrapper
{	
	text-align:left;
}
div#popupImageWrapper img
{
	margin: 14px;
	overflow: hidden;
}
div#popup
{
	position:absolute;
	top:40px;
	width:450px;
	background: url("../img/ow75.png");
	border: 1px solid #eee;
	padding:0px;
	color:#000;
	z-index:3;
}
div#popupTitle
{
	font-weight:900;
	font-style: italic;
	text-align:left;
	margin-left: 14px;
	/*position:absolute;
	top:-24px;
	left:-1px;
	line-height:20px;
	height:20px;
	width:370px;
	border:1px solid #eee;
	text-indent:0px;
	background:url(img/ow75.png);
	text-align:left;
	color:black;
	font-weight:900;
	padding-left:5px;*/
}
div#popupDesc
{
	line-height:13pt;
	text-align:justify;
	font-size: 10pt;
	margin:0px 14px 14px 14px;
	font-style: italic;
}
div#popupCloseBtn
{
	font-weight:900;
	cursor:pointer;
	position:absolute;
	top:-1px;
	right:-1px;
	line-height:20px;
	height:20px;
	width:20px;	
	text-indent:0px;
	text-align:center;color:black;
}
div#smallPopup{
	position:absolute;
	top:0;
	left:0;
	border:1px solid gray;
	width:150px;
	height:20px;
	line-height:20px;
	background: white;
	z-index:5;
}
div.wave
{
	height:80px;
	width:80px;
	background-repeat:no-repeat;
	z-index:1;
}
div.redDotDiv, div.redDotDivEdit
{
	position:absolute;
	background:url("../img/dot.png") no-repeat;
	top:0px;
	left:0px;
	height:34px;
	width:34px;
	cursor:pointer;
	z-index:2;
}
div.redDotDivEdit
{
    cursor:move;
}
div#linia{
	position:absolute;
	width:0px;
	height:0px;
	border-width:1px;
	border-color:red;
	border-style:solid;	
}
div.element
{
	margin:5px;
}
div.dropBtn
{
	border:2px outset silver;
	background:url("../img/input.gif") center repeat-x ;
	color:black;
	cursor:pointer;
	float:left;
	width:181px;
	font-weight:900;
}
div.dropBtn:hover
{
	background:url("../img/input.gif");
	border:2px outset silver;
}
div.dropBtn:active
{
	background:silver;
	border:2px inset silver;
}
div.floatDelimiter
{
	clear:both;
}
img.imgInTd
{	
}
img.elementImg
{
    
}
div.divTd
{
	cursor:pointer;
}
table.BPtabArray
{
	border-collapse: collapse;
}
table.BPtabArray th.adres
{
	padding:10px;
}
table.BPtabArray td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.BPtabArray input.submitBtn
{
	padding:2px;
	margin:0px;
}
table.BPtabArray td.tytul
{
	font-size:12pt;
	font-weight:900;
	padding-bottom:10px;
}
table.BPtabArray td.wart
{
	font-size:10pt;
	white-space: pre;
}
