@charset "utf-8";
body {
	background-image: url(bg_lines.png);
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #2a3845;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b0bccd), to(#6d84a2)); 
	text-shadow: 0 -1px 0 #444;
}
h1 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px 0;
}
header h1 span {
	float: right;
}

#draw_area {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}

nav h2 {
	margin-left: 1em;
	padding: 0px;
	display: none;
	visibility: hidden;
}


nav ul {
	padding: 0;
	list-style: none;
	background-color: #FFFFFF;
	border: 1px solid #adb1b2;
	-webkit-border-radius: 10px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

nav ul li a {
	display: block;
	padding: 14px 0 14px 10px;
	color: #000;
	font-family: Helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #adb1b2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}

nav ul li:first-child a {
	border-top: none;
}
nav ul li:last-child a {
	border-bottom: none;
}
#wcoords {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	z-index: -1;
	margin: 0px;
	/*-webkit-transition: all 500ms ease-out;*/
}
#wcoords form {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 2em;
	background-color: #FFFFFF;
	opacity: 1;
	padding: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	-webkit-border-radius: 10px;
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
}
#wcoords fieldset {
	margin-bottom: 0.5em;
	padding: 0.5em;
}

#wcoords #latSign, #wcoords #lonSign {
	width: 3.5em;
	font-size: 12pt;
}
#wcoords #latDeg, #wcoords #lonDeg {
	width: 3.5em;
	font-size: 12pt;
}
#wcoords #latMin, #wcoords #lonMin {
	width: 5em;
	font-size: 12pt;
}
#wcoords #goTo {
	margin-bottom: 0.5em;
	font-size: 12pt;
}



#wcoords.fadein {
	opacity: 1;
	z-index: 99;
}
#wcoords.fadeout {
	opacity: 0;
	z-index: -1;
} 
