.tsHeaderLeft
{
  background-image : url('../../img/h_tabsheet/ts_header_left.gif');
  background-position : top left;
  background-repeat : no-repeat;
  background-color : transparent;
  width : 5px;
  height : 34px;
}

.tsHeaderCenter
{
  background-color : #cacaca;
  background-image : url('../../img/h_tabsheet/ts_header_bg.gif');
  background-position : top left;
  background-repeat : repeat-x;

  height : 34px;
  cursor : default;
}

.tsHeaderRight
{
  background-color :  transparent;
  background-image : url('../../img/h_tabsheet/ts_header_right.gif');
  background-position : top right;
  background-repeat : no-repeat;
  width : 5px;
  height : 34px;
}



.tsBodyLeft
{
  background-image : url('../../img/h_tabsheet/ts_body_left.gif');
  background-position : top left;
  background-repeat : no-repeat;
  background-color : #efefef;

  width : 4px;
  height : 106px;
  border-left : 1px solid #cccccc;
}

.tsBodyCenter
{
  background-color : #efefef;
  background-image : url('../../img/h_tabsheet/ts_body_bg.gif');
  background-position : top left;
  background-repeat : repeat-x;
  
  height : 106px;  
}

.tsBodyRight
{
  background-color : #efefef;
  background-image : url('../../img/h_tabsheet/ts_body_right.gif');
  background-position : top right;
  background-repeat : no-repeat;
  width : 4px;
  height : 106px;
  border-right : 1px solid #cccccc;
}

.tsItemSelLeft
{
  background-color : #f7f7f7;
  background-image : url('../../img/h_tabsheet/ts_label_left_sel.gif');
  background-position : top left;
  background-repeat : no-repeat;
  width : 7px;
  height : 31px;
  font-size : 0px;
  
  cursor : pointer;
}
.tsItemSelCenter
{
  background-color : #f7f7f7;
  background-image : url('../../img/h_tabsheet/ts_label_bg_sel.gif');
  background-position : top right;
  background-repeat : repeat-x;
  height : 31px;
  
  font-size : 14px;
  font-weight : bold;
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  padding-left : 5px;
  padding-right : 5px;

  cursor : pointer;
}
.tsItemSelRight
{
  background-color : #f7f7f7;
  background-image : url('../../img/h_tabsheet/ts_label_right_sel.gif');
  background-position : top left;
  background-repeat : no-repeat;
  width : 7px;
  height : 31px;
  font-size : 0px;
  cursor : pointer;
}
.tsItemUnSelLeft
{
  background-color : #000000;
  background-image : url('../../img/h_tabsheet/ts_label_bg_unsel.gif');
  background-position : top left;
  background-repeat : repeat-x;
  width : 7px;
  height : 31px;

  cursor : pointer;

}
.tsItemUnSelCenter
{
  background-color : #000000;
  background-image : url('../../img/h_tabsheet/ts_label_bg_unsel.gif');
  background-position : top right;
  background-repeat : repeat-x;
  height : 31px;
  
  font-size : 14px;
  font-weight : bold;
  font-family : Arial, Helvetica, sans-serif;
  color : #ffffff;

  padding-left : 5px;
  padding-right : 5px;
  
  cursor : pointer;

}
.tsItemUnSelRight
{
  background-color : #000000;
  background-image : url('../../img/h_tabsheet/ts_label_bg_unsel.gif');
  background-position : top right;
  background-repeat : repeat-x;
  width : 7px;
  height : 31px;

  cursor : pointer;
}

.tsBottomLeft
{
  background-image : url('../../img/h_tabsheet/ts_bottom_left.gif');
  background-position : top left;
  background-repeat : no-repeat;


  width : 4px;
  height : 5px;
  border-left : 1px solid #cccccc;
}

.tsBottomCenter
{
  background-color : #efefef;
  background-image : url('../../img/h_tabsheet/ts_bottom_bg.gif');
  background-position : top left;
  background-repeat : repeat-x;
  
  height : 5px;
}

.tsBottomRight
{

  background-image : url('../../img/h_tabsheet/ts_bottom_right.gif');
  background-position : top right;
  background-repeat : no-repeat;
  width : 4px;
  height : 5px;
  border-right : 1px solid #cccccc;
}
