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

div.suggestLayer {
	font-family:Helvetica,Arial,sans-serif;
	position: absolute;
	width: auto;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0;
	z-index: 1000;
	background-color: white;
	background: transparent;
	opacity: .9;
	filter:alpha(opacity=90);
	-moz-box-shadow: 0px 0px 3px #353535;
	-webkit-box-shadow: 0px 0px 3px #353535;
}
table.suggestLayer {
	font-size: 12px;
	width: 100px;
	border: 1px solid #666;
	height: 12px;
	background-color: white;
	color: #173553;
	cursor: pointer;
}
tr.suggestLayer {
	height: 12px;
}
td.suggestLayer {
	margin: 5px;
	height: 12px;
}


tr.suggestHeader{
	color: #173553;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	padding: 3 3 3 5px
}
td.suggestFooter{
	height:25px;
	border-top:solid 0px #5C637D;
	font-size:9px;
	color: #173553;
	background-color: #FCFCFC;
	background-repeat: no-repeat;
	background-position: right;
}

td.suggestTextQuery{
	padding: 2px 15px 2px 10px;
}
span.suggestTextQueryTyped{
	display:inline !important;
	float:none !important;
	padding:0 !important;
	text-decoration: underline;
	font-weight: bold;
}
td.suggestTextType{
	padding: 2px 15px 2px 10px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2 5 2 15px;
	width: 30%;
	text-align: right;
}
tr.suggestRow{
	padding: 2px 2px 2px 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
	color: #CCCCCC;
	background-color: #999999;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;
}