html, body, form, fieldset, table, tr, td, img {
	margin: 0;
	padding: 0;
	color: #444;
	font-family: calibri,"Trebuched MS","Helvetica Neue",helvetica,arial,sans-serif;
	font-size: 14px;
}

html, body {
	/*overflow: hidden;*/
	height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-weight: normal; /* if changed to "bold", swap "Lucida Sans Unicode" for "Lucida Sans"! */
}

/* Neutralize styling: Elements with a vertical margin: */
/*h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1.5em 0;
	padding: 0;
}*/

.small { font-size: 91.6%; }
.large { font-size: 108.3% }
.larger { font-size: 125%; }

.error {
	color: #C44;
}
.warning {
	color: #a60;
}
.light {
	color: #999;
}

a {
	color: rgb(0, 174, 234);
}
a:hover {
	color: rgb(255, 127, 0);
}

table {
	border-color: #aaa;
}
td {
	padding: 7px;
}

#logo {
	margin: 1.5em 0;
	text-align: center;
}

.static #content {
	position: relative;
}

.back {
	margin: 0.3em 0 0.5em;
	text-align: center;
}

#map {
	border: 1px solid #888;
	position: relative;
}
.dynamic #map {
	width:100%;
	height:100%;
}

#controls {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.3em;
	z-index: 100;
}
.static #controls {
	text-align: center;
}
#controls a {
	border: none;
	color: #000;
	text-decoration: none;
}
#controls div, #controls span {
	background-color: #fff;
	border: 2px solid #aaa;
	border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	cursor: pointer;
	display: block;
	font-size: 2em;
	height: 1.2em;
	width: 1.2em;
	margin-bottom: 0.3em;
	text-align: center;
}

#status {
	padding-left: 0.5em;
}
#status dt {
	color: #777;
}
#status dd {
	margin: 0.3em 1em;
}

@media only screen and (max-device-width:480px) {
	/*#map { height:420px; }*/
}
