/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Typhoon RT

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
@import "./style_v2.css";

div.header {
  width : 1100px;
}
div.footer {
  width : 1100px;
}
div.mbody {
  width : 1100px;
}

/* Main > datalist  *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
table.datalist {
  border-spacing: 2px 10px;
  text-align: center;
  margin: 0 auto;
}
table.datalist th{
  font-weight: bold;
  font-size:9pt;
  vertical-align: top;
}

table.datalist tr > td{
  height: 130px;
  border: 0px solid red;
  vertical-align:top;
  padding: 0px;
  margin:0px;
}

table.datalist td>img{
  height: 110px;
  width: 110px;
  border: 1px solid #336699;
  cursor: pointer;
}

table.datalist td>img:hover{
  border: 1px solid #daa520;
}

/* Main > obs.information *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
table.typinfoS {
  height: 115px;
  border-spacing: 0px 0px;
  border-collapse: collapse;
  border: 1px solid gray;
}

table.typinfoS tr > td{
  font-size:8pt;
  text-align: left;
  padding:0px 0px 0px 0px;
  height: auto;
  width: 180px;
  line-height: 1.2em;
}

table.typinfoS td:first-child{
  padding:0px 0px 0px 10px;
  width: 100px;
}

table.typinfoS tr > th{
  text-decoration:underline;
  text-align: left;
  padding: 0px 0px 0px 10px;
  font-weight:normal;
}

table.typinfoS tr > th:last-child{
  text-decoration:none;
  text-align: left;
  padding: 0px 0px 0px 0px;
  font-weight:bold;

}
