﻿/* Navigation and map images*/
.MapFrame_images
{
	display: block; /* this needed to make images display properly cross-browser */
					/* http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps */
	margin-left: auto;
	margin-right: auto;					
}

/* Text cells in the frame */
.MapFrame_textCells
{
	background-color: #808080;
	text-align: left;
	font-size: x-small;
}

/* Navigation cells in the frame*/
.MapFrame_navigationCells
{
	background-color: #808080;
	cursor: pointer;/*uses pointer if browser has no definition for hand */
	cursor: hand;		
}
