#processMessage { 
  position:absolute;
  text-align:center;
  display:none; 
  top:130%; 
  left:36%;
  padding:10px;
  width:300px;
  z-index:1001;
  background-color:#fafafa;
  border-bottom-width:1px;
  border-color:Black;
  filter: alpha(opacity=90);
	opacity: 0.9;
  font-size: 8pt; color: #211505; font-family: Verdana
}

TR.RowStyle
{
	
	width:598px;
	height:35px;
	
	padding-left:8px;
	line-height: 35px;
	text-decoration: none;
	cursor:pointer;
	color:#ff0000;
	margin-left:6px;
}

TR.RowStyle:Hover
{
	width:598px;
	height:35px;
	
	padding-left:8px;
	background:#384d78;
	line-height: 35px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	margin-left:6px;
}


