
/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

div.suggestLayer {
	font-family:Arial,Helvetica,sans-serif; 
	position: absolute;
	top: 148px;
	left: 17px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: white;
	background: transparent;
	opacity: .9;
	filter:alpha(opacity=90);
	
}
table.suggestLayer {
	font-size: 11px;
	width: 130px;
	border: 1px solid #000000;
	height: 12px;
	background-color: white;
	color: #9E0000;
	cursor: pointer;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0 0 0 0px;
	height: 12px;
}
tr.suggestHeader{
	color: #9E0000;
	font-weight: normal;
	font-size: 10px;
}
td.suggestHeader{
	border-bottom: 1px solid #214a7b;
	padding: 3 3 3 5px
}

.suggestContent{
	color: #000000;
	text-decoration: underline;
}	
