*.rf-pp-btn {
	outline-style: none;
	position: absolute;
	clip: rect(0px, 0px, 1px, 1px);
	height: 0px;
	width: 0px;
	left: 0px;
	top: 0px;
	z-index: -300;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
*.rf-pp-shade {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgb(255, 255, 255);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
*.rf-pp-shdw {
	background-color: transparent;
	opacity: 0.1;
	filter: alpha(opacity=10);
	position: absolute;
	top: 6px;
	left: 6px;
	bottom: -6px;
	z-index: -1;
}
*.rf-pp-cntr {
	background: transparent;
	box-shadow: 0px 0px 50px rgb(0, 0, 0);
}
*.rf-pp-hdr {
	position: relative;
	padding-left: 10px;
	cursor: move;
	padding: 8px;
}
*.rf-pp-hdr-cnt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	font-family: open;
	text-align: center;
}
*.rf-pp-hdr-cntrls {
	position: absolute;
	top: 4px;
	right: 15px;
	white-space: nowrap;
	cursor: default;
	font-weight: normal;
	color: white;
	font-family: open;
	font-size: 12px;
	z-index: 100;
}
*.rf-pp-hdr-cntrls a {
	font-size: 22px;
	color: white;
	text-decoration: none;
}
*.rf-pp-cnt-scrlr {
	top: 0px;
	left: 0px;
	overflow: auto;
}
*.rf-pp-cnt {
	padding: 10px;
	color: #58595B;
	font-family: open;
	font-size: 16px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-color: #F2F2F2;
	border-width: 0px;
	border-style: solid;
}
*.rf-pp-hndlr {
	background-image: url(/pnud/javax.faces.resource/spacer.gif.xhtml);
	position: absolute;
	margin: -4px;
}
*.rf-pp-hndlr-l {
	width: 7px;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: w-resize;
}
*.rf-pp-hndlr-r {
	width: 7px;
	height: 100%;
	top: 0px;
	right: 0px;
	cursor: w-resize;
}
*.rf-pp-ifr {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: white;
	overflow-y: hidden;
	z-index: -1;
}
*.rf-pp-hndlr-t {
	width: 100%;
	height: 7px;
	top: 0px;
	left: 0px;
	cursor: n-resize;
}
*.rf-pp-hndlr-b {
	width: 100%;
	height: 7px;
	bottom: 0px;
	left: 0px;
	cursor: n-resize;
}
*.rf-pp-hndlr-tl {
	width: 10px;
	height: 10px;
	top: 0px;
	left: 0px;
	cursor: nw-resize;
}
*.rf-pp-hndlr-tr {
	width: 10px;
	height: 10px;
	top: 0px;
	right: 0px;
	cursor: ne-resize;
}
*.rf-pp-hndlr-bl {
	width: 10px;
	height: 10px;
	bottom: 0px;
	left: 0px;
	cursor: ne-resize;
}
*.rf-pp-hndlr-br {
	width: 10px;
	height: 10px;
	bottom: 0px;
	right: 0px;
	cursor: nw-resize;
}
