/* RMT 4020 */
div.expand
{
	border: 1px solid #666666; 
	background-color: white; 
	position:absolute; 
	display:table; 
	margin: -1px; 
	padding:0px; 
}

div.collapse 
{
	display:none
}

tr.dehighlight
{
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 12px;	
	background-color: white;
	color:  #000000; 
   	line-height: 16px;
}

tr.highlight
{
	color: white; 
	text-decoration: none; 
	background-color: #666666; 
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	cursor: default;
} 

td.Close 
{ 
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	color: blue;
	text-decoration: underline;
	cursor:pointer;
}

td.suggestionsText
{
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 10px;	
	background-color: white;
	color:  gray; 
}

td.suggestHighlight
{
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background-color: #666666;
	text-decoration: none;
}

/* end of CSS for RMT 4020 */