div#tabular_header {
  height: 58px;
}

div#tabular_header div {
  height: 58px;
  text-align: center;
  float: left;
  background-repeat: no-repeat;
}

div#tabular_header div span {
  padding-top: 10px;
  display: block;
}

div#tabular_corners_top {
  width: 644px;
}

div#tabular_corners_top div#tabular_corn_top_left {
  float: left;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  /* IE & Opera hack */
  margin-top: -1px;
}

div#tabular_corners_top div#tabular_corn_top_right {
  float: right;
  width: 11px;
  height: 11px; 
  background-repeat: no-repeat;
}

div#tabular_content {
  width: 642px;
  margin-top: -10px;
  border-left: 1px solid #C9D1DB;
  border-right: 1px solid #C9D1DB;
}

div#tabular_content_wrapper {
  padding: 11px;
}

/* Active */

div.order_brd_begin_active {
  width: 11px;
  background-image: url("/images/order/order_brd_begin_active.gif");
}

div.order_active {
  width: 130px;
  background-image: url("/images/order/order_active.gif");
  color: #586066;
}

div.order_brd_active_end {
  width: 11px;
  background-image: url("/images/order/order_brd_active_end.gif");
}

/* Blue */

div.order_brd_active_blue_open {
  width: 10px;
  background-image: url("/images/order/order_brd_active_blue_open.gif");
}

div.order_blue {
  width: 113px;
  background-image: url("/images/order/order_blue.gif");
  color: white;
}

div.order_brd_blue_closed_blue_open {
  width: 10px;
  background-image: url("/images/order/order_brd_blue_closed_blue_open.gif");
}

div.order_brd_blue_closed_end {
  width: 11px;
  background-image: url("/images/order/order_brd_blue_closed_end.gif");
  background-repeat: no-repeat;
}

/* Green */

div.order_brd_begin_green_closed {
  width: 11px;
  background-image: url("/images/order/order_brd_begin_green_closed.gif");
}

div.order_brd_green_closed_green_open {
  width: 10px;
  background-image: url("/images/order/order_brd_green_closed_green_open.gif");
}

div.order_brd_green_open_active {
  width: 10px;
  background-image: url("/images/order/order_brd_green_open_active.gif");
}

div.order_green {
  width: 113px;
  background-image: url("/images/order/order_green.gif");
  color: white;
}

/* Corners */

div.bottomspace {
  width: 638px;
  height: 11px;
  /* margin-top: -20px; */
}

div.bottom_line {
  border-bottom: solid 1px #C9D1DB;
  float: left;
  width: 616px;
  height: 11px;
}

div.corner_left_green {
  background-image: url("/images/order/order_corner_left_green.gif");
  background-repeat: no-repeat;
  height: 11px;
}

div.corner_left_active {
  border-left: solid 1px #C9D1DB;
  height: 11px;
}

div.corner_right_blue {
  background-image: url("/images/order/order_corner_right_blue.gif");
  background-repeat: no-repeat;
  height: 11px;
}

div.corner_right_active {
  border-right: solid 1px #C9D1DB;
  height: 11px;
}

div.corner_left_bottom {
  background-image: url("/images/order/order_corner_left_bottom.gif");
  background-repeat: no-repeat;
  height: 11px;
  width: 11px;
  float: left;
}

div.corner_right_bottom {
  background-image: url("/images/order/order_corner_right_bottom.gif");
  background-repeat: no-repeat;
  height: 11px;
  width: 11px;
  float: right;
}
