
  table#data_box { background-color: #002369; border: 0; }
  table#data_box #box_n { height: 18; background-image: url('../images/boxes/data_n.gif'); background-repeat: repeat-x; }
  table#data_box #box_s { height: 18; background-image: url('../images/boxes/data_s.gif'); background-repeat: repeat-x; }
  table#data_box #box_w { width: 18; background-image: url('../images/boxes/data_w.gif'); background-repeat: repeat-y; }
  table#data_box #box_e { width: 18; background-image: url('../images/boxes/data_e.gif'); background-repeat: repeat-y; }
  table#data_box #box_nw { width: 18; height: 18; background-image: url('../images/boxes/data_nw.gif'); background-repeat: no-repeat; }
  table#data_box #box_ne { width: 18; height: 18; background-image: url('../images/boxes/data_ne.gif'); background-repeat: no-repeat; }
  table#data_box #box_sw { width: 18; height: 18; background-image: url('../images/boxes/data_sw.gif'); background-repeat: no-repeat; }
  table#data_box #box_se { width: 18; height: 18; background-image: url('../images/boxes/data_se.gif'); background-repeat: no-repeat; }
