ul#liste, ul#liste ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
	list-style-image: none;
}
ul#liste li {
	margin-left: 0;
	padding-left: 0;
}
.plusminus {
	margin: 0 5px;
}

#overDiv table {
	background-color: #333399;
}

#overDiv table table {
	background-color: #ccccff;
}

#xacl_screensel li {
	display: inline;
	padding: 3px 10px;
	border: 1px solid black;
	background-color: #999;
}

#xacl_frame {
	border: 1px solid black;
	margin: 0 10px;
	padding: 10px;
	background-color: #eee;
}

#xacl_screensel li.act {
	background-color: #eee;
}

.label {
	float: left;
	width: 12em;
}
.value {
	display: inline;
}
#xacl_frame ul, #xacl_frame li {
	clear: both;
}
.rightsline img {
	float: left;
}

.rightsline select {
	text-align: center;
}

.allow, .deny, .inherit, .value {
/*		display: inline; */
	float: left;
	width: 8em;
	text-align: center;
}

.allow {
	font-weight: bold;
	color: green;
}
.deny {
	font-weight: bold;
	color: red;
}
.inherit {
	color: gray;
}

