/*kag.to banner class 2009-11-14e*/
table.banner {
  width: 100%;
  text-align: left;
  border: 1px outset;
  border-collapse: separate;
  border-spacing: 2px;
  background-color: #cccccc;
  border-color: #aaaacc;
}
table.banner tbody {
  border-right: 1px outset;
  border-top-width: 1px;
  border-collapse: separate;
  border-color: #aaaacc;
}
table.banner th {
  border: 1px inset;
  padding: 1px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-color: #aaaacc;
}
table.banner tr {
  border: 1px inset;
  padding: 1px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-color: #aaaacc;
}
table.banner tr.Middle {
  visibility: visible;
}
table.banner td {
  border: 1px inset;
  padding: 1px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-color: #aaaacc;
}
table.banner td.Left {
  text-align: center;
}
table.banner td.Right {
  text-align: center;
}
td.Side {
  width: 155px;
  vertical-align: middle;
}
td.Side img {
  border: 0px solid ;
}
td.Center {
  text-align: center;
  vertical-align: top;
}
