div.VM
{
	width: 224px;
	height: 224px;
	background: url(/image/vm_axis.gif) no-repeat bottom left;
	position: relative;
	cursor: pointer;
}

div.VM div.VMGrid
{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 200px;
	background: url(/image/vm_grid.gif) no-repeat top right;
	cursor: crosshair;
}

div.VM div.VMGrid div.datapoint
{
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #283f6e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid white;
}

div.VM div.VMGrid div.datapoint p
{
	position: absolute;
	left: 15px;
	top: 5px;
	background-color: white;
	padding: 3px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: black;
	display: none;
}

#featuredVM h2 a
{
	color: #283f6e;
}
#featuredVM h2 a:hover
{
	text-decoration: underline;
}

#featuredVM h3
{
	text-align: center;
	margin-bottom: 5px;
	color: #8a8a8a;
}

#featuredVM a
{
	color: black;
	text-decoration: none;
}