/*
/* Great Circle Mapper
/* Copyright (C) 2007-2010
/* Karl L. Swartz
*/

BODY {
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(http://www.gcmap.com/sky.gif);
	background-color: #b3dcff;
	color: #000060;
}
HTML, BODY, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
HTML>BODY, HTML>BODY #wrapper {
	height: auto;
}
IMG
A:link,
A:hover,
A:active {
	color: #0000ee;
}
A:visited {
	color: #551a8b;
}
A:link IMG,
A:visited IMG,
A:hover IMG,
A:active IMG {
	border: none;
}
#wrapper {
	position: absolute;
	top: 0;
	left: 0;
}
BODY, #top, #mid, #end {
	padding: 0;
	margin: 0;
	border: none;
}
#top, #end, .top-title, .end-text, .quick-usage {
	background-color: #000060;
	color: #ffffff;
}
#mid {
	color: #000060;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 160px;
}
#mid HR {
	background-color: #000060;
	color: #000060;
	height: 1px;
	border: none;
}
#end {
	position: absolute;
	bottom: 0;
	padding: 5px;
}
.top-advert {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 6px;
}
#end A:link,
#end A:visited,
#end A:hover,
#end A:active {
	color: #aad0f2;
}
.dash-more,
.dash-bold,
.dash-more A:link,
.dash-more A:visited,
.dash-more A:hover,
.dash-more A:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #ffffff;
	white-space: nowrap;
}
.dash-bold {
	font-weight: bold;
}
.dash-fade {
	color: #202080;
	font-size: 75%;
}
.dash-active>INPUT {
	background: #00cc00;
}
.dash-input, .body-input {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.top-title, .mid-title {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 150%;
}
.top-title {
	padding-left: 5px;
}
.mid-title {
	margin-top: 0px;
}
#horizon {
	background-image: url(http://www.gcmap.com/images/horizon.gif);
}
.map-image {
	cursor: crosshair;
}
.end-text {
	font-size: smaller;
}
.end-legal {
	font-style: italic;
}
.legal-note {
	font-size: smaller;
	font-style: italic;
}

A.knob {
	color: #000060;
	text-decoration: none;
}
/*
/* these are embedded in HTML, patched by glue_init()
/* .knob-img { display: none; }
/* .sect-hide, .item-hide { display: block; }
/* .sect-show { margin-left: 0; }
/* div.mr { margin-left: 2px; }
*/
.sect-hide, .item-hide {
	margin: 0;
}
.sect-show, .item-show {
	display: block;
	margin: 0;
	padding: 0;
}

.warning {
	color: #ff0000;
}
.warnrev {
	background-color: #ff0000;
	color: #ffffff;
}
.locname {
	font-style: italic;
}
.mapopt {
	font-weight: bold;
	white-space: nowrap;
}
.mapopt2 {
	font-weight: bold;
	font-size: 90%;
	white-space: nowrap;
}
.tipbox, .tocbox, .ctlbox, .optbox {
	border: 1px solid #000060;
	padding: 0;
}
.tipbox {
	background: #ffffff;
	font-size: smaller;
}
.tocbox {
	font-size: smaller;
}
.ctlbox {
	border-spacing: 5px;
}
.optbox {
	border-spacing: 3px;
}
.secthdr {
	font-weight: bold;
	font-size: larger;
}
.weather, .smaller {
	font-size: smaller;
}
.adjusted {
	font-style: italic;
}
.geo, .latitude, .longitude {
}
UL.nospacing {
	margin: 0;
	padding: 0;
	padding-left: 1em;
}
UL.otherlist {
	font-size: smaller;
	margin: 0;
	padding: 0;
	padding-left: 4em;
}
FORM.qug {
	margin-bottom: 0;
}
