﻿body {
}

/*ZONE*/
.edit_zone {
	padding:0px; 
	color: #000000; 
	opacity: 0.8;
	filter: alpha(opacity: 80);
	background-color:#f0f0f0;
	font-weight:bold;
	float:right;
	height:19px;
}

.zone_edit_wrapper
{
	border-top:2px solid #317200;
	clear:both;
	padding:0px; 
	background-color:transparent;
	overflow:hidden;
	display:block;
	height:auto;
	width:auto;
}

.overlay
{
	z-index:99999;
	background-color:#ff00ff;
	opacity: 0.6;
	filter: alpha(opacity: 60);
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.edit_mode
{
	position:relative;
	z-index:3;	
	background-color:transparent;
	overflow:hidden;
}
