@charset "utf-8"; /* CSS Document */ #table_div {margin:10px 0; width:1000px; background-color:#FFF;} #table_div td {vertical-align:top;} #table_heading {width:2000px;background-color:#FFF; border:1px solid #688FA3;} #heading_table {height: 30px;width:200px; padding:0; border:0;} #heading_table th {background-color:#B8CAD4; border-bottom:1px solid #688FA3; padding:0 6px; vertical-align:middle; height:84px; font:bold 11px Arial, Helvetica, sans-serif; color:#000; margin:0;} #heading_table td { background-color:#FFF; border-bottom:1px solid #688FA3; padding:0 6px; vertical-align:middle; height:auto; font:bold 11px Arial, Helvetica, sans-serif; color:#000; margin:0; } #heading_table td.last_th {border-right:0; border-bottom:0; height:40px; padding:0;} #table_data {width:800px; border-right:1px solid #688FA3; border-top:1px solid #688FA3; border-bottom:1px solid #688FA3; overflow:auto; background-color:#FFF;} #data_table {width:100%; padding:0; border-bottom:1px solid #688FA3; margin:0; background-color:#FFF;} .height_for_safari {height:15px; background-color:#FFF;} #data_table th { background-color:#B8CAD4; border-bottom:1px solid #688FA3; vertical-align:middle; height:35px; font:bold 11px Arial, Helvetica, sans-serif; color:#000; margin:0; text-align:center; border-right:1px solid #688FA3; padding:0 6px; } #data_table td { background-color:#FFF; border-bottom:1px solid #688FA3; vertical-align:middle; height:35px; font:bold 11px Arial, Helvetica, sans-serif; color:#000; margin:0; text-align:center; border-right:1px solid #688FA3; text-align:center; white-space:normal; padding:0 2px; } #data_table .long_ht {height:50px;} #data_table td.last_td {border-right:0; border-bottom:1px solid #688FA3; } #data_table td.last_row {border-right:1px solid #688FA3; border-bottom:0; } #data_table td.last_td_row {border-right:0; border-bottom:0; } * html #table_data {width:800px; overflow-x:scroll; overflow-y:visible; }