img { border: none; }

a { text-decoration: none; }
a:link { color:#0094FF; }
a:visited { color:#0094FF; }
a:hover { color:#0094FF; text-decoration: underline; }
a:active { color:#0094FF; }

footer { font-size: 14px; }

header
{
	position: relative;
	padding: 10px;
	font-size: 18px;
}

.header-region
{
	display: inline;
	margin-right: 20px;
}

.map-button
{
	display: inline-block;
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	border: 1px solid transparent;
	cursor: pointer;
}

#Map1Button { background-image: url("images/Map1Button.png"); }
#Map2Button { background-image: url("images/Map2Button.png"); }
#Map1Button.disabled { border: 1px dashed black; cursor: default; }
#Map2Button.disabled { border: 1px dashed black; cursor: default; }
#OverlayButton { background-image: url("images/OverlayHide.png"); }
#OverlayButton.selected { background-image: url("images/OverlayShow.png"); }
#key { background-image: url("images/key.png"); }

.cell-description
{
	padding-left: 10px;
}

.light-cell
{
	padding: 0;
	margin: 0;
	position: absolute;
	border: 1px dotted grey;
}

.selected-cell { border: 2px solid black; }
