body {
	margin: 0px;
	padding: 0px;
	background: #8d8d8d;
}

img {
	border: none;
}

h1 {
	text-align: center;
	margin: 0px;
	margin-bottom: 10px;
}

a {
	color: #e72918;
	text-decoration: none;
}

a.hover {
	text-decoration: underline;
}

p.debug {
	color: #000000;
	font-size: 13px;
	background-color: #ffffff;
	border: solid 1px black;
	margin: 2px 0px;
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
}

p.query {
	font-size: 9px;
}

#PageContainer {
	position: relative;
	margin: 0px auto;
	padding: 10px;
	width: 90%;
	background-color: #efaaaa;
	border: solid 1px #000000;
	border-top: none;
}

#LiveMap {
	position: relative;
	height: 500px;
	border: solid 1px black;
	margin: 0px;
}

#InfoFrame {
	position: relative;
	height: 25px;
}

#Payload {
	position: relative;
}

#InfoButtons {
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px;
	z-index: 500;
}

.InfoButton {
	cursor: default;
	text-align: center;
	display: inline-block;
	border: none;
	width: 120px;
	height: 25px;
	margin: 0px;
	whitespace: nowrap;
	background-image: url(tab.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#WhiteWasher {
	position: absolute;
	background: #ffffff;
	width: 120px;
	height: 3px;
	overflow: hidden;
	z-index: 4002;
	visibility: hidden;
}

#InfoButtons .active {
	border-bottom: solid 1px white;
	height: 25px;
	background-position: 0px -25px;
}

#InfoPanes {
	position: absolute;
	overflow: visible;
	height: 0px;
	top: 0px;
	z-index: 4000;
}

.InfoPane {
	position: absolute;
	width: 500px;
	height: 250px;
	overflow: hidden;
	visibility: hidden;
	background-color: white;
	border: solid 1px black;
	
	left: 20px;
	top: 0px;
	padding: 0px 10px;
	z-index: 4001;
}

#FootSteps {
	position: absolute;
	bottom: -10px;
	left: -20px;
	width: 200px;
	height: 150px;
	background-image: url(footsteps.gif);
}

#QuestoSoft img {
	float: right;
	margin: 10px 0px;
}

#Footer {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

#Footer a {
	color: #ffffff;
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}

#LastUpdate {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 350px;
	height: 20px;
	border: none;
	text-align: right;
	font-size: 13px;
}

.statright {
	text-align: right;
}

td.stat_col {
	width: 40px;
}