.vertical_highlight_container_input
  {
  float: left;
  height: 30px;
  width: 400px;
  }

.vertical_highlight_container_table
  {
  float: left;
  }

.vertical_highlight_container_info {
  float: left;
  height: 200px;
  margin-left: 10px;
  padding: 10px;
  overflow: auto;
}

.vertical_highlight_container_times
  {
  float: left;
  width: 60px;
  overflow: hidden;
  text-align: right;
  margin-right: 1px;
  padding-top: 5px;
  }

.vertical_highlight_container_caption
  {
  float: left;
  margin-right: 1px;
  overflow: hidden;
  text-align: center;
  height: 14px;
  }

.vertical_highlight_container_button
{
  float: left;
  margin-right: 1px;
  overflow: hidden;
  text-align: center;
  height: 25px;
}

.vertical_highlight_container
  {
  background: #DDDDFF;
  background-image: url('../../images/timespan.gif');
  position: relative;
  float: left;
  margin-right: 1px;
  }

.vertical_highlight_container_we
  {
  background: #edddff;
  background-image: url('../../images/timespan.gif');
  position: relative;
  float: left;
  margin-right: 1px;
  }

.vertical_highlight_container_all
  {
  background: #FFFFFF;
  background-image: url('../../images/timespan.gif');
  position: relative;
  float: left;
  margin-right: 1px;
  }

.vertical_highlight_hl
  {
  position: absolute;
  z-index: 0;
  }

.vertical_highlight_hl_resize_up
  {
  background: #7579BA;
  cursor: n-resize;
  font-size: 1px;
  }

.vertical_highlight_hl_still
  {
  background: #666666;
  font-size: 1px;
  }

.vertical_highlight_hl_still_hl
  {
  background: #7579BA;
  font-size: 1px;
  }

.vertical_highlight_hl_move
  {
  background: #DDDDDD;
  cursor: move;
  font-size: 1px;
  }

.vertical_highlight_hl_resize_down
  {
  background: #7579BA;
  cursor: s-resize;
  font-size: 1px;
  }

.vertical_highlight_hl_selected
  {
  position: absolute;
  z-index: 1;
  }

.vertical_highlight_hl_selected_resize_up
  {
  background: #7579BA;
  cursor: n-resize;
  font-size: 1px;
  }

.vertical_highlight_hl_selected_move
  {
  background: #BCBCBC;
  cursor: move;
  font-size: 1px;
  }

.vertical_highlight_hl_selected_resize_down
  {
  background: #7579BA;
  cursor: s-resize;
  font-size: 1px;
  }
