/**
 * jquery-plugin-slider - style definitions
 * 
 * Copyright (c) 2007, 2008 Glencoe Software, Inc. All rights reserved.
 * 
 * This software is distributed under the terms described by the LICENCE file
 * you can find at the root of the distribution bundle, which states you are
 * free to use it only for non commercial purposes.
 * If the file is missing please request a copy by contacting
 * jason@glencoesoftware.com.
 */

/***********************************/
/* Horizontal Slider generic rules */

.hslider { 
}

.hslider *.slider-line { 
  cursor: pointer;
  font-size: 1px;
  border: 1px solid;
  position: absolute;
  display: block;
  left: 15px;
  right: 15px;
  height: 100%;
  /** HACK ALERT: you need to add this to your stylesheet to make it work in IE!! **/
  /*  height: expression(document.getElementById('__slider__id__').clientHeight - 30);  */
}

.hslider *.slider-btn-down { 
  display: block;
  cursor: pointer;
  float: right;
  left: 0px;
  text-align: right;
  width: 10px;
  height: 15px;
  background: url('/appmedia/weblitz_gateway/img/blue_arrow_right.gif') no-repeat center;
}

.hslider *.slider-btn-up { 
  display: block;
  cursor: pointer;
  float: left;
  left: 0px;
  text-align: left;
  width: 10px;
  height: 15px;
  background: url('/appmedia/weblitz_gateway/img/blue_arrow_left.gif') no-repeat center;
}

/*********************************/
/* Vertical Slider generic rules */

.vslider { 
}

.vslider *.slider-line { 
  cursor: pointer;
  font-size: 1px;
  border: 1px solid;
  position: absolute;
  display: block;
  top: 15px;
  bottom: 15px;
  width: 100%;
  /** HACK ALERT: you need to add this to your stylesheet to make it work in IE!! **/
  /*  height: expression(document.getElementById('__slider__id__').clientHeight - 30);  */
}

.vslider *.slider-btn-down { 
  position: absolute;
  cursor: pointer;
  display: block;
  bottom: 0px;
  width: 100%;
  height: 15px;
  text-align: center;
  background: url('/appmedia/weblitz_gateway/img/blue_arrow_down.gif') no-repeat center;
}

.vslider *.slider-btn-up { 
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0px;
  width: 100%;
  height: 15px;
  text-align: center;
  background: url('/appmedia/weblitz_gateway/img/blue_arrow_up.gif') no-repeat center;
}


/***********/
/* Generic */

.slider-handle { 
  position: absolute;
  display: block;
  border: 1px solid;
  width: 100%;
  height: 100%;
  font-size: 1px;
}

.slider-handle.disabled { 
  background: #CCC;
}
/**
 * snippet_viewport - style definitions
 * 
 * Copyright (c) 2007, 2008 Glencoe Software, Inc. All rights reserved.
 * 
 * This software is distributed under the terms described by the LICENCE file
 * you can find at the root of the distribution bundle, which states you are
 * free to use it only for non commercial purposes.
 * If the file is missing please request a copy by contacting
 * jason@glencoesoftware.com.
 */

.weblitz-viewport-vp {
  position: absolute;
  display: block;
  border: 1px solid;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #ddd;
  top: 0px;
  left: 15px;
  _left: 10px;
}

.weblitz-viewport-top { 
  position: relative;
  height: 100%;
}

.weblitz-viewport-bot { 
  position: relative;
  left: 15px;
  height: 15px;
  /*bottom: 15px;*/
}

.weblitz-viewport-msg {
  display: none;
  color: #F30;
  font-weight: bold;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 1000;
}

.weblitz-viewport-img {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* Customizing the jquery-plugin-viewportImage classes */

.image-viewer { 
  position: relative;
}

.vslider { 
  position: absolute;
  width: 10px;
  height: 100%;
  display: block;
  top: 0px;
  left: 1px;
}

.hslider { 
  position: relative;
  height: 10px;
  /*bottom: -3px;*/
  display: block;
  font-size: 0.1em;
}

.slider-line { 
  /* width: 100%; */
  background: #F30;
  font-size: 0.1em;
}

.slider-handle { 
  background: #184A89;
  font-size: 0.1em;
  left: 0%; 
}

.vslider .slider-line {
  width: 8px;
  _width: 100%;
}

/*
#wblitz-imgarea { 
  position: absolute;
  clear: both;
  display: block;
  top: 65px;
  left: 0px;
  height: 600;
  width: 800;
}

#wblitz-imgcanvas {
  position: relative;
  display: block;
  border: 1px solid;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #ddd;
}


#wblitz-image-vpi { 
  cursor: -moz-grab;
  cursor: url('/appmedia/weblitz_gateway/img/openhand.cur'), pointer, auto;
}

#wblitz-message { 
  color: #F30;
  font-weight: bold;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 1000;
}

#z-slider {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  width: 20px;
  _width: 15px;
  height: 100%;
  /* bottom: 0px; * /
}

#z-slider *.slider-line { 
  height: expression(document.getElementById('z-slider').clientHeight - 30);
  margin: 0px 3px;
  width: 10px;
  background: #F30;
}

#t-slider {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
  height: 20px;
  _height: 15px;
  width: 100%;
  clear: both;
}

#t-slider *.slider-line { 
  margin: 2px 0px;
  height: 10px;
  _height: 13px;
  background: #F30;
}



*/

.draggable {
  cursor: -moz-grab;
  cursor: url('/appmedia/weblitz_gateway/img/openhand.cur'), pointer, auto;
}

.ondrag {
  cursor: -moz-grabbing;
  cursor: url('/appmedia/weblitz_gateway/img/closedhand.cur'), hand, auto;
}

.pick-pos {
  cursor: crosshair;
}