div.create_notes { border:1px solid #cee7ff; background-color:#eff4fc; width:1120px; padding:8px; overflow: hidden; }

table.trouble_notes    { float:left; margin:0px; border-collapse:separate; border-spacing:2px; }
table.trouble_notes th { background-color:#dce8f5; padding:3px 6px; width:100px; height:18px; color:#5A698B; text-align:left; }
table.trouble_notes td { background-color:#dce8f5; padding:3px 6px; width:430px; height:18px; }

div.create_button { background-color:#dce8f5; width:1105px; height:23px; margin:0px 3px 0px 0px; padding:5px; float:right; }
div.excel_area    { margin:10px 0 5px; }
div.note_list     { clear:both;}
div.note_scroll   { margin-bottom:10px; padding:0px; overflow-y:scroll; width:1240px; height:390px; background-color:#eff8fc; }

table.note_list    { margin:0px; }
table.note_list th { border:1px solid #c5dfeb; background-color:#dbedf7; color:#4498c6; padding:3px; }
table.note_list td { border:1px solid #CCC; padding:3px; background-color:#FFF; }
table.note_list td.center     { text-align:center; }
table.note_list tr.checked td { background-color:#eefffe; }
table.note_list tr:hover td   { background-color:#def8ed; }
