/*****************************************************************************/
/*** SUGGEST CSS STYLES BY OMIKRON ***/
/*****************************************************************************/
div.suggestLayer {
	font-family: Arial,sans-serif; 
	position: absolute;
	top: 118px;
	left: 344px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: white;
	text-align:left;
}
#s_head{
	background-color: #e4e4e4;
	color:#000000;
	height:24px;
	font-family:Arial;
	font-size:11px;
	padding-top:4px;
}
table.suggestLayer {
	font-size: 11px;
	width: 446px;
	border-top: 1px solid #9c9b9b;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	height: 12px;
	background-color: white;
	color: #454545;
	cursor: pointer;
	align:left;
	font-family: Arial,sans-serif; 
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	height: 12px;
	text-align:left;
}
tr.suggestHeader{
	font-family: Arial,sans-serif; 
	color: #454545;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #bebebe;
	padding: 3 3 3 5px
}
td.suggestFooter{
	height:10px;
	font-size:9px;
	color: #173553;
}
td.suggestHeaderSpacer{
	height:10px;
	font-size:9px;
	color: #173553;
}
td.suggestTextQuery{
	font-weight: bold; 
	padding: 2 15 2 10px;
}
span.suggestTextQueryTyped{
	color: #454545;
	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: #ffffff;
}

tr.suggestHighlight{
	color: #FCFCFC;
	background-color: #52b8c7;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}
