@CHARSET "UTF-8";

.paramTable{
	width:100%;
}

.paramTable tr td {
	border-bottom: 1px groove black;	
}

.paramTable tr td input{
	font-size: 10px;	
}

.paramTable tr td select{
	font-size: 10px;	
}

	
.paramTable tr td{
	font-size: 10px;	
}
	
		
.someRegion{
	border: 1px inset black;
	padding-top: 2px;
	cursor:pointer;	
}

.adminPanel{
	top:0px;
	left:0px;
	width:150px;
	height:600px;
	border:1px solid black;
	position: absolute;
	font-size: 10px;
	z-index:1001;
	font-size: 10px;
	background-color: #F7F7F7;
}

.adminPanelHide{
	display:none;
}

.adminPanelShow{
	display:block;
}

.adminTitle{
	position: relative;
	width: 100%;
	height: 20px;
	top: 0px;
	left: 0px;
	background-color: silver;
	border: 1px solid black;
	display:block;
	-moz-user-select:none;
	cursor:pointer;
}

.adminClose{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 12px;
	height: 12px;
	border: 1px solid black;
	background-image: url("../images/admin/close.gif");
	background-repeat: no-repeat;
	cursor:pointer;
	display:block;
}

.showRefresh{
	position: absolute;
	top: 0px;
	left: 66px;
	width: 20px;
	height: 20px;
	border: 0px none;
	background-image: url("../images/admin/refresh.gif");
	background-repeat: no-repeat;
	cursor:pointer;
	display:block;
}

.showMainAdmin{
	position: absolute;
	top: 0px;
	left: 88px;
	width: 20px;
	height: 20px;
	border: 0px none;
	background-image: url("../images/admin/mainadmin.gif");
	background-repeat: no-repeat;
	cursor:pointer;
	display:block;
}

.showOther{
	position: absolute;
	top: 0px;
	left: 110px;
	width: 20px;
	height: 20px;
	border: 0px none;
	background-image: url("../images/admin/block.png");
	background-repeat: no-repeat;
	cursor:pointer;
	display:block;
}
	

.editBody{
	width: 20px;
	height: 20px;
	border: 0px none;
	background-image: url("../images/admin/document.gif");
	background-repeat: no-repeat;
	cursor:pointer;
	display:block;
}


.regionAction{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	border: 1px solid black;
	background-color: lightblue;
	display:block;
}

.createRegion{
	position: absolute;
	top: 0px;
	left: 1px;
	width: 20px;
	height: 20px;
	border: 0px none;
	background-image: url("../images/admin/create.gif");
	background-repeat: no-repeat;
	cursor:pointer;
	display:block;
}



.showParamRegion{
	position: absolute;
	top: 0px;
	left: 22px;
	width: 20px;
	height: 20px;
	border: 0px none;
	background-image: url("../images/admin/choose.gif");
	background-repeat: no-repeat;
	cursor:pointer;
	display:block;
}

.showAllPageRegion{
	position: absolute;
	top: 0px;
	left: 44px;
	width: 20px;
	height: 20px;
	border: 0px none;
	background-image: url("../images/admin/icons.png");
	background-repeat: no-repeat;
	cursor:pointer;
	display:block;
}


.regionSelect{
	position: absolute;
	width: 100%;
	height:20px;
	left:0px;
	border:1px solid black;	
	cursor:pointer;
	-moz-user-select:none;
	font-size: 10px;
}
.regionDrag{
	position: absolute;
	height:20px;
	top:0px;
	left:0px;
	width:0px;
	border:1px outset green;	
	background-color:silver;
	cursor:move;
	-moz-user-select:none;
	font-size: 10px;
	z-index:500000;
}

.regionSelectAll{
	position: relative;
	width: 100%;
	top:0px;
	left:0px;
	display:none;		
	-moz-user-select:none;
	font-size: 10px;
}

.regionProxy{
	position: absolute;
	width: 100%;
	height:100%;
	top:0px;
	left:0px;
	z-index: 1000;
	-moz-user-select:none;
	background-color: lightgrey;
	opacity:0.3;
	filter: alpha(opacity=30);
}

.regionParam{
	position: absolute;
	width: 400px;
	top:0px;
	left:0px;
	z-index: 1002;
	background-color: lightblue;
	font-size: 10px;
}
.regionAllParam{
	position: absolute;
	width: 100%;
	top:20px;
	left:0px;
	height: 500px;
	overflow: auto;
	background-color: lightblue;
	border:1px solid black;
	font-size: 10px;
}
.statusPanel{
	z-index:1001;
	background-color:lightyellow;
	border:1px inset black;
	height:20px;
	position:absolute;
	top:0px;
	right:0px;
	width:500px;	
}

.checkDiv{
position: absolute;
border: 2px solid red;
z-index: 999;
color: red;
font-weight: bold;
text-align: right;
}
