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

div.suggestLayer {
	font-family:Helvetica,Arial,sans-serif;
	position: relative;
	top: -2px;
	left: 20px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: #F0F0F0;
	/*
	background: transparent;
	opacity: .9;
	filter:alpha(opacity=90);
	*/
}
table.suggestLayer {
	font-size: 11px;
	width: 130px;
	border: 1px solid #000000;
	height: 12px;
	background-color: #E0E0E0;
	color: #173553;
	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 #5C637D;
	padding: 3 3 3 5px
}
td.suggestFooter{
	/*
	height:1px;
	border-top:solid 1px #5C637D;
	font-size:9px;
	color: #173553;
	background-color: #FCFCFC;
	background-image: url("../images/logo_factfinder.gif");
	background-repeat: no-repeat;
	background-position: right;
	*/
}

td.suggestTextQuery{
	font-weight: bold;
	padding: 2 15 2 10px;
}
span.suggestTextQueryTyped{
	color: #5c7997;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2 5 2 15px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2 5 2 15px;
	width: 30%;
	text-align: right;
}
tr.suggestRow{
	padding: 2 2 2 0px;
	background-color: #F0F0F0;
}

tr.suggestHighlight{
	color: #FCFCFC;
	background-color: #173553;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;
}
span.priceLine1{
	font-weight: bold;
}
span.priceLine2{
	font-size: 7.5pt;
}
