/*
Use of this source code is governed by an Apache 2.0 License.
See the COPYING file for details.
*/

/* Copyright 2007 Google Inc.  All Rights Reserved. */
/**/


.goog-ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 49;
}

.goog-ui-resizable-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 7px;
  cursor: s-resize;
}

.goog-ui-resizable-right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 7px;
  height: 100%;
  cursor: e-resize;
}

.goog-ui-resizable-bottom-right {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 16px;
  height: 16px;
  background: transparent url("../images/ico_windowresize.png") no-repeat scroll 0 0;
  cursor: se-resize;
  z-index: 50;
}

.goog-ui-resizable-ghost {
  position: absolute;
  left: 0px;
  top: 0px;
  border: #aaaaaa 2px solid;
  z-index: 999;
  cursor: move;
  -moz-box-sizing: border-box;
}
