html, body
{
  width:100%;
  height:100%;
  margin:0;
  border:0;
  padding:0;
  font-family:tahoma, verdana, 'arial narrow', sans-serif;
  font-size:12px;
}
table.wtcf_table
{
  min-width:1000px;
  max-width:100%;
  width:100%;
  min-height:700px;
  max-height:100%;
  height:100%;
  margin:10px auto;
  border-collapse:collapse;
  border:1px solid;
  overflow:auto;
}
* html { text-align:center; }
table.wtcf_table .header
{
  text-align:center;
  vertical-align:middle;
  height:100px;
  font-size:16px;
  font-weight:bold;
}
table.wtcf_table .left
{
  width:300px;
  border:1px solid;
  padding:5px 10px;
}
* html table.wtcf_table .left, * html table.wtcf_table .right { text-align:left; }
table.wtcf_table .right fieldset { text-align:left; }
table.wtcf_table .right
{
  border:1px solid;
  padding:5px 10px;
}
table.wtcf_table td { vertical-align:top; }
#subs
{
  width:100%;
  height:100%;
  left:0;
  top:0;
  opacity:1;
  position:absolute;
/*  z-index:10;*/
  display:none;
}
#fillForm
{
  width:400px;
  left:50%;
  top:50%;
  margin-left:-200px;
  margin-top:-200px;
  position:absolute;
  display:block;
  opacity:1;
  border:1px solid;
  padding:10px;
  overflow:visible;
}
#fillTable
{
  width:100%;
  border-collapse:collapse;
  overflow:auto;
  opacity:1;
}
.hidden { display:none; }
table.wtcf_table .right table
{
  border-collapse:collapse;
  border:1px solid;
  width:100%;
}
table.wtcf_table .right table td
{
  border:1px solid;
}
table.wtcf_table .right table thead td
{
  text-align:center;
  font-weight:bold;
}
table.wtcf_table .right tbody td.date
{
  text-align:left;
  min-width:80px;
}
table.wtcf_table .right tbody td.time
{
  text-align:right;
  min-width:40px;
}
table.wtcf_table .right tbody td.no_left
{
  border-left:0px;
}
table.wtcf_table .right tbody td.no_right
{
  border-right:0px;
}
table.wtcf_table .right tbody td.text { width:200px; }
table.wtcf_table .right tbody td.npp { width:15px; text-align:right; }
table.wtcf_table .right tbody td.checkbox { width:15px; text-align:center; }
table.wtcf_table .right tbody .header { height:16px; font-weight:bold; font-size:12px; }
table.wtcf_table .right tbody .italic { font-style:italic; }