/*
  abo_table_layout.css
  $Revision: 1.5 $;
  $Date: 2017/07/13 06:05:11 $;
*/


/* ----------------
   Site Layout
   ----------------
*/


table.container
{
border: 0px solid #999999;
border-collapse: collapse;
border-spacing: 0px;
margin-right: auto;
margin-left: auto;
min-width: 1000px;
background-color: white;

/* border: 2px solid #999999; */
}

table.panel_header
{
  padding: 0px 0px 0px 0px;
}


td.panel_header
{
  vertical-align: top;
  height: 100px;
  /* background: #ccccaa; */ 
  padding: 0px 0px 0px 0px;
}
td.panel_header td
{
  padding : 0px;
}


table.panel_content
{
  border-collapse: collapse;
  border-spacing: 0px;
  /* border: 3px solid #999999; */

}


td.panel_left_left
{
  width: 15px;
  background: white;
}
td.panel_left
{
  width: 10%;
  height: 300px;
  vertical-align: top;
  text-align: center;
  /* background: red; */
}
td.panel_left_right
{
  width: 30px;
  background: white;
}

td.panel_center_left
{
  width: 0px;
  background: white;
}

td.panel_center
{
  /* min-width: 600px; */
  width=100%;
  /* width=300px; */
  height: 350px;
  vertical-align: top;
  padding: 5px 5px 5px 5px;
  text-align: left;
  /* background: blue; */

}
td.panel_center_right
{
  width: 29px;
  border-width: 1px;
  border-color: #695635;
  border-right-style: dashed;
}

td.panel_right_left
{
  width: 20px;
}
td.panel_right
{
  width: 10%;
  vertical-align: top;
  text-align: center;
}
td.panel_right_right
{
  width: 20px;
}
td.panel_footer
{
  padding: 5px 0px 0px 0px;
  background-color: #F6EA40;
  text-align: center;
}

/* abo_table_layout.css */
