body {
  background-color: white;
}

/* Basic traits */

#lunaserv_container {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* The map */

#lunaserv_map {
	position: absolute;
    border: 2px solid #888888;
}

/* Controls */

.lunaserv_controls {
	position: absolute;
    border-width: 2px;
    border-style: solid;
	border-color: #0000b0;
    width: 22em;
    color: white;
}

.lunaserv_controls_opaque {
    border-width: 1px;
    border-style: solid;
	border-color: black;
    background-color: #35359b;
	color: white;
}

.lunaserv_controls_translucent {
    border-width: 1px;
    border-style: solid;
	border-color: black;
    background-color: #202090;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.lunaserv_border {
    border: 1px solid darkBlue;
}

.lunaserv_window_title {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.5em;
    background-color: orange;
    text-align: center;
	color: black;
}

.lunaserv_text_entry_area {
	color: white;
    background-color: #101080;
    border-width: 1px;
    border-color: black;
    border-style: dashed;
    margin: 5px 5px 5px 5px;
    padding: 10px;
}

.lunaserv_text_entry_item {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0.25em 0.25em 0.25em 0.25em;
}

.lunaserv_text_entry_button {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0.25em 0 0.25em 0;
}

.lunaserv_text_entry_error {
    float:left; text-align:center;
}

#lunaserv_overview {
    position: relative;
    border: 1px solid black;
    margin: 5px;
    overflow: hidden;
}

#lunaserv_overview_map {
    position: relative;
	width: 100%;
}

#lunaserv_overview_loading {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	text-align:center;
	visibility:hidden;
}

#lunaserv_overview_box {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border: 1px
    dotted red;
}

/* Label/header for layer group */
.lunaserv_layer_group_label {
	margin: 0.5em 0.5em 0.5em 0.5em;
	color: yellow;
	text-decoration: underline;
	cursor: pointer;
	font-family: sans-serif;
	font-weight: bold;
}

/* Layer group */
.lunaserv_layer_group {
	margin: 0em 0em 0em 1em;
}

/* Iconified (hidden / restorable) dialog box */
.lunaserv_iconified_dialog {
	position: absolute;
	color: yellow;
	text-decoration: underline;
	font-family: sans-serif;
	font-weight: bold;
	border: solid black 2px;
	background-color: #000080;
	cursor: pointer;
}

/* Monospace */

.lunaserv_mono {
    margin: 1.5em 0;
    white-space: pre;
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height:1.5;
}

/* Links */

.lunaserv_link {
	color: white !important;
	text-decoration: underline !important;
}

/* Lunaserv Help */

#lunaserv_help_text p {
	margin-left: .5em;
	margin-right: 1em;
	margin-bottom: .8em;
	margin-top: .8em;
}

#lunaserv_help_text ul {
	margin-left: .5em;
	margin-right: 1em;
}
