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

div.suggestFormWrap{
	position:absolute;	
	/*z-index:1001;*/
}
div.suggestLayer {
	font-family:Helvetica,Arial,sans-serif; 
	position: relative;
	/*top: -3px;*/
	left: 0;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 3000;
	background-color: white;
	background: transparent;
	opacity: .9;
	float:left;
	clear:both;
	/*filter:alpha(opacity=90);*/
}
table.suggestLayer {
	font-size: 11px;
	width: 500px;
	border: 1px solid #000000;
	height: 12px;
	background-color: white;
	color: #000;
	cursor: pointer;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}

tr.suggestHeader{
	color: #173553;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #E5E5E5;
	padding: 2px 5px 2px 5px
}
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{
	font-weight: normal; 
	padding: 2px 5px 2px 5px;
}
span.suggestTextQueryTyped{
	width:70%;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2 5 2 15px;
	width: 29%;
	text-align:right;
}
td.suggestTextAmount{
	padding: 2 5 2 15px;
	width: 1%;
	text-align: right;
}
tr.suggestRow{
	padding: 2 2 2 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
	color: #ED1C24;
	background-color: #E5E5E5;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: #ED1C24;	
}
