.pageTab{
	font:7pt verdana;
	color:#fff;
	background:url('../gfx/pageLoader/pageTab.gif') top left no-repeat;
	padding:1px 0px 0px 42px;
	width:240px;
	height:20px;
	display:block;
}
.plSearchPrevButton{
	width:18px;
	height:18px;
	background:url('../gfx/pageLoader/searchPrevButton.gif');
	margin-right:1px;
	display:block;
}
.plSearchPrevButton:hover{
	background-image:url('../gfx/pageLoader/searchPrevButtonG.gif');
}
.plSearchNextButton{
	width:18px;
	height:18px;
	background:url('../gfx/pageLoader/searchNextButton.gif');
	margin-left:1px;
	display:block;
}
.plSearchNextButton:hover{
	background-image:url('../gfx/pageLoader/searchNextButtonG.gif');
}
.plSearchCounter{
	font:8pt verdana;
	color:#000;
	text-align:center;
	width:40px;
	height:16px;
	background:url('../gfx/pageLoader/searchCounterBkg.gif');
	padding:1px 2px;
	white-space:nowrap;
	border:0px solid #333;
	border-width:0px 0px;
}
#cmColumn{
	font:7pt;
	color:#666;
	border:1px solid #999;
	border-bottom:0px;
	border-top-color:#CCC;
	padding-top:3px;
	background:url('../gfx/contentEdit/ruler.gif') left top repeat-x;
}
a.resizeRight{
	text-decoration:none !important;
	color:#999 !important;
	background:url('../gfx/contentEdit/w-resize.gif') right no-repeat;
	padding-right:12px;
}
a.resizeLeft{
	text-decoration:none !important;
	color:#999 !important;
	background:url('../gfx/contentEdit/w-resize.gif') left no-repeat;
	padding-left:12px;
}
a.resizeAuto{
	text-decoration:none !important;
	color:#999 !important;
}
.resizeRight:hover,.resizeLeft:hover{
	color:#c00 !important;
	background-image:url('../gfx/contentEdit/w-resize_g.gif');
	cursor:default;
}
.clmAdjustWidth-inMotion{
	position:absolute;
	color:#c00;
	background-image:url('../gfx/contentEdit/w-resize_g.gif');
	cursor:default;
}
.cmSearchTerm{
	background:#FC3;
	border:1px solid #FC3;
}
.cmSearchTerm-selected{
	background:#FC3;
	border:1px solid #F00;
}
.cmComment{
	width:10px;
	height:8px;
	background:url('../gfx/contentEdit/comment.gif') top left no-repeat;
	margin:0px 2px;
	cursor:pointer;
}
#commentDisplay{
	font:7pt verdana;
	color:#000;
	position:absolute;
	display:none;
	padding:5px;
	border:1px solid #333;
	background:#fc6;
	cursor:default;
	width:200px;
}
#pageInfoPanel{
	width:224px;
	font:7pt verdana;
	color:#fff;
	display:none;
}
.pagePreviewMode{
	border:4px solid #069;
	border-top-width:0px;
}
.pagePreviewHeader{
	font:7pt verdana;
	color:#fff;
	text-align:center;
	padding:1px;
	background:#069;
}
.editMode{
	border:1px dashed #bbb;
	min-height:30px;
}