body {
	background: #111 url('/gui_graphics/line_scan_gray.png');
	font-family: 'Inconsolata', "Courier";
	font-size: 14pt;
	font-weight: 300;
	padding: 0;
	margin: 0;
	color: white;
}

h1, h2, h3 {
	color: white;
}
h1.centered, h2.centered, h3.centered {
	text-align: center;
}
h1.padded, h2.padded, h3.padded {
	margin-bottom: 1em;
	margin-top: 1em;
	clear: both;
}
h3 {
	margin-bottom: .5em;
}
h1.heavy, h2.heavy, h3.heavy {
	font-family: 'Roboto Slab';
	font-weight: 700;
}
a {
	color: #eec300;
}
a:visited {
	color: #9eb38b;
}

hr {
	background: white;
	color: white;
	height: 2px;
	margin-top: .5em;
	margin-bottom: .5em;
}
hr.padded {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}
input.data, select.data, textarea.data {
	font-size: 11pt;
	font-weight: bold;
	padding: .5em;
	width: 400px;
}
input.big_check {
	-webkit-transform: scale(2);
}
textarea.data {
	height: 200px;
}
button.editFormButton, input.editFormButton {
	font-size: 14pt;
	padding: .5em 1.75em;
	background: #fafafa;
	background-image: linear-gradient(to bottom, #fafafa, #e3e3e3);
	border-radius: 28px;
	color: #242424;
	border: solid #616161 1px;
	text-decoration: none;
	font-weight: bold;
}
button.editFormButton:active, input.editFormButton:active {
	transform: translateY(2px) translateX(2px);
}

.nopad {
	margin: 0;
	padding: 0;
}
p.map {
	line-height: 1;
	font-size: 0;
}
#content_window {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	overflow: visible;
}
#top_bar_main {
	background: blue url('/gui_graphics/line_scan_whiteblue.png') top;
	border-bottom: 2px solid #ded;
	color: white;
	height: 1.8em;
}
#top_bar_main p {
	line-height: 1.5em;
	text-align: center;
	height: 1.5em;
	padding: .25em 0;
}
#top_bar_main span {
	background: blue url('/gui_graphics/line_scan_darkblue.png');
	padding: .25em 1em;
}
#menu {
	margin: 1em .5em;
	height: 2em;
}
#menu p {
	text-align: center;
	height: 2em;
	padding: .25em 0 0 0;
}
#menu span {
	border: 3px double #ded;
	padding: .5em 1em;
	background: #2085ce;
}
#menu a {
	color: white;
	text-decoration: none;
}
#bottom_content_window {
	width: 100%;
	box-sizing: border-box; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 5px solid transparent;
	overflow: visible;
}

#content_left {
	width: 66%;
	box-sizing: border-box;
	border: 3px double #ded;
}
#content_right {
	width: 34%;
	box-sizing: border-box;
	border-top: 3px double #ded;
	border-right: 3px double #ded;
	border-bottom: 3px double #ded;
}

div.missions_box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
div.white_border {
	box-sizing: border-box; 
	background: #eee url('/gui_graphics/line_scan_white.png');
	width: 100%;
	padding: 3px;
}
div.blue_window {
	background: blue url('/gui_graphics/line_scan_blue.png');
	height: 100% !important;
	overflow: visible;
}
div.sector_map {
	width: 720px;
	line-height: 0px;
     margin-left: auto;
     margin-right: auto;
}
div.sector_data, div.contracts_box, div.padded_box {
	width: 720px;
     margin-left: auto;
     margin-right: auto;
}
div.center_box {
	margin: 0;
     padding: 0;
     text-align: center !important;
}
div.sector_map img {
	margin: 0;
	padding: 0;
}
div.map_link_top {
	margin: 2em 0 1em 0;
	text-align: center;
}
div.map_link_left {
	width: 150px;
	float: left;
	text-align: right;
	padding-top: 350px;
}
div.map_link_right {
	width: 150px;
	float: right;
	padding-top: 350px;
}
div.map_link_bottom {
	margin: 1em 0 2em 0;
	text-align: center;
}
div.wantedRow {
	display: flex;
	flex-flow: row no-wrap;
}
div.wantedBox {
	flex: 1 30%;
	margin-right: 1em;
	background: url('/gui_graphics/mission_o.gif');
	border-sizing: border-box;
	padding: 0 .75em 1.0em .75em;
	margin-bottom: 1em;
	min-height: 200px;
}
div.wantedBoxNoShow {
	flex: 1 30%;
	margin-right: 1em;
	border-sizing: border-box;
	padding: 1.0em .75em;
	margin-bottom: 1em;
	min-height: 200px;
}
div.wantedBox p {
	background: #eee url('/gui_graphics/line_scan_blue.png');
	text-align: center;
	margin: 0px !important;
}
div.wantedBox img {
	max-width: 80%;
	padding: 0 20px;
}
div.sub_menu p {
	width: 100%;
	display: flex;
	margin-bottom: 2em;
}
div.sub_menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
div.sub_menu span {
	background: url('/gui_graphics/mission_p.gif');
	flex: 1 24%;
	text-align: center;
}
div.sub_menu span.active {
	background: url('/gui_graphics/mission_o.gif') !important;
}
div.sub_menu span:not(:last-child) {
	margin-right: 3%;
}
#onboard_systems, #onboard_fuel, #onboard_travel {
	display: none;
}


p.mission_name_p { background: url('/gui_graphics/mission_p.gif'); }
p.mission_name_b { background: url('/gui_graphics/mission_b.gif'); }
p.mission_name_g { background: url('/gui_graphics/mission_g.gif'); }
p.mission_name_y { background: url('/gui_graphics/mission_y.gif'); }
p.mission_name_r { background: url('/gui_graphics/mission_r.gif'); }

p {
	margin-bottom: .5em;
	line-height: 1.25em;
}
p.map { text-align: center; }
p.adminData {
	color: yellow;
}
p.readoutText {
	margin: 0 0 1em 1em;
}
p.sunTypes {
	font-size: 10pt;
	color: yellow;
	text-align: center;
}
p.mission { padding: .15em .15em .15em .5em; margin-top: 2em;}
p.mission_first {
	margin-top: 2em;
}
p.mission_name_o { background: url('/gui_graphics/mission_o.gif'); }
p.mission_name_p { background: url('/gui_graphics/mission_p.gif'); }
p.mission_name_b { background: url('/gui_graphics/mission_b.gif'); }
p.mission_name_g { background: url('/gui_graphics/mission_g.gif'); }
p.mission_name_y { background: url('/gui_graphics/mission_y.gif'); }
p.mission_name_r { background: url('/gui_graphics/mission_r.gif'); }

p.wantedBanner { background: url('/gui_graphics/mission_o.gif') !important; }
p.wantedCrime { padding: .5em 1em; }
p.wanted { text-align: left !important; padding: 0 1.5em; }

p.hanging {
	padding-left: 3em;
	text-indent: -2em;
}

p.email_header {
	margin-top: .5em;
	font-weight: 700;
}
p.email_header span.email_new {
	color: #46d400;
	width: 2em;
	float: left;
}
p.email_header span.email_publish {
	color: #46d400;
	width: 5em;
	float: left;
}
p.email_header span.email_publish a {
	color: dodgerblue;
}
p.email_header span.email_sender {
	color: #62beff;
}
p.email_header span.email_heading {
	color: #ffff80;
}
p.email_header span.email_heading:before {
	content: ">> ";
}
p.email_header is_new, p.email_header span.new_sender {
	color: #ffe707;
}
p.email_header span.email_new_red, p.email_header span.new_sender_red {
	color: #ff3259;
}
p.email_preview {
	text-overflow: ellipsis !important;
	white-space: nowrap;
  	overflow: hidden;
	padding-bottom: .5em;
	padding-left: 2em;
	color: #eeeeee;
}
p.email_preview:not(:last-child) {
	border-bottom: 1px solid;
}
p.email_full {
	text-overflow: wrap;
	display: none;
	padding-left: 2em;
	padding-bottom: .5em;
	padding-right: 5em;
}
p.email_full:not(:last-child) {
	border-bottom: 1px solid;
}
p.fuel_bar {
	color: #2bff00;
	text-align: center !important;
	line-height: 1em !important;
}
p.fuel_bar_used {
	color: #3cc33c;
	text-align: center !important;
	line-height: 1em !important;
}
p.fuel_bar_allused {
	color: white;
	text-align: center !important;
	line-height: 1em !important;
}


span.label {
	width: 50%;
	float: left;
	margin-right: 0em;
	text-align: right;
}
span.label2 {
	width: 50%;
	float: left;
	margin-right: 1em;
	text-align: right;
	color: #bbd;
}
span.label3 {
	width: 75%;
	float: left;
	margin-right: 1em;
	text-align: right;
	color: #f9fb67;
}
span.label4 {
	width: 75%;
	float: left;
	margin-right: 1em;
	color: #bbd;
}
span.label5 {
	text-align: right;
	color: #bbd;
	width: 6em;
	display: inline-block;
}
span.label6 {
	text-align: right;
	color: #bbd;
	width: 20em;
	display: inline-block;
}
span.breadcrumb {
	float: left;
}
span.readoutLabel, span.readoutSubLabel, span.editFormLabel {
	float: left;
	padding-left: 1em;
	margin-right: 1em;
	width: 15em;
}
span.readoutLabel, span.readoutSubLabel, span.editFormLabel {
	text-align: right;
}
span.dropOutText {
	background: blue url('/gui_graphics/line_scan_blue.png');	
	margin-left: 2em;
	padding: 1em;
}
span.dropOutTextCenter {
	background: blue url('/gui_graphics/line_scan_blue.png');	
	padding: 1em;
}
span.trade_pct {
	width: 5em;
	float: left;
	text-align: center;
}

span.form_label {
	width: 12em;
	float: left;
	text-align: right;
	padding-right: 1em;
	position: absolute;
}
span.form_entry {
	display: block;
	left: 14em;
}
span.newMail {
	padding: .5em 1em;
	background: url('/gui_graphics/mission_y.gif') !important;
	border: 3px double #0061af !important;
}
span.newMail a {
	color: #0061af !important;
}
span.readMore {
	float: right;
	color: yellow;
	margin-left: 1.5em;
}
span.readMore:hover {
	cursor: pointer;
	z-index: 88;
}

b {
	color: #bbd;
}