html
{
	padding: 1px;
}
.mce-panel
{
	z-index: 100;
}
.mce-content-body
{
	line-height: inherit !important;
}
.ui-front {
	z-index: 200;
}
ul.context-menu-list
{
	padding-left: 0px !important;
}
ul.context-menu-list li
{
	line-height: 1.4em !important;
	color: #000;
}
.pbArea.pb-of-visible
{
	min-height: 20px;
}
.pb-area .ui-droppable
{
	min-height: 20px;
}
.pb-of-visible
{
	overflow: visible ! important;
	overflow: hidden\9 ! important;
}
.pb-area
{
	min-height: 20px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.pb-layout
{
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 20px;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-property: box-shadow;
}
.pb-layout:hover
{
	z-index: 999;
}

.pb-block
{
	outline: 1px solid #f00;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 20px;
	transition: background-color 0.2s linear 0;
}
.pb-block:hover
{
	background-color: #fee;
}
.pb-scroll-hide
{
	overflow: hidden ! important;
}
.pb-noedit.pb-of-visible
{
	outline: 1px dotted #f00;
}
.pb-noedit
{
	cursor: not-allowed;
}
.pb-force-float
{
	float: right;
	width: 100%;
}
.pb-dialog
{
	position: fixed;
}
.pb-display-none
{
	display: none !important;
}
.simple-cm-ctrl *
{
	margin: 5px 5px 0px 5px;
	vertical-align: middle;
}

.pb-of-visible .pb-edit .pbPinnedBlock:not(.pbPinnedOrigin):before {
	content: ' ';
	display: block;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	float: right;
	background-image: url(../img/icon/extend_no.gif);
}

.pb-of-visible .pb-edit .pbPinnedBlock.pbPinnedOrigin:before {
	content: ' ';
	display: block;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	float: right;
	background-image: url(../img/icon/extend.gif);
}

.pb-of-visible .pb-edit .pbMemberOnlyBlock:before {
	content: ' ';
	display: block;
	margin-right: 3px;
	width: 16px;
	height: 16px;
	float: right;
	background-image: url(../img/icon/permission.gif);
}

.pb-of-visible .pb-edit .pbMemberOnlyBlock.pbPinnedBlock:before {
	content: ' ';
	display: block;
	margin-right: 3px;
	width: 36px;
	height: 20px;
	float: right;
	background-image: url(../img/icon/pinned_permission.gif);
}

.pb-of-visible .pb-edit .pbNoneMemberOnlyBlock:before {
	content: ' ';
	display: block;
	margin-right: 3px;
	width: 16px;
	height: 16px;
	float: right;
	background-image: url(../img/icon/wopermission.gif);
}

.pb-of-visible .pb-edit .pbNoneMemberOnlyBlock.pbPinnedBlock:before {
	content: ' ';
	display: block;
	margin-right: 3px;
	width: 36px;
	height: 20px;
	float: right;
	background-image: url(../img/icon/pinned_wopermission.gif);
}

.pbAnchor.pb-of-visible .pbAnchor {
	min-height: 20px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.pbPinnedBlock .pb-handle
{
	cursor: auto ! important;
}

.pbArticleButtonBlock .pbArticleControl
{
	padding: 5px !important;
	background: #eee !important;
	color: #333 !important;
}
.pbArticleButtonBlock td img
{
	padding: 4px !important;
	background: #000 !important;
}
.pbArticleButtonBlock td img:hover
{
	background: #555 !important;
}

a.pbArticleEditButton img
{
	background: #f2f2f2 !important;
}
.pbArticleDetailStatus {
	display: inline-block;
	padding: 6px 8px;
	background: #ccc;
}
