/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
  GCOM-W Validation Web for SMC in-situ

                                       2013, Nov, 15 Imoto@RESTEC
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
/* --------------------------------------------------------------------

-------------------------------------------------------------------- */
div.popup{
  position: absolute;
  z-index: 20;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  visibility: hidden;
  background-color: LightYellow;
}

#table_area table{
  text-align:center;
  padding:0px;
  width:500px;
  border-collapse: collapse;
  border-style:solid;
  border-width:1px;
}

#table_area tr.caption{
  background-color:silver;
  border-style:solid;
  border-width:1px;
}

#table_area th{
  border-style:solid;
  border-width:1px;
}

#table_area td{
  border-style:solid;
  border-width:1px;
}

