#grid_table
{
	position:fixed;
	width:100px;
	bottom: 38px;
	left:25px;
	z-index:3;
	font: normal 8pt Arial;
	text-align:center;
	border:none; 
	background:white ;
}

#grid_table 
{
	width:100px;
}


#grid_table td
{
	height: 6px;
	/*border:solid 1px; */
}
#grid_table tr
{
	height: 6px;
}

#grid_table td.close
{
	height: 3px;
	font: normal 4pt courier;
	text-align:right;
	border:none; 
}

#grid_table td a
{
	font: normal 10pt arial;
	text-align:center;
	border:none; 
	text-decoration: none;
	color: #405e86;
}




