/* data table */
#main {
  
}
#main .top {
  height: 60px;
  letter-spacing: -0.01mm;
  line-height: 18px;
  word-spacing: 0.4mm;
  padding: 0px 15px 15px 15px;
}
#main .left {
  vertical-align: top;
  padding: 0px 15px 15px 15px;
}
#main .right {
  vertical-align: top;
  padding: 0px 20px 15px 40px;
}

#data {
  /* width: 800px; */
  font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
}
#data td {
  border-top: 1px solid #D7D7D7;
  text-align: left;
  padding: 4px 15px 4px 5px;
}
.top-left {
  background: url('../images/tbl_top-left.png') top left no-repeat;
  text-align: left;
  padding: 10px 15px 10px 5px;
}
.top-mid {
  background: url('../images/tbl_header.png') top repeat-x;
  text-align: left;
  padding: 10px 15px 10px 5px;
}
.top-right {
  background: url('../images/tbl_top-right.png') top right no-repeat;
  text-align: left;
  padding: 10px 15px 10px 5px;
}
tr.row1 {
  background: #FFFFFF;
}
tr.row2 {
  background: #EEEEEE;
}
.row1l {
  background: url('../images/tbl_row1-left.png') left repeat-y;
}
.row1r {
  background: url('../images/tbl_row1-right.png') right repeat-y;
}
.row2l {
  background: url('../images/tbl_row2-left.png') left repeat-y;
}
.row2r {
  background: url('../images/tbl_row2-right.png') right repeat-y;
}
.bottom-left {
  padding: 8px 15px 8px 15px;
  background: url('../images/tbl_bottom-left.png') bottom left no-repeat;
  text-align: left;
}
.bottom-mid {
  padding: 8px 15px 8px 5px;
  background: url('../images/tbl_footer.png') bottom repeat-x;
  text-align: left;
}
.bottom-right {
  padding: 8px 15px 8px 5px;
  background: url('../images/tbl_bottom-right.png') bottom right no-repeat;
  text-align: left;
}

#map1 {
  width: 482;
  height: 332;
  background: url('../images/bg_map1.png');
}
#map2 {
  width: 482;
  height: 222;
  background: url('../images/bg_map2.png');
}

/* text styles */
.tabletitle { color: #1D5E86; }
.var        { color: #1D5E86; }
.ip         { color: #C40707; }
.data       { font-weight: bold; }
