/*****************************************************************************/
/*** FactFinder SUGGEST ***/
/*****************************************************************************/ 

div.suggestLayer {
	font-family:Arial,Helvetica,sans-serif; 
	position: relative;
	top: 12px;
	left: 48px;
	/*width: 410px;
	height: 1px;*/
	display: none;
	padding: 0px 0px 0px 0px;
	margin: 2px 2px 2px 2px;
	z-index: 9000;
	background-color: transparent;
	background: transparent;
}
table.suggestLayer {
	font-size: 11px;
	width: 10px;
	border: 1px solid #000000;
	height: 12px;
	background-color: white;
	color: #173553;
	cursor: pointer;
	padding: 5px;
	width: 410px;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0 0 0 0px;
	height: 12px;
}
tr.suggestHeader{
	color: #173553;
	font-weight: normal;
	font-size: 12px;
	//background-color:#eaeaea;
}
td.suggestHeader{
	padding: 3 3 3 5px;
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
}

.suggestContent{
	color: #5c7997;
	text-decoration: underline;
	font-size: 15px;
}	

td.suggestTextQuery{
	font-size:14px;
	padding-top:3px;
}

tr.suggestHighlight{
	background-color:#eaeaea;
}

/*****************************************************************************/
/*** FactFinder ASN und Suchergebnis ***/
/*****************************************************************************/ 


span.FF {
	background-color:#cccccc;
	font-weight: bold;
	padding-left: 2px;
	font-size:13px;
}

ul.FF {
	padding:0px;
	margin:0px;
	padding-top:0px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}

li.FF, li.FF:hover {
	background-color:#cccccc;
	list-style:none;
}

li.FF-item {
	border-bottom: 0px;
}

li.FF-item-selected {
	border-bottom: 0px;
}

.erwProdTableInput-large {
	width: 180px;
	margin-left:4px;
}

.erwProdTableInput-small {
	width: 40px;
}

.deactivatefilter {
	font-size:10px;
	padding-left:20px;
}
