/*--------------------------------------------------------------------------------------------------------
삽입되는 곳의 정의 CSS
--------------------------------------------------------------------------------------------------------*/
/********* iframe으로 삽입 edite모드 ***********/
HTML {
	padding:0px;
	margin:0px;
}
#content {
	margin:0;
	padding:0 23px 0 22px;
	clear:both;
	/*background: url(/images/bg/bg_content.gif) repeat;*/
	z-index:100;
	border:0px solid #000;
}
#readOnlyContentDiv {
	margin:0;
	padding:0 23px 0 22px;
	clear:both;
	/*background: url(/images/bg/bg_content.gif) repeat;*/
	z-index:100;
	border:0px solid #000;
	height: 100%;
}
#content_iframe {
	height:100%;
}
/********* 본분에 편집시 보여지는 상황 + xhtml +print ***********/
#xhtmlEditorContainer.bgWhite,
#content.bgWhite {
	background: none !important;
}
.background_no {background: none !important;}
/********* 본분에 바로 보여지는 상황 readonly모드 ***********/
div.xhtmlEditorBody {
	clear:both;
	margin-bottom:1.5em;
	padding:0;
	font-family:"굴림", Gulim, "돋움", Dotum, Arial, sans-serif;
	color:#000;
	/**/
}
textarea.xhtmlEditorBody {
	clear:both;
	margin-bottom:1.5em;
	padding:0;
	font-family:"굴림", Gulim, "돋움", Dotum, Arial, sans-serif;
	color:#000;
	border: 1px solid #f18;
	/**/
}
/********* 본분에 바로 보여지는 상황 print모드 ***********/
body#printpage_body {
	font-family:굴림, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 2em 0 2em;
	color:#000;
	background:none;
	overflow:visible;
}
body#printpage_body div#printReturn {
    text-align:center;
}
body#viewXhtml_body h1.printNxhtmlTitle,
body#printpage_body h1.printNxhtmlTitle { 
	background: none;
	padding:0;
	margin: 5px 0 10px;
	text-align:right;
	font-size:9pt;
}
/********* xhtml 모드 ***********/
.xhtmlEditorBody div.xhtmlEditorBodyCCL {
	border-top:2px solid #333333;
	padding:10px;
	margin-top:10px;
	text-align:right;
	background:none;
}