/*****************************************************************************/
/*** SUGGEST CSS STYLES BY OMIKRON ***/
/*****************************************************************************/

div.suggestLayer {
	position: relative;
	top:0px;
	left: 14px;
	width: 1px;
	height: 1px;
	display: none;
	
	margin: 0;
	z-index: 1000;
	background-color: white;
	font-family:Verdana,sans-serif;
	font-size:11px;
	color:#2F2F2F;
	
}

table.suggestLayer {
	width: 130px;
	border: #DA4725 solid 1px;
	/*border-top: #DA4725 solid 1px;
	border-bottom: #DA4725 solid 1px;*/
	height: 12px;
	background-color: white;
	cursor: pointer;
	POSITION: absolute;
	
}

tr.suggestLayer { 
	
}
td.suggestLayer {
	
}

tr.suggestHeader{
	color: #173553;
	font-weight: normal;
	font-size: 10px;
	background:url(images/boxes/box_red_ro.gif) top right no-repeat;
}
tr.suggestHeader td{
	border-bottom: #5C637D solid 0px;
	
}
td.suggestFooter{
	height:25px;
	border-top:solid 1px #5C637D; 
	font-size:9px;
	color: #173553;
	background-color: #FCFCFC;
	background-image: url("../images/result/logo_fact-finder_suggest.gif");
	background-repeat: no-repeat;
	background-position: right;
}

td.suggestTextQuery{
	
}
td.suggestTextQuery:hover{
	text-decoration: underline;	
}
span.suggestTextQueryTyped{
	color: #5c7997;
	text-decoration: underline;
}
td.suggestTextType{
	
	width: 30%;
}
td.suggestTextAmount{
	
	width: 30%;
	text-align: right;
	text-decoration: none;
}
tr.suggestRow{
	
}

tr.suggestHighlight{
	text-decoration: underline;
	background-color: #ADA08D;
	
}
tr.suggestHighlight span.suggestTextQueryTyped{
	text-decoration: underline;
}