/*****************************************************************************/
/*** SUGGEST CSS STYLES BY OMIKRON ***/
/*****************************************************************************/

div.suggestLayer {
	top: 227px;
	left: 144px;
	width: 420px;
	height: 1px;
	display: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 1000;
	position: absolute;
	background-color: white;
	background: transparent;
}

table.suggestLayer {
    border: 1px solid #000000;
	font-size: 11px;
	width: 100%;
	height: 12px;
	background-color: white;
	color: #6C7F85;
	cursor: pointer;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}

tr.suggestHeader{
    visibility:hidden;
	height:0px;
}
tr.suggestHeader td{
    visibility:hidden;
	height:0px;
}
td.suggestFooter{
	height:0px;
}

td.suggestTextQuery{
	padding: 2 3 2 0;
}

span.suggestTextQueryTyped{
    font-weight: bold; 
	color: #E13241;
	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{
	background-color: #ffffff;
}

tr.suggestHighlight{
	color: #E13241;
	background-color: #ededed;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: #E13241;	
}