/*
/* Great Circle Mapper
/* Copyright (C) 2009
/* Karl L. Swartz
*/

#map_div {
	float: left;
	margin-bottom: 3px;
}

.adv-map-right {
	display: inline;
	clear: none;
	position: relative;
	float: right;
	width: 120px;
	height: 240px;
	margin-left: 8px;
	border: 1px solid;
}

DIV.mr {
	margin-top: 28px;
	width: 18px;
	float: left;
}

/*
/* Map Style selector
*/

DIV.ms {
	clear: both;
	margin-left: 28px;
	/* text-wrap: suppress; */
	white-space: nowrap;
	font-size: 90%;
}
DIV.ms * {
	vertical-align: baseline;
}
.ms IMG {
	margin-left: 10px;
	margin-right: 0px;
}
.ms :link,
.ms :visited,
.ms :active {
	color: #000060;
	text-decoration: none;
	border: none;
}
.ms-intro {
	font-weight: bold;
}

/*
/* Map Option tabs
*/

.dhide {
	display: none;
}
.dshow {
	display: inline;
}
#motabs {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	margin-right: 12px;
	padding: 0;
	border-top: 1px solid transparent;	/* stupidity for IE */
}
UL#motabs SPAN {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	white-space: nowrap;
	width: 5.5em;
	height: 1.8em;
	line-height: 0.7em;
	display: block;
	border: 1px solid #000060;
	border-bottom: none;
}
#motabs LI {
	float: left;
}
#mobody {
	position: relative;
	clear: both;
	z-index: 1;
}
#mo1, #mo2, #mo3, #mo4, .mohide, .moshow {
	float: left;
	/* min-width: 22.5em; */
	width: 100%;
	border: 1px solid;
	padding: 3px;
	margin-top: -1px;
	margin-bottom: 10px;
}
.mohide {
	display: none;
}
.moshow {
	display: block;
}
.mofade, .mofocus {
	position: relative;
	color: #000060;
}
.mofade, .mofade A {
	background-color: #aaaaaa;
	border-bottom: 1px solid;
	z-index: 1;
}
.mofocus, .mofocus A {
	background-color: #ffffff;
	border-bottom: none;
	z-index: 2;
}
.mofade DIV		{ background: url(/images/c-ul-ws.gif) no-repeat top left; }
.mofade DIV DIV		{ background: url(/images/c-ur-ws.gif) no-repeat top right; }
.mofocus DIV		{ background: url(/images/c-ul-ds.gif) no-repeat top left; }
.mofocus DIV DIV	{ background: url(/images/c-ur-ds.gif) no-repeat top right; }
.mofade DIV, .mofocus DIV {
  	position: relative;
  	top: -1px;
  	left: -1px;
	width: 100%;
	height: 8px;
}
.mofade DIV DIV, .mofocus DIV DIV {
  	position: relative;
	top: 0px;
	left: 2px;
}
.mofade, .mofocus {
	margin-right: 2px;
}

