
table.tabFrame {
 border-collapse: collapse;
 border: none;
}

.roundShadow td {
 background: url('../../map/kiseiFrame.png') no-repeat;
}

.cameraView td {
 background: url('../../map/background.png') no-repeat;
}


.tabFrame .rs_topL {
  height: 10px;
  background-position: left top;
}

.tabFrame .rs_top {
  background-position: -10px top;
}

.tabFrame .rs_topR {
  background-position: right top ;
}

.tabFrame .rs_left {
  width: 10px;
  background-position: 0 -10px;
}

.tabFrame .rs_content {
  background-position: -10px -10px;
}

.tabFrame .rs_right {
  width: 10px;
  background-position: right -10px;
}

.tabFrame .rs_bottomL {
  height: 10px;
  background-position: left bottom;
}

.tabFrame .rs_bottom {
  background-position: -10px bottom;
}

.tabFrame .rs_bottomR {
  width: 10px;
  height: 10px;
  background-position: right bottom;
}


#tooltipKiseiInfo {
  z-index: 100;		  
}