/* Note:

*/

.checkbox input.checkbox {
	margin: 0px;
}

a.silent, a.silent:visited, a.silent:hover {
	text-decoration: none;
	background: transparent;
}

li.note {
	float: left;
}

.note_container .content_bd a {
	color: #FF8000;
	text-decoration: none;
}

.note_container {
	color: #5A5A5A;
	width: 228px;
	height: 433px;
	text-align: left;
	padding: 0px 6px 36px 0px;
	background: transparent;
	font-size: 11px;
	overflow:hidden;
	float: left;
}

.note_container .note_content {
	width: 224px;
	height: 433px;
}

.note_container .note_content .content_hd {
	height: 26px;
	float: left;
	clear: both;
}

.note_container .note_content .content_hd ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
	height: 25px;
}

.note_container .note_content .content_hd ul li {
	float: left;
}

.note_container .note_content .content_hd ul li.checkbox {
}
.note_container .note_content .content_hd ul li.checkbox img {
}
.note_container .note_content .content_hd ul li.information {
	margin-top: -1px;
	padding: 0px 5px;
	height: 25px;
	width: 174px;
	width /**/: 181px; /* -_- do check for windows */
	width /**/: 179px;
	/* checkbox 가 image 이면
	width: 184px;
	*/
	*width: 174px;
}
.note_container .note_content .content_hd ul li.information.long {
	width: 187px;
	width /**/: 194px; /* -_- do check for windows */
	width /**/: 192px;
	/* checkbox 가 image 이면
	width: 184px;
	*/
	*width: 187px;
}
.note_container .note_content .content_hd ul li.information p.note_owner {
	font-size: 10px;
	margin-bottom: 2px;
}
.note_container .note_content .content_hd ul li.information p.note_created {
	font-size: 9px;
	font-family: Arial,Verdana,sans-serif;
}

.note_container .note_content .content_hd ul li.information p {
	line-height: 100%;
}

.note_container .note_content .content_hd ul li.action {
	padding-top: 1px;
}

.note_container .note_content .content_act {
	clear: both;
	padding: 4px 5px 0;
	background: white;
	text-align: right;
	height: 17px;
	border-right: 1px solid #c9c9c9;
}

.note_container .note_content .content_container {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #c9c9c9;
}

.note_container .note_content .content_bd {
	clear: both;
	width: 183px;
	height: 363px;
	background: white;
	padding: 0px 20px;
	padding-top: 1px;
	padding-top /**/: 0px;
	overflow: hidden;
}

.note_container .note_content .content_bd .note_title {
	width: 183px;
	font-size: 11px;
	line-height: 150%;
	font-weight: bold;
	overflow: hidden;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.note_container .note_content .content_bd .note_asset {
	text-align: center;
	padding: 0px;
	margin: 0;
	cursor: pointer;
}

.note_container .note_content .content_bd .note_text {
	width: 183px;
	font-size: 11px;
	line-height: 150%;
	overflow: hidden;
}

.note_container .note_content .content_ft {
	background: white;
	height: 27px;
}

.note_container .note_content .content_ft div.lr_actions {
	clear: both;
	float: left;
	height: inherit;
	font-size: 6pt;
	padding-left: 20px;
	padding-top: 11px;
	color: #999;
}
html>body .note_container .note_content .content_ft div.lr_actions {
	*padding-top: 7px;
}

.note_container .note_content .content_ft div.lr_actions .l {
	width: 167px;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding-top:2px;
}

.note_container .note_content .content_ft div.lr_actions .l img {
	vertical-align: middle;
}

.note_container .note_content .content_ft div.lr_actions .r {
	width: 16px;
	float: left;
	text-align: left;
	padding-top:2px;
}

.note_container .note_content .content_ft div.lr_actions .r img.tag_button {
}



/* Note: Message

*/
.message .note_container {
	height: 473px;
}

.message_info {
	padding-left: 20px;
}




/* edit tags*/
#edit_tags {
	width: 444px;
}

#edit_tags .layer_title {
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

#edit_tags .close_btn {
	float: right;
	padding: 3px 3px 0 0;
}

#edit_tags textarea#tag_text {
	border: 1px solid #BED6F4;
	width: 424px;
	height: 50px;
}







/* ASSET */
/* duplicated with note.css */
#asset_upload_form {
	width: 400px;
}

#asset_upload_form .auf_head {
	padding: 24px 0px 0px 24px;
}
#asset_upload_form .auf_body {
	padding: 24px;
}

#asset_upload_form .auf_head h3 {
	color: #ff8000;
	font-size: 11px;
	font-weight: bold;
	float: left;
	font-family: "Verdana":sans-serif;
}

#asset_upload_form .auf_body p.buttons {
	padding-top:15px;
	text-align: right;
}

#asset_upload_form .auf_body div.desc {
	margin-bottom: 24px;
	text-align: left;
}
#asset_upload_form .auf_body div.desc p {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

#asset_upload_form .auf_body #photo_uploader {
	padding-top: 24px;
}
#asset_upload_form .auf_body #photo_uploader .fake_file_input {
	position: relative;
	z-index: 1;
}
#asset_upload_form .auf_body #photo_uploader .fake_file_input img {
	margin-right: 10px;
}
#asset_upload_form .auf_body #photo_uploader .fake_file_input #just_selected_filename {
	position: relative;
	top: -4px;
	top /**/: -6px;
}
#asset_upload_form .auf_body #photo_uploader .real_file_input {
	position: relative;
	z-index: 2;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	top: -18px;
	height: 16px;
}
#asset_upload_form .auf_body #photo_uploader #photo_uploader_body {
	text-align: center;
}

#asset_layer {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0;
	z-index: 0;
	float: left;
}


/* new note editor */
#note_editor {
	height: 437px;
	width: 225px;
	margin-right: 4px;
	margin-right /**/: 9px;
	float: left;
}
#note_editor .note_editor_wrapper {
}

#note_editor .hd {
	background-color: #dadada;
	padding-left: 19px;
	width: 204px;
	margin: 0px;
	height: 26px;
	float: left;
}

#note_editor .bd {
	background: white;
	border: 4px solid #8DBBF4;
	height: 403px;
	padding: 0px 14px;
	width: 187px;
	float: left;
}

#note_editor .note_editor_form {
	height: 382px;
	width: 187px;
	margin-top: 17px;
	float: left;
	background: #ddd;
}

#note_editor .note_editor_form .hidden_fields {
	float: left;
	display: none;
}

#note_editor .note_editor_form input#note_title {
	font-weight: bold;
	font-size: 11px;
	line-height: 150%;
	overflow: hidden;
	color: #5A5A5A;
	padding: 0px;
	margin: 0px;
	border: 1px solid #BED6F4;
	height: 15px;
	float: left;
	width: 183px;
	padding: 0 1px;
}
#note_editor .note_editor_form textarea#note_body {
	display: none;
}

#note_editor .note_editor_form .lr_actions {
	clear: both;
	float: left;
	height: 22px;
	width: 187px;
	color: #999;
	background: white;
	padding-top: 5px;
}
#note_editor .note_editor_form .lr_actions .l {
	float: left;
	text-align: left;
}
#note_editor .note_editor_form .lr_actions .r {
	float: right;
	text-align: right;
}

/* Note: Back

*/
.note_back {
	background-color: white;
	height: 385px;
	width: 183px;
	padding: 0 20px;
	color: #4b4b4b;
}

.note_back h3 {
	font-size: 12px;
	padding-bottom: 6px;
	color: #ff793e;
}

.note_back h3 .id {
	color: #4b4b4b;
	font-weight: normal;
}

.note_back a {
	color: #ff793e;
	font-weight: bold;
}

.note_back li {
	clear: both;
	padding: 8px 11px 10px;
	letter-spacing: -1px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #c5c5c5;
}

.note_back li.left,
.note_back li.right {
	clear: none;

	height: 16px;
}

.note_back li.left {
	border-width: 1px;
}

.note_back li.right {
	border-width: 1px 1px 1px 0;
}

.note_back .left {
	float: left;
	padding-right: 0px;
	width: 79px;

	*line-height: 0px;
	*height: 0px;
}

.note_back .right {
	text-align: right;
	float: right;
	padding-left: 0px;
	width: 79px;
	height: 16px;

	*line-height: 0px;
	*height: 0px;
}

.note_back .right.note_link {
	padding-top: 3px;
	height: 9px;
}

.note_back li p {
	letter-spacing: 0px;
}

.note_back li img {
	vertical-align: middle;
}

.note_back li img.copy {
	padding-top: 4px;
}

.note_back li textarea,
.note_back li input.input {
	clear: both;
	width: 157px;
	border: 1px solid #c5c5c5;
	margin-top: 9px;
	color: #4b4b4b;
}

.note_back li textarea {
	height: 50px;
}



/* Note: for slide

*/
.scroller {
	width: 223px;
	overflow: hidden;
	position: absolute;
	border-right: 1px solid #c9c9c9;
}

.slide_wrapper {
	width: 500px;
}

.empty_layer {
	background-color: transparent;
	z-index: 0;
	width: 223px;
	height: 1px;
	float: left;
}

.slide_layer {
	float: left;
	border-bottom: 1px solid #c9c9c9;
}



/* wyswyg */
#zeditor_container {
	background: white;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	float: left;
}

#zeditor_container body {
	font-size: 11px;
}

#editor_container {
	border: 1px solid #BED6F4;
	border-top: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

.toolbar_container {
	height: 18px;
	width: 191px;
}

.toolbar_button {
  font-size: 11px;
  color: black;
  font-weight: bold;
  cursor: pointer;
	margin-right: 2px;
}

/* comments */
#comment {
	width: 582px;
}

#comment h3 {
	width: 82px;
	height: 12px;
	margin-bottom: 8px;
	margin-bottom /**/: 25px;
	float: left;
	position: relative;
	top: 25px;
	left: 25px;
	background: url("/images/title_comment.gif") no-repeat;
	text-indent: -1000px;
}

#comment .layer_body {
	padding: 20px 25px;
}

#comments {
	margin-top: 12px;
	width: 528px;
	height: 319px;
	border: 1px solid #aaaaaa;
	background-color: #e6e6e6;
}
#comments .border_mid {
	width: 526px;
	height: 317px;
	border: 1px solid #c8c8c8;
	overflow: auto;
	overflow-x: hidden;
}

#comments .border_in {
	width: 524px;
	height: 315px;
	color: #dcdcdc;
}

#comments ul#comments_ul {
	margin-top: 4px
}
#comments ul#comments_ul li {
	padding: 8px 0 10px;
	margin: 0 12px;
	margin-right: 26px;
	color: #666;
	background: transparent url("/images/bg_comment.gif") repeat-x bottom left;
}
#comments ul#comments_ul li .front {
	float: left;
	padding-right: 12px;
	width: 24px;
}
#comments ul#comments_ul li .mid {
	float: left;
	width: 424px;
}
#comments ul#comments_ul li .mid .author {
	line-height: 100%;
}
#comments ul#comments_ul li .rear {
	float: right;
	width: 11px;
	padding-left: 13px;
}

#comment textarea#comment_body {
	margin-top: 12px;
	border: 1px solid #c5c5c5;
	padding: 3px;
	width: 522px;
	height: 50px;
}

#comment .apply_btn {
	padding-top: 12px;
	padding-bottom: 23px;
}

#note_on_comments {
	height: 60px;
	margin-bottom: 10px;
}

#note_on_comments img {
	float: left;
	padding-right: 10px;
}

#note_on_comments p {
	line-height: 14px;
}

.toolbar_plate {
	background: white;
	border: 1px solid #c5c5c5;
}
.toolbar_plate .picker_closer {
	padding: 3px;
	text-align: right;
}
.toolbar_plate .picker_closer img {
	cursor: pointer;
}
.toolbar_plate .picker_title {
	color:#FF8000;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
}

.toolbar_plate .picker_content {
	padding: 10px;
}
.toolbar_plate .picker_content input.input {
	font-size: 11px;
	padding: 4px 2px;
	border: 1px solid #A4A4A4;
	height: 16px;
	width: 212px;
}
.toolbar_plate .picker_content .picker_button {
	padding: 5px 0;
	text-align: right;
}
