/* general tagging initiate settings */

.imgCrop_wrap {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	cursor: crosshair;
}

/* an extra classname is applied for Opera < 9.0 to fix it's lack of opacity support */
.imgCrop_wrap.opera8 .imgCrop_overlay,
.imgCrop_wrap.opera8 .imgCrop_clickArea {
	background-color: transparent;
}

/* fix for IE displaying all boxes at line-height by default, although they are still 1 pixel high until we combine them with the pointless span */
.imgCrop_wrap,
.imgCrop_wrap * {
	font-size: 0;
}

.imgCrop_overlay {
	background-color: #50A8E0;
	opacity: 0.3;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	position: absolute;
	width: 100%;
	height: 100%;

}


.imgCrop_selArea {
	position: absolute;
	cursor: move;
	z-index: 2;
}

/* clickArea is all a fix for IE 5.5 & 6 to allow the user to click on the given area */
.imgCrop_clickArea {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	-moz-opacity:0.01;
	opacity: 0.01;
	filter:alpha(opacity=01);
}

.imgCrop_marqueeHoriz {
	position: absolute;
	width: 100%;
	height: 1px;
	background: transparent url(marqueeHoriz.gif) repeat-x 0 0;
	z-index: 3;
}

.imgCrop_marqueeVert {
	position: absolute;
	height: 100%;
	width: 1px;
	background: transparent url(marqueeVert.gif) repeat-y 0 0;
	z-index: 3;
}

.imgCrop_marqueeNorth { top: 0; left: 0; }
.imgCrop_marqueeEast  { top: 0; right: 0; }
.imgCrop_marqueeSouth { bottom: 0px; left: 0; }
.imgCrop_marqueeWest  { top: 0; left: 0; }


/* tagging area square settings */
.imgCrop_handle {
	position: absolute;
	border: 2px solid #50A8E0;
	width: 8px;
	height: 8px;
	background: #FFF;
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	z-index: 4;
}

/* fix IE 5 box model */
* html .imgCrop_handle {
	width: 8px;
	height: 8px;
	wid\th: 8px;
	hei\ght: 8px;
}

.imgCrop_handleN {
	width: 4px;
	height: 4px;
	top: -3px;
	left: 0;
	cursor: n-resize;
}

.imgCrop_handleNE {
	top: -3px;
	right: -3px;
	cursor: ne-resize;
}

.imgCrop_handleE {
	width: 4px;
	height: 4px;
	top: 0;
	right: -3px;
	/* margin-top: 49%;    @done_in_js */
	cursor: e-resize;
}

.imgCrop_handleSE {
	right: -3px;
	bottom: -3px;
	cursor: se-resize;
}

.imgCrop_handleS {
	width: 4px;
	height: 4px;
	right: 0;
	bottom: -3px;
	/* margin-right: 49%; @done_in_js */
	cursor: s-resize;
}

.imgCrop_handleSW {
	left: -3px;
	bottom: -3px;
	cursor: sw-resize;
}

.imgCrop_handleW {
	width: 4px;
	height: 4px;
	top: 0;
	left: -3px;
	/* margin-top: 49%;  @done_in_js */
	cursor: w-resize;
}

.imgCrop_handleNW {
	top: -3px;
	left: -3px;
	cursor: nw-resize;
}

/**
 * Create an area to click & drag around on as the default browser behaviour is to let you drag the image
 */
.imgCrop_dragArea {
	width: 100%;
	height: 100%;
	z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
}

.imgCrop_previewWrap {
	overflow: hidden;
	position: relative;
}

.imgCrop_previewWrap img {
	position: absolute;
}

/*======================== TAGGING DISPLAY ===========================*/

.imgTag_main {	position : absolute;
	padding: 3px 5px 3px 5px;
	width : 150px;
	background : #FFF;
	z-index : 1000;
	display : none;
	border: 2px solid #50A8E0;
	font-family:verdana,courier,serif;
	font-weight: bold;
	font-size:16px;

}

.imgTag_main .description_label, .imgTag_main .name_label{
	display : block;
	font-size : 12px;
	color : #50A8E0;
}
.imgTag_tagDescription{
	width : 150px;
	height:40px;
	font-size:12px;
}
.imgTag_tagName{
	width : 150px;
	font-size:10px;
}

.imgTag_butOK{
	width : 70px;
	font-size:10px;
}
.imgTag_butCancel{
	width : 70px;
	font-size:10px;
}

.imgTag_grayDiv{
	position : absolute;
	top : 0px;
	left : 0px;
/* 	background : #000000;
	opacity: 0.5;
	filter:alpha(opacity=50);*/
}
.imgTag_showDiv{
	position : absolute;
	border : 3px solid #50A8E0;
}

.imgTag_descriptionDiv{	
	margin-top:5px; 
	position : absolute;
	text-align: center;
	background: #111111 none repeat scroll 0%;	
	font-size:16px;
	color:#4d9faa;
	
	padding: 3px 5px 3px 5px;
	font-family:verdana,courier,serif;
	font-weight: bold;
	z-index: 98;
  opacity: 0.8;
  filter: alpha(opacity = 80);

	
	
	}


.imgTag_zoom{
	position : absolute;
	background : transprent;
	font-size : 14px;
	color : #3b5998;
	z-index: 1001;
}

.imgTag_zoomButton{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 14px;
	height : 14px;
	background : #b3dbf5;
	font-size : 14px;
	color : #3b5998;
	z-index: 1002;
	cursor: pointer;
}

.imgTag_labelDiv{
	margin-top:5px; 
	position : absolute;
	text-align: center;
	background: #111111 none repeat scroll 0%;	
	font-size:16px;
	color:#4d9faa;
	
	padding: 3px 5px 3px 5px;
	font-family:verdana,courier,serif;
	font-weight: bold;
	z-index: 98;
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
