/* borders */

td.tb {

  height: 29px;
  background: url(../images/tb.jpg) top repeat-x;  
  }

td.lb_top {
  width:  31px;
  height: 29px;
  background: url(../images/lb_top.jpg) left top no-repeat;  
  }

td.lb_rep {
  width: 31px;
  background: url(../images/lb_rep.jpg) left repeat-y;  
  }

td.lb_bottom {
  width:  31px;
  height: 32px;
  background: url(../images/lb_bottom.jpg) left bottom no-repeat;  
  }

td.rb_top {
  width:  31px;
  height: 29px;
  background: url(../images/rb_top.jpg) right top no-repeat;  
  }
  
td.rb_rep {
  width:  31px;
  background: url(../images/rb_rep.jpg) right repeat-y;  
  }
  
td.rb_bottom {
  width:  31px;
  height: 32px;
  background: url(../images/rb_bottom.jpg) right bottom no-repeat;  
  }

td.bb {
  height: 32px;
  background: url(../images/bb.jpg) bottom repeat-x;  
  }


