﻿/* 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: #FFFFFF;
	text-align: left;
	font-size: 8px;
	color: #000000;
}

.MapFrame_textCells a
{
	color: #000000;
}

/* Navigation cells in the frame*/
.MapFrame_navigationCells
{
	background-color: #FFFFFF;
	cursor: pointer;/*uses pointer if browser has no definition for hand */
	cursor: hand;		
}

.MapFrame_frame
{
	margin: 0px;
	padding: 0px;
}
