comSystemReworkhelper .Content {
	border:inset 1px gray;
	opacity: 0.9;
	height: 0px;
	margin:2px;
	overflow:scroll;
}
comSystemReworkhelper .Button {
	color:#0000FF;
	cursor:pointer;
	display:inline;
	font-size:10pt;
	margin-left:20px;
}
comSystemReworkhelper div.Field {
	color:#000000;
	float:left;
	padding-left:2px;
}
comSystemReworkhelper span.Field.Titel {
	color:#000080;
	font-weight:bold;font-size:11pt;
	text-decoration:none;
	cursor:pointer;
}
comSystemReworkhelper span.Field.Titel.Disabled {
	color:#808080;
}
comSystemReworkhelper .Marker {
	background-color:#CCCCCC;
}
comSystemReworkhelper .Marker.Blocked {
	background-color:#FF0000;
}
comSystemReworkhelper .Marker.Enabled {
	background-color:#00FF00;
}
comSystemReworkhelper .Marker.Wait {
	background-color:#FFAA00;
}
comSystemReworkhelper div.ModCaption {
	color:#000000;
	display:inline;
	font-size:12pt;
	font-weight: bold;
	cursor:pointer;
	white-space:nowrap;
}
comSystemReworkhelper td.ModCaption {
	border-bottom:solid 1px gray;
}
comSystemReworkhelper tr.Hover {
	border:dashed 2px #FFFFFF;
	background-color:#8080FF;
}
comSystemReworkhelper {
	background-color:#E0E0E0;
	border-bottom:outset 2px;
	display:none;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	width:100%;
}
comSystemReworkhelper .Fader {
	cursor:pointer;
	color:#808080;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	margin:0px;
	padding:2px 0px 0px 0px;
}
.ansc-rework-contentmarker {
	border:solid 4px #FF99FF;
}

.ansc-rework-disabled { opacity: 0.5; }

.ansc-rework-menue-opener {
	display:block;
	position:absolute;
	width:32px;
	height:32px;
	background-image: var(--ansc-img-button-edit);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:silver;
	border:groove 1px;
	cursor:pointer;
	border-radius: 2px;
}

.ansc-rework-menue-opener.current-user {
	box-shadow: inset 4px 4px 4px lime, inset -4px -4px 4px lime;
}
.ansc-rework-menue-opener.other-user {
	box-shadow: inset 4px 4px 4px red, inset -4px -4px 4px red;
	cursor:wait;
}

ul.anscReworkMenue {
	display:block;
	padding: 0px 2px;
	margin:0px;
	background-color:silver;
	border: groove 2px gray;
	box-shadow: 3px 3px 4px gray;
	color: black;
	position: absolute;
	list-style: none;
	min-width: 150px;
	line-height: normal;
	overflow:hidden;
}
ul.anscReworkMenue button {
	margin: 0px;
}
ul.anscReworkMenue button.Slider,
ul.anscReworkMenue button.Background {
	display:inline;
	border-top: none;
	border-left: none;
	border-right: none;
	display:inline-block;
	height:32px;
	width:100%;
	text-align:left;
}
ul.anscReworkMenue button.Slider {
	border: outset 2px #EEE;
	background-color: #EEE;
	border-radius: 5px;
}
ul.anscReworkMenue button.Background {
	_background-color: #BBBBBB;
}
ul.anscReworkMenue input:hover {
	background-color:#CCCCFF;
}
