@charset "UTF-8";

body, div, p, ul, li{
  margin:0;
  padding:0;
}


body {
  color:#fff;
  font-size:75%;
  background:#eee;
  text-align:center;
  font-family:Verdana, Arial, MingLiu, sans-serif;
}

#wrapper {
  width:850px;
  height: auto;
  margin:auto;
  border: 1px solid #888;
  padding-bottom: 15px;
  background:#FFFFFF;
}

#container {
  width:850px;
}
.table_1mid {
  background:url(images/mid_bg.gif) repeat-y ;
}
.main-title {
  background: url(images/top1_bg.gif) no-repeat;
  height: 50px;
}
.main-data {
  background: url(images/mid1_bg.gif) repeat-y;
}
.main-data td {
  height: 25px;
  padding: 0 10px;
  border-bottom: 1px solid #4090f3;
}
.discuss {
  padding-left: 10px;
}

.discuss-info {
  width:540px;
  padding: 3px 0 3px 3px;
  border: 1px solid #f11111;
  background-color:#e9f2f9;
  margin-bottom: 10px;
}

.discusstable td {
  border-bottom: 1px solid #bac9e9;
  border-top: 2px solid #fff;
  background-color:#e9f2f9;
  padding: 0 5px;
}

.discusstable th {
  color:#274e91;
  font-weight:100;
  padding: 0 5px;
  border-right: 2px solid #fff;
  background-color:#bbd9f1;
}
.tt01{
  color:#FF0000;
  font-size:12px;
}

