#layer1 {
	position: absolute;
	visibility: hidden;
	width: 320px;
	height: 330px;
	left: 20px;
	top: 300px;
	background-color: white;
	border: 1px solid black;
	padding: 10px;
	z-index: 2
}

#close { float: right;}

.onkiAutocomplete{float:none;display:inline}
.onkiSearchField{width:300px}

.hit {
	background-color: #F8F8FF;
	border: 1px solid #999999;
	padding: 0.2em;
	margin-bottom: 0.5em;
}

a.conceptlabellink{text-decoration:none;color:black}

.plusminus {
	color: #444444;
	font-weight: bold;
}

.preflabel { font-weight: bold; }
.sourceontology { color: #444444; }

.conceptblock {
	background-color: #ffffff;
	margin-left: 1.5em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.conceptblock h3 {
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0.2em;
}

.conceptlabels {
        padding-left:20px;
	min-width: 25em;
/*
	width: 40%;
	float: right;
*/
}

.conceptproperties { 
/*	width: 60%;
*/
	min-height:70px;
}

.propertylabel {
	vertical-align: top;
	text-align: right;
	width: 10em;
	color: #444444;
	margin-right: 5px; 
}

.propertyvalue {
/*	min-width:400px; */
        width: 
	vertical-align: top;
	text-align: left;
	padding-bottom: 0.5em;
}
.propertyrightslot {

}

.fetchconcept{
	margin-left:15;
	cursor:pointer;
	cursor:hand;
	background:#04B404;
	color:white;
	font-weight:bold;
}