﻿@charset "utf-8";
/* CSS Document */

* {
    margin:0;
    padding:0;
 }
body {
    margin:10px;
 }
#container {
    width:675px;
    margin:auto;
 }
#table1 {
    border-top:2px solid #999;
    border-right:0px solid #999;
    border-left:0px solid #999;
    margin-bottom:-2px;
 }
#table1 tbody {
    display:none;
 }
#table2 {
    border-right:0px solid #999;
    border-left:0px solid #999;
 }
#table1 th {
    background-color:#eef;
 }
#table1 th,#table2 td {
    width:675px;
    height:45px;
    border:0px solid #000;
    padding:8px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
	
 }
#scroller {
    width:675px;
    height:125px;
    overflow:auto;
    border-bottom:2px solid #999;
 }
body,td,th {
	color:#8caabf;
}
</style>

<!--[if IE]>
<style type="text/css">
#table1 th,#table2 td {
    height:26px;
 }
#scroller {
    height:104px;
 }
</style>
<![endif]-->