div.Blocker
{
	position: absolute;
	background: #ffffff;
	z-index: 1; 
	width: 0px; 
	height: 0px;
	
	filter: alpha(opacity=70); 
	opacity: .7;
}

table.valueGrid
{
	 margin-left: auto;
	 margin-right: auto;
	 width: 825px; 
}

.Border
{
	border: solid 2px buttonface;
}

/*
 For the results table
*/

td.BorderLeftCell
{
	border-bottom: solid 2px buttonface;
	border-top: solid 2px buttonface;
	border-left: solid 2px buttonface;
	
	width: 150px;
	vertical-align: middle;
}

td.BorderCenterCell
{
	border-bottom: solid 2px buttonface;
	border-top: solid 2px buttonface;
	
	width: 150px;
	vertical-align: middle;
}

td.BorderRightCell
{
	border-bottom: solid 2px buttonface;
	border-top: solid 2px buttonface;
	border-right: solid 2px buttonface;
	
	width: auto;
	vertical-align: middle;
}