/*------------------------------------------------------------------------------ color setting : start --*/
div.webnote_container {
	width:auto;
	height:auto;
	border-width:1px;
	border-style:solid;
	border-color:#d5d5d5;
	padding:3px;
	padding-bottom:0;
	clear:both;
	background-color:#ebebeb;
	z-index:102;
}
div.webnote_resize_handle {
	clear:both;
	width:auto;
	height:3px;
	cursor:s-resize;
}
div.webnote {
	font-size:13px;
	display:block;
	width:auto;
	height:auto;
	padding:5px;
	background-color:#FFFFFF;
	overflow:auto;
	clear:both;
	line-height:1.3;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap;
	word-break:break-all;
}
.webnote_toolbar_basic{
	padding:2px;
	width:16px;
	height:16px;
	margin-right:1px;
	margin-bottom:1px;
	border-width:1px;
	border-color:#ebebeb;
	border-style:solid;
}
.webnote_toolbar_on{
	padding:2px;
	width:16px;
	height:16px;
	margin-right:1px;
	margin-bottom:1px;
	border-width:1px;
	border-color:#b2b2b2;
	border-style:solid;
	background-color:#cccccc;
}
.webnote_toolbar_down{
	padding:2px;
	width:16px;
	height:16px;
	margin-right:1px;
	margin-bottom:1px;
	border-width:1px;
	border-color:#838383;
	border-style:solid;
	background-color:#a2a2a2;
}
.webnote_toolbar_off {

	padding:2px;
	width:16px;
	height:16px;
	margin-right:1px;
	margin-bottom:1px;
	border-width:1px;
	border-color:#ebebeb;
	border-style:solid;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
div.webnote_popup {
	display:none;
	padding:3px;
	padding-top:0;
	font-size:12px;
	width:auto;
	height:auto;
	background-color:#cccccc;
	position: absolute;
	border-width:1px;
	border-style:solid;
	border-color:#b2b2b2;
	z-index:105;
}
div.webnote_popup_move {
	padding:3px;
	padding-top:0;
	font-size:12px;
	width:auto;
	height:auto;
	background-color:#cccccc;
	position: absolute;
	border-width:1px;
	border-style:solid;
	border-color:#b2b2b2;
	z-index:105;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
div.webnote_popup_content {
	width:auto;
	height:auto;
	clear:both;
	padding:2px;
	background-color:#ebebeb;
	border-width:1px;
	border-style:solid;
	border-color:#b9b9b9;
}
div.select_box {
	clear:both;
	font-size:13px;
	padding:3px;
	border-width:1px;
	border-style:solid;
	border-color:#ebebeb;
	cursor:default;
}
div.select_box_over {
	clear:both;
	font-size:13px;
	padding:3px;
	background-color:#d9d9d9;
	border-width:1px;
	border-style:solid;
	border-color:#b2b2b2;
	cursor:default;
}
div.select_box_down {
	clear:both;
	font-size:13px;
	padding:3px;
	background-color:#cccccc;	
	border-width:1px;
	border-style:solid;
	border-color:#b2b2b2;
	cursor:default;
}
/*------------------------------------------------------------------------------ color setting : end --*/

td {
	font-size:12px;
}

div.webnote p {
	line-height:1.3;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
	margin-right: 3px;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap;
	word-break:break-all;	
}


div.webnote_toolbar_container {
	width:auto;
	height:auto;
	margin-bottom:0;
	padding:0;
	clear:both;
}

.webnote_specialchars_basic {	
	float:left;
	width:18px;
	height:18px;
	background-color:#f9f9f9;
	margin-right:1px;
	margin-bottom:1px;
	padding:2px;
	font-size:15px;
	text-align:center;
	border-width:1px;
	border-color:#f9f9f9;
	border-style:solid;
	cursor:pointer;
}
.webnote_specialchars_on {	
	float:left;
	width:18px;
	height:18px;
	margin-right:1px;
	margin-bottom:1px;
	padding:2px;
	font-size:15px;
	text-align:center;
	border-width:1px;
	border-color:#b9b9b9;
	border-style:solid;
	background-color:#d9d9d9;	
	cursor:pointer;
}

.webnote_seperator {
	padding:3px;
	width:10px;
	height:16px;
	margin-right:1px;
	margin-bottom:1px;
}
img {
	border-width:0;
}



/*
div.webnote_textform_box {
	display:none;
	width:auto;
	height:auto;
	clear:both;
	padding:0;
	border-width:1px;
	border-style:solid;
	border-color:#d9d9d9;

}

.webnote_edt_text_form {
	width:98%;
	padding:5px;
	background-color:#f9f9f9;
	border-width:0px;
	clear:both;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap;
	word-break:break-all;
}
*/
.webnote_edt_text_form {
	display:none;
	width:auto;
	height:auto;
	padding:5px;
	background-color:#f9f9f9;
	clear:both;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap;
	word-break:break-all;
	border-width:1px;
	border-style:solid;
	border-color:#c1dddd;

}


div.webnote_popup_title {
	clear:both;
	width:auto;
	height:20px;
	color:white;
	font-weight:bold;
	cursor:move;
	font-size:12px;
}
div.webnote_popup_title_left {
	float:left;
	padding-top:3px;
	width:auto;
}
div.webnote_popup_title_right {
	float:right;
	padding-top:1px;
	text-align:center;
	width:30px;
	height:15px;
	background-color:#e9071e;
	cursor:pointer;
}
div.webnote_popup_title_right_on {
	float:right;
	padding-top:1px;
	text-align:center;
	width:30px;
	height:15px;
	background-color:#f94254;
	cursor:pointer;
}
div.webnote_popup_title_right_down {
	float:right;
	padding-top:1px;
	text-align:center;
	width:30px;
	height:15px;
	background-color:#a30515;
	cursor:pointer;
}




.webnote_pageadd_textform {
	width:98%;
	border-width:1px;
	border-style:solid;
	border-top-color:gray;
	border-left-color:gray;
	border-right-color:#f2f2f2;
	border-bottom-color:#f2f2f2;
}



.webnote_listbox_seper {
	border-width:0;
	border-top-width:1px;
	border-style:dotted;
	border-top-color:gray;
	padding:3px;
	
}
div.webnote_image_previews {
	clear:both;
	display:none;
	margin-top:3px;
	padding:3px;
	width:auto;
	height:150px;
	text-align:center;
	overflow:auto;
	background-color:white;
	border-width:1px;
	border-style:solid;
	border-color:#d9d9d9;
}
div.webnote_input_img_btn {
	display:none;
	width:auto;
	height:auto;
	margin-top:2px;
	text-align:center;
}


/* textbox */
.webnote_textbox_form {
	margin:0;
	font-size:12px;
	height:12px;
}
.webnote_textbox_previewbox {
	margin-top:2px;
	background-color:white;
}
/* table */
/*
.table_preview_gray {
	background-color:white;
	border-width:1px;
	border-style:solid;
	border-color:gray;
}
*/


div.webnote_over {
	display:block;
	width:auto;
	height:auto;
	border-width:1px;
	border-style:solid;
	border-color:#d1c23d;
	padding:5px;
	background-color:#ffffcc;
	overflow:auto;
	clear:both;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap;
	word-break:break-all;
}

/* 블라인드 */
div.webnote_blind {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:104;
	background-color:gray;
	z-index:104;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}