.main_table{
  width:900px;
  height:947px;

  border-bottom-color: #FF8CA4;
  border-left-color: #FF0000;
  border-right-color: #FF8CA4;
  border-top-color: #FF0000;

  z-index:0;

  position: fixed;
  margin-top: 8px;

  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;

  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px
}

.under_table{

   border: 0px;
   background-color: #FFFFFF;
   z-index:0;
   margin-top: 7px;

}

.select_map{
  width: 100px;
  border: 1px inset;
  height: 20px;
  font-size: xx-small
}
.select{
  width: 100px;
  border: 1px inset;
  height: 20px;
  font-size: xx-small
}

.dotted_table{
  text-align: center;
  border: 2px dotted #FF0000;

}

BODY{

    position: relative;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    background-color: #D7E9FD;
}
