body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-color: #597D91;
	color: white;
}

td {
	font-size: 12px;
	background-color: #597D91;
}

h1 {
	font-size: 14px;
}

a {
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: yellow
}

button {
	background-color: #F5F5F5;
	border-color: #EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-size: 12px;
	padding: 1px 10px;
	margin: 0 2px 0 10px;
}

form {
	display: inline;
	position: relative;
	left: 1px;
}

coordsForm input {
	width: 235px;
}

/* TinyBox styling : Used for MIA pop-ups */
.tbox {
	position: absolute;
	display: none;
	z-index: 1002
}

.tinner {
	padding: 10px;
	background: #f6f6f6;
	border: 3px double #666666;
	color: #000000;
}

.tinner A:link {
	color: black;
	font-weight: normal;
}

.tinner A:visited {
	color: black;
	font-weight: normal;
}

.tinner A:active {
	color: black;
	font-weight: normal;
}

.tinner A:hover {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}

.tmask {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 800
}

.tclose {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(images/close.png) no-repeat
}

.tclose:hover {
	background-position: 0 -30px
}

/* Map Link and Coordinate pop-up styling */
.ml_heading {
	font-size: 150%;
	text-align: center;
	font-weight: bold;
}

.ml_title {
	font-weight: bold;
}

.coords_title {
	display: inline-block;
	width: 8em;
	font-weight: bold;
}

.coords_data {
	display: inline-block;
}

/* Main MIA styling */
#outerContainer {
	position: absolute;
	/* need to use visibility hidden instead of display none as OS map fails to shown it's map full screen */
	visibility: hidden;
}

#mapContainerRel {
	position: relative;
}

#controlTable {
	position: relative;
	left: -3px;
	float: right;
	border-spacing: 3px 0;
}

.controlCell {
	width: 81px;
	padding: 4px;
	text-align: center;
	background-color: #334455;
	cursor: pointer;
}

.controlCell:hover {
	color: #E0E000
}

#mapSelectionTable {
	table-layout: fixed;
	width: 998px;
	position: relative;
	left: -3px;
	margin-top: 6px;
	margin-bottom: 2px;
	border-spacing: 3px 0px;
}

#mapTabRow {
	height: 36px;
	display: table-row;
}

.mapSelectionCell {
	text-align: center;
	padding: 2px 4px;
	background-color: #3a3a3a;
	cursor: default;
}

.extMap {
	width: 50px;
	padding: 2px 5px;
	cursor: pointer;
}

.extMap:hover {
	color: #E0E000;
}

#scale {
	visibility: hidden;
}

#loadingContainer {
	width: 1000px;
}

#loading {
	position: relative;
	display: block;
	top: 300px;
	height: 0px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#loading img {
	height: 50px;
	width: 50px;
	margin-bottom: 8px
}

#loading span {
	display: block;
	width: 50px;
	font-size: 14px;
}

#mapContainer {
	width: 990px;
	height: 638px;
	left: 0px;
	border: 1px;
	border-style: solid;
	border-color: black;
	background-color: #000000;
	overflow: hidden;
}

.mapdiv {
	width: 990px;
	height: 638px;
	position: absolute;
	left: -2000px;
	top: 0px;
}

.mapframe {
	width: 990px;
	height: 638px;
	border: 0px;
}

.hiddenDiv {
	width: 0px;
	height: 0px;
	border: 0px;
}

.hiddenFrame {
	width: 0%;
	height: 0%;
	border: 0px;
}

/* Set link colouring for bing maps as bing map type selection text doesn't specify it's own colouring and would otherwise use our default colouring */
#bingDiv a {
	color: black
}

#bingDiv A:hover {
	color: black
}

/* set link colouring for bing maps as bing map type selection text doesn't specify it's own colouring and would otherwise use our default colouring */
#wtDiv a {
	color: black
}

#wtDiv A:hover {
	color: black
}

/* MIA help page styling */
.miaHelp {
	font-size: 13px;
	margin-right: 1em;
}

.miaHelpOptionTitle {
	font-weight: bold;
	margin-top: 0.5em;
	display: inline-block;
}

.miaHelpHighlight {
	color: #00ff00 !important;
}

.miaHelp h1 {
	font-size: 16px;
	color: #FFFFCC;
}

.miaHelp h2 {
	font-size: 15px;
	text-decoration: underline;
	color: #FFFFAA;
	margin-top: 1.5em;
}

.miaHelp h3 {
	font-size: 13px;
	margin-bottom: -.75em;
}

.miaHelp li {
	line-height: 1.25;
}

.miaHelp p+ul {
	margin-top: 0em;
}

.miaHelp A:link, A:visited, A:active {
	text-decoration: none;
	color: #88ffff
}

.miaHelp A:hover {
	text-decoration: underline;
	color: yellow
}