@charset "utf-8";
/* CSS Document */

._memoBody {
	padding:0 ;
	margin:0 ;
}

._memoBody {
	background-color: #fff9d1;
	border:solid 2px #565656;
	border-radius: 5px;
	box-shadow:3px 3px 3px #ccc;
	padding:10px 10px;
	font-size:12px;
	width:97%;
}


._memoBody ._Import { 
	background: url(/admin/plugin/images/staroff.gif) no-repeat 0;
	width:14px; 
	height:15px; 
	display:inline-block;
	cursor:pointer;
}

._memoBody ._ImportOn { 
	background: url(/admin/plugin/images/star.gif) no-repeat 0;
	width:14px; 
	height:15px; 
	display:inline-block;
	cursor:pointer;
}

._memoBody ._memoTxt { 
	/*width:100%;*/
	border-radius: 5px;
	border:solid 1px #565656;
	padding:5px 10px;
}

._memoBody ._memoTxt:focus { 
	background-color: #fff;
	color:#000;
}

._memoBody a { 
	background-color: #565656;
	border:solid 1px #333;
	color:#fff;
	border-radius: 5px;
	float:right;
	display:inline;
	position:relative;
	top:-25px;
	left:-5px;
	cursor:pointer;
	padding:2px 5px 0px 5px;
	text-decoration:none;
}

._memoBody a:hover { 
	background-color: #000;
	color: #fff;
}

._memoBody ul  {
	list-style-type:none;
	padding:0;
	margin:0;
}

._memoBody li  {
	display:block;
}

._memoBody ._memoEdit {
	width:100%;
}

._memoView {
	background-color: #fffbe3;
	border:solid 1px #bbb8a0;
	border-radius: 5px;
	padding:10px 15px 0 15px;
	margin:10px 0px;
	font-size:12px;
	/*overflow-y:auto;*/
	overflow: auto;
	
}

._memoView ul {
	
}

._memoView ._memoView_date{
	font-weight:bold;
	margin-bottom:7px;
}

._memoView ._memoView_date.Import{
	color:#ff3300;
}

._memoView ._memoView_date:hover{
	cursor:pointer;
}

._memoView ._memoView_date ._memoView_Edit, ._memoView_Del{
	border-radius: 5px;
	border:solid 1px #565656;
	padding: 0px 3px 0 3px;
}

._memoView ._memoView_date ._memoView_Edit:hover, ._memoView_Del:hover{
	background-color: #000;
	color:#fff;
	cursor:pointer;
}


._memoView ._memoView_Content{
	margin:0 0 20px 10px;
}


._memoDebug {
	background-color: #ffcccc;
	border:solid 1px #565656;
	padding:15px;
	margin-top:20px;
}