/* CSS Document */
.icoEdit
{
  display: block;
  height: 20px;
  width: 40px;
  float: right;
  margin: 1px;
  background-image: url(../pix/icons/edit.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.icoEdit_active
{
  display: block;
  height: 20px;
  width: 40px;
  float: right;
  margin: 1px;
  background-image: url(../pix/icons/edit_active.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.icoEdit span
{
  display: none;
}

.icoEdit_active span
{
  display: none;
}

.icoDelete
{
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin: 1px;
  margin-right: 0px;
  background-image: url(../pix/icons/delete.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.icoDelete_active
{
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin: 1px;
  margin-right: 0px;
  background-image: url(../pix/icons/delete_active.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.icoDelete_disabled
{
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin: 1px;
  margin-right: 0px;
  background-image: url(../pix/icons/delete_disabled.png);
  background-repeat: no-repeat;
  cursor: url(../pix/cursors/cannot.cur), default;

}

.icoWatch
{
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin: 1px;
  margin-right: 0px;
  background-image: url(../pix/icons/watch.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.icoWatch_active
{
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin: 1px;
  margin-right: 0px;
  background-image: url(../pix/icons/watch_active.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.icoWatch_disabled
{
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin: 1px;
  margin-right: 0px;
  background-image: url(../pix/icons/watch_disabled.png);
  background-repeat: no-repeat;
  cursor: url(../pix/cursors/cannot.cur), default;

}

.icoEdit2
{
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: 1px;
  margin-left: 0px;
  background-image: url(../pix/icons/edit2.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.icoEdit2_active
{
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: 1px;
  margin-left: 0px;
  background-image: url(../pix/icons/edit2_active.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.icoEdit2_disabled
{
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: 1px;
  margin-left: 0px;
  background-image: url(../pix/icons/edit2_disabled.png);
  background-repeat: no-repeat;
  cursor: url(../pix/cursors/cannot.cur), default;
}

.icoWave
{
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: 1px;
  margin-left: 0px;
  background-image: url(../pix/icons/wave.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.icoWave_active
{
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: 1px;
  margin-left: 0px;
  background-image: url(../pix/icons/wave_active.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.icoWave_disabled
{
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: 1px;
  margin-left: 0px;
  background-image: url(../pix/icons/wave_disabled.png);
  background-repeat: no-repeat;
}

.SlideToolbar
{
  display: block;
  position: absolute;
  background-color: rgb(43, 64, 54);
  text-align: center;
}

.SlideToolbarError
{
  display: block;
  position: absolute;
  background-color: rgb(200, 20, 20);
  text-align: center;  
}

.SlideToolbar div
{
  clear: none;
}

#actionToolbar
{
  clear: both;
  background-color: rgb(43,64,54);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid rgb(235, 255, 150);
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}