@CHARSET "UTF-8";
/*********************************************************************
 * copyright:     network.hu
 * name:          n_imagecropper.css
 * projekt:       www.network.hu
 * release:       2008.07.25.
 * description:   network 1.0 image cropper module elements
 * developer:     worbyd
*********************************************************************/

/* header */
.n_cropperwrap H4 {
  margin-bottom: 0;
  padding-bottom: 18px;
}

#n_editprofileimagewrap,
.n_editprofileimagewrap_class {
  _text-align: center; /* ie6 hack >> .yui-crop { margin: 0 auto 0 auto; } */
  margin-bottom: 5px;
  
  background-color: #000000;
}

.yui-crop {
  margin: 0 auto 0 auto;
}

.yui-skin-sam .yui-crop .yui-crop-mask {
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70); 
}

.yui-skin-sam .yui-crop .yui-resize {
  position: relative;
	_top: 0;
	_left: 0;
  
  border: none;
	_border: 0px solid #000000; /* ie6 brrrrrrr */
}

.yui-skin-sam .yui-resize-knob .yui-resize-handle-t,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-b,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-r {
  display: none;
}

.yui-skin-sam .yui-resize-knob .yui-resize-handle {
  width: 15px;
  height: 15px;
  border: none;
}

.yui-skin-sam .yui-resize .yui-resize-handle-tr,
.yui-skin-sam .yui-resize .yui-resize-handle-bl {
  background: url(/images/frontend/n_imageresizing_bltr.png) 0 0 no-repeat;
  _background: url(/images/frontend/n_imageresizing_bltr.jpg) 0 0 no-repeat;
}

.yui-skin-sam .yui-resize .yui-resize-handle-tl,
.yui-skin-sam .yui-resize .yui-resize-handle-br {
  background: url(/images/frontend/n_imageresizing_tlbr.png) 0 0 no-repeat;
  _background: url(/images/frontend/n_imageresizing_tlbr.jpg) 0 0 no-repeat;
}

.yui-skin-sam .yui-resize .yui-resize-handle-tr {
  position: absolute;
  top: -7px;
  right: -7px;
	width: 15px;
	height: 15px;
	z-index: 1;
}

.yui-skin-sam .yui-resize .yui-resize-handle-tl {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 15px;
  height: 15px;
}

.yui-skin-sam .yui-resize .yui-resize-handle-br {
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 15px;
  height: 15px;
}

.yui-skin-sam .yui-resize .yui-resize-handle-bl {
  position: absolute;
  bottom: -7px;
  left: -7px;
}


/* save button */
#cropIt BUTTON {
  float: right;
  width: 85px;
  height: 27px;
  cursor: pointer;
  
  background-image: url(/images/frontend/hu/button/mentes.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
}
