/*
	NOTE CSS V1.0
*/

section .note_detail{ padding:5px; }

section .note_detail_view{}
section .note_detail_view .seta{ padding:0px 0px 0px 0px; margin:35px 0px 0px -20px; position:absolute; }
section .note_detail_view strong{ position:absolute; margin-left:5px; margin-top:-2px; font-size:15px; color:#4a4a4a; cursor:pointer; }
section .note_detail_view i{ position:absolute; font-style:normal; margin-left:5px; margin-top:18px; font-size:10px; color:#808080; }
section .note_detail_view em{ clear:both; display:block; font-style:normal; background-color:#edeff4; padding:5px; margin-top:8px; font-size:11px; }
section .seta{ position:absolute; margin-top:74px; margin-left:15px; }

section .note_detail_comment{ margin-top:1px; background:#edeff4; }
section .note_detail_comment input{ border:#bdc7d8 solid 1px; height:13px; margin:3px; background:#FFF url(../../../images/ico_comment.png) center left no-repeat; padding-left:23px; width:96%; font-size:10px; color:#777777; }
section .note_detail_comment b { font-weight:normal; }

section .note_detail_comment_sub{ margin-top:2px; background:#edeff4; background-image:url(../../../images/ico_comment.png); background-position:left center; background-repeat:no-repeat; padding-left:23px; font-size:10px; padding-bottom:5px; margin-left:5px; cursor:pointer; height:20px; }
section .note_detail_comment_sub input{ border:#bdc7d8 solid 1px; height:13px; margin:3px; width:98%; font-size:10px; color:#777777; display:none; }
section .note_detail_comment_sub b { font-weight:normal; }

section .note_detail_more{ margin-top:1px; }
section .note_detail_more em a{ text-decoration:none; }
section .note_detail_more em a:hover{ color:#000000; }
section .note_detail_more em{ display:block; font-style:normal; background:#edeff4 url(../../../images/ico_all_comments.gif) 8px 8px no-repeat; padding:5px; margin-top:1px; font-size:11px; padding-left:25px; margin-bottom:1px; }
section .note_detail_more ul{ margin:0px; padding:0px; }
section .note_detail_more ul li{ border-left:#a8b2ce solid 2px; list-style-type:none; background-color:#edeff4; margin-bottom:1px; clear:both; }
section .note_detail_more ul li img{ float:left; margin:5px; }
section .note_detail_more ul li em{ display:block; font-style:normal; width:90%; font-size:11px; float:left; padding:0px; background:none; }
section .note_detail_more ul li span{ padding:5px; display:block; width:100%; margin-top:2px; clear:both; border:#bdc7d8 solid 1px; color:#bdc7d8; }
section .note_detail_more ul li span b{ display:block; height:20px; width:30px; margin-right:8px; background-position:2px -2px; background-repeat:no-repeat; border-right:#bdc7d8 solid 1px; float:left; }
section .note_detail_more ul li span strong{ display:block; width:80%; font-style:normal; cursor:pointer; }
section .note_detail_more ul li span strong:hover{ color:#7b8ba7; }
section .note_detail_more ul li span i{ display:block; font-style:normal; float:right; background-image:url(../../../images/ico_remove.png);  margin-top:-15px; width:16px; height:16px; cursor:pointer; background-position:center; background-repeat:no-repeat; }
section .note_detail_more ul li button{ float:right; border:none; background-position:center; background-repeat:no-repeat; width:16px; height:16px; cursor:pointer; background-color:transparent; }
section .note_detail_more ul li button.delete{ background-image:url(../../../images/ico_remove.png);  margin-top:5px; }
section .note_detail_more ul li button.image{ background-image:url(../../../images/ico_image.png); margin-top:6px; margin-right:3px; }
section .note_detail_more ul li ul{ display:none; }
section .note_detail_more ul li ul li{ border-left:none; margin-left:20px; background-color:#fafafa; color:#707070; }

.buttons_action { float:left; }