html, body {
	margin: 0;
    padding: 0;
    background-color: #111111;
    font-family: 'Segoe UI', Calibri, Tahoma, Sans-Serif;
    overflow: auto;
    height: 100%;
    color: #aaaaaa;
}
div#map_container     { float: left; width: 100%; height: 100%; }
div#map_canvas        { height: 100%; margin-right: 410px; }

.leaflet-container {
	background: #222222 !important;
}

div#sidebar_container { float: left; width: 410px; margin-left: -410px; height: 100%; overflow: auto; }

div#SpecialSquawkWarning { position: absolute; bottom: 25px; right: 430px; border: 2px solid red;
    background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: 5px;
    text-align: center; }

div#update_error { position: absolute; bottom: 25px; left: 25px; border: 2px solid red;
    background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: 5px;
    text-align: center; }

div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: #000; opacity: 0.8; filter: alpha(opacity=80); }
#spinny { width: 128px; height: 128px; position: absolute; top: 50%; left: 50%; margin: -64px 0 0 -64px; }
#loader_progress { width: 250px; height: 20px; position: absolute; top: 50%; left: 50%; margin: 128px 0 0 -125px; }

#tableinfo, #sudo_buttons { font-size: x-small; font-family: monospace; }
#tableinfo thead { background-color: #555555;}
.vPosition  { font-weight: bold; background-color: #343357; }
.squawk7500 { font-weight: bold; background-color: #a659a9; }
.squawk7600 { font-weight: bold; background-color: #bbbb43;}
.squawk7700 { font-weight: bold; background-color: #ae5050; }
.selected   { background-color: #bcc478; color:#343357; }
.plane_table_row { cursor: pointer; }
.hidden { display: none; }

.infoblock_heading    { font-size: larger; }
.infoblock_heading a  { text-decoration: none; color: blue; font-size: x-small;}
.infoblock_body       { font-size: small; }

#selected_icao { font-size: x-small; }

.dim    { opacity: 0.3; filter:alpha(opacity=30); /* For IE8 and earlier */ }

#selectedinfotitle  { font-size: larger; }
#selectedinfo       { font-size: small; }
#selectedinfo a     { text-decoration: none; color: #535189; font-size: x-small;}

.pointer { cursor: pointer; }

#utcClock {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
}

#runway {
	text-align: center;
	font-size: small;
	font-family: monospace;
}