table.MTSPanelTable {
  background-color: #eaedef;
  margin-top: 5px; margin-bottom: 5px;
  width: 100%; 
}

tr.MTSPanelBorderTop {
}

tr.MTSPanelBorderBot {
}

td.MTSPanelBorderTop {
  border-top: 1px solid #e1e1e1;
  white-space: nowrap;
  width: 100%; 
}

td.MTSPanelBorderBot {
  border-bottom: 1px solid #e1e1e1;
  white-space: nowrap;
  width: 100%; 
}

td.MTSPanelCornerTopL {
  width: 5px; height: 5px; 
  text-align: left; vertical-align: top;
}

td.MTSPanelCornerTopR {
  width: 5px; height: 5px; 
  text-align: right; vertical-align: top;
}

td.MTSPanelCornerBotL {
  width: 5px; height: 5px; 
  text-align: left; vertical-align: bottom;
}

td.MTSPanelCornerBotR {
  width: 5px; height: 5px; 
  text-align: right; vertical-align: bottom;
}

img.MTSPanelCorner {
  width: 5px; height: 5px;
  border: 0px solid #ffffff;
}

img.MTSPanelPixel {
  width: 1px; height: 1px;
  border: 0px solid #ffffff;
}

td.MTSPanelContent {
  border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; 
  padding-left: 10pt; padding-right: 10pt; padding-top: 5pt; padding-bottom: 5pt;
  font-size: 10pt; font-family: Arial,Helvetica,Sans-Serif;
  text-align: left; vertical-align: top; width: 100%; 
}
