/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

div.suggestLayer {
	font-family:Helvetica,Arial,sans-serif; 
	position: relative;
	top: -2px;
	left: 20px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 1000;
	background-color: #fff;
	border: 1px solid #003366;
}
table.suggestLayer {
	position: absolute;
	font-size: 11px;
	width: 130px;
	border: 1px solid #000000;
	height: 12px;
	background-color: white;
	color: #173553;
	cursor: pointer;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0 0 0 0px;
	height: 12px;
}
tr.suggestHeader{
	color: #173553;
	font-weight: normal;
	font-size: 10px;
	background-color: #fff;
}
td.suggestHeader{
	border-bottom: 1px solid #5C637D;
	padding: 3 3 3 5px;
	background-color: #fff;
}

.suggestContent{
	color: #5c7997;
	text-decoration: underline;
}