/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{
	position:absolute;	
	z-index:1001;
}

div.suggestLayerTop {
	position: relative;
	top: -26px;
	left: 63px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 2000;
	background-color: white;
	background: transparent;
	opacity: 0.8;
}
table.suggestLayerTop {
	font-size: 11px;
	width: 130px;
	border: 1px solid #808080;
	height: 12px;
	background-color: white;
	color: #C892AC;
	cursor: pointer;
	text-align: left !important;
}
tr.suggestLayerTop {
	height: 12px;
}
td.suggestLayerTop {
	padding: 0;
	height: 12px;
	text-align:left;
}

div.suggestLayerTop2 {
	position: relative;
	top: -26px;
	left: 53px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 2000;
	background-color: white;
	background: transparent;
	opacity: 0.8;
}
table.suggestLayerTop2 {
	font-size: 11px;
	width: 130px;
	border: 1px solid #808080;
	height: 12px;
	background-color: white;
	color: #C892AC;
	cursor: pointer;
	text-align: left !important;
}
tr.suggestLayerTop2 {
	height: 12px;
}
td.suggestLayerTop2 {
	padding: 0;
	height: 12px;
	text-align:left;
}

div.suggestLayer {
	position: relative;
	top: 11px;
	left: 5px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: white;
	background: transparent;
	opacity: 0.8;
}

table.suggestLayer {
	font-size: 11px;
	width: 130px;
	border: 1px solid #808080;
	height: 12px;
	background-color: white;
	color: #C892AC;
	cursor: pointer;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}
tr.suggestHeader{
	color: #C892AC;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #808080;
	padding: 3px 3px 3px 5px;
}
td.suggestFooter{
	height:25px;
	border-top:solid 1px #808080; 
	font-size:9px;
	color: #C892AC;
	background-color: #FCFCFC;
}

td.suggestTextQuery{
	font-weight: bold; 
	padding: 2px 15px 2px 10px;
}
span.suggestTextQueryTyped{
	color: #606060;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2px 5px 2px 15px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2px 5px 2px 15px;
	width: 30%;
	text-align: right !important;
}
tr.suggestRow{
	padding: 2px 2px 2px 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
	color: #FCFCFC;
	background-color: #E8B2CC;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}