/*****************************************************************************/
/*** SUGGEST CSS STYLES BY OMIKRON ***/
/*****************************************************************************/

div.suggestLayer {
	font-family:Helvetica,Arial,sans-serif; 
	position: absolute;
	top: 105px;
	left: 449px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0px;
	margin: 0px;
	z-index: 1000;
	background-color: white;
/*	background: transparent;
	opacity: .9;
	filter:alpha(opacity=90);*/
}
table.suggestLayer {
	font-size: 11px;
	width: 130px;
	border: 1px solid #000000;
	height: 12px;
	background-color: white;
	color: #173553;
	cursor: pointer;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0px;
	height: 12px;
}


tr.suggestHeader{
	color: #173553;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #5C637D;
	padding: 3px 3px 3px 5px
}
td.suggestFooter{
	height:25px;
	border-top:solid 1px #5C637D; 
	font-size:9px;
	color: #173553;
	background-color: #FCFCFC;
	background-image: url("../images/logo_fact-finder_web_suggest.gif");
	background-repeat: no-repeat;
	background-position: right;
}

td.suggestTextQuery{
	font-weight: bold; 
	padding: 2px 15px 2px 10px;
}
span.suggestTextQueryTyped{
	color: #5c7997;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2px 5px 2px 15px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2px 5px 2px 15px;
	width: 30%;
	text-align: right;
}
tr.suggestRow{
	padding: 2px 2px 2px 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
	color: #FCFCFC;
	background-color: #173553;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}

.table-groessen { width:300px; margin:10px 0 10px 0; background:#EFEFEF; border-right:#000 1px solid; border-bottom:#000 1px solid;font-family:Arial, Helvetica, sans-serif; color:#000; font-size:11px;}
.table-groessen tr.hd { text-align:center; }
.table-groessen .hd { font-weight:bold; background:#AAA; color:#FFF; text-shadow: 1px 1px 0px #777; }
.table-groessen td { padding:4px 3px 4px 3px; border-top:#000 1px dotted; border-left:#000 1px dotted; }

