@charset "utf-8"; /* CSS Document */ *:focus { outline: 0; } body { margin: 0; padding: 0; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#FFFFFF; border-top: 3px solid #FF732D; -webkit-print-color-adjust: exact; } img { border:none; } a { text-decoration:none; border:none; } ul { margin: 0; padding: 0; list-style: none; } #wrapper { background-color: #FFFFFF; } #login_frame { width: 300px; height: 210px; margin: 150px auto; background-color: #FFFFFF; padding: 30px 50px; } .login_title { text-align: center; font-weight: bold; font-style: italic; color: #FF732D; font-size: 30px; } .login_subtitle { text-align: center; font-size: 11px; color: #414141; margin-bottom: 20px; margin-top: 5px; } #login_frame input { margin: 5px 0px; height: 30px; border: 1px solid #CCCCCC; border-radius: 3px; background-color: #FAFAFA; width: 256px; } #login_frame .submit_btn { margin: 10px auto 0px auto; width: 100px; } #login_frame .submit_btn input { color: #FF732D; border: 1px solid #FF732D; background-color: #FFFFFF; cursor: pointer; width: 100%; } #main_frame { width: 1000px; margin: 0px auto; } .top_menu_frame { margin:0px 20px; } .top_menu_btn { float: right; padding: 3px 8px; background-color: #FFFFFF; border: 1px solid #E6E6E6; margin: 0px 0px 0px 2px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; color: #FF732D; } .main_title { font-size: 22px; font-weight: bold; color: #414141; margin-top: 10px; margin: 10px 20px 0px 20px; float: left; } .type_title { font-size: 22px; font-weight: bold; color: #414141; margin-top: 10px; margin: 10px 20px 0px 20px; float: left; } .tab_title { color: #414141; font-size: 18px; font-weight: bold; margin: 20px 0px; } .tab_content { color: #969696; } .tab_content a { color: #969696; } .tab_content .message { margin: 10px 0px; } .tab_content_left { float: left; width: 150px; } .tab_content_right { float: right; width: 800px; } .file_path { color: #969696; margin: 0px 0px 10px 0px; } .file_path a { color: #969696; } .date_frame { color: #5A5A5A; font-size: 12px; margin: 10px 0px; } .date_frame input{ border: 1px solid #F5F5F5; width: 100px; margin: 0px 10px; } .tab_content_btn { height: 26px; float: left; margin-right: 5px; } .tab_content_table { border-top: 3px solid #EBEBEB; margin: 20px 0px; } .tab_content_table td { border-bottom:1px solid #EBEBEB; padding:10px 5px; color:#5A5A5A; } .tab_content_table .title { background-color: #F5F5F5; color: #969696; font-weight: bold; } .tab_content_table .checkbox { border-radius: 2px; border: 1px solid #C4C4C4; } .tab_content_table .check_all { border-radius: 2px; border: 1px solid #C4C4C4; } .tab_content_table .file_type_icon { width:16px; height:16px; float:left; } .tab_content_table .file_title { float: left; margin-left: 10px; } .tab_content_table .file_title a { color: #5A5A5A; } .tab_upload_table td { padding: 10px 0px; color: #5A5A5A; } .tab_upload_table a { color: #5A5A5A; } .tab_upload_table .title { background-color: #F5F5F5; color: #969696; font-weight: bold; } .tab_upload_table input { width: 100%; border: 1px solid #E6E6E6; } .tab_upload_table select { border: 1px solid #E6E6E6; } .tab_report_table { border: 2px solid #EBEBEB; margin: 20px 0px; } .tab_report_table td { border:1px solid #EBEBEB; padding:10px 5px; color:#5A5A5A; text-align:right; } .tab_report_table td a { color:#5A5A5A; text-decoration:underline; } .tab_report_table .title_cell { background-color: #F5F5F5; color: #969696; text-align:left; } .tab_report_table .title_total { color: #414141; font-weight: bold; } .tab_report_table .title { color: #414141; font-size: 15px; font-weight: bold; text-align: center; } .tab_report_table .subtitle { text-align: center; color: #414141; font-size: 12px; } .tab_report_addtable { margin: 20px 0px; } .tab_report_addtable td { padding:10px 0px; color:#5A5A5A; } .tab_report_addtable input { width: 100%; border: 1px solid #E6E6E6; } .tab_report_addtable .title2 { color: #414141; font-size: 15px; font-weight: bold; } .tab_report_addtable .subtitle2 { color: #414141; font-size: 12px; }