@charset "UTF-8";

html {
  height: 100%;
}

body {
  height: 100%;
  margin:0px;
  padding:0px;
  //letter-spacing:-0.03em;
  font-family: verdana, sans-serif;
  overflow-y:scroll;
  min-width: 800px;
  overflow: hidden;
}

.header {
  background-color:#dbdbdb;
  background-image:url(logo-jetvision.png);
  background-repeat:no-repeat;
  background-position:10px 4px;
  height:60px;
  width:100%;
  position:absolute;
  z-index:2;
  margin:0px;
  padding:0px;
  top:0px;
  display:block;
}

/* Slogan */

#header_text::before {
  color:#000000;
  position:absolute;
  font-weight: bold;
  top:8px;
  left:190px;
  font-size:1.2em;
  z-index:3;
  content:"";
}

/* Statusanzeige rechts */

#version_text {
  color:#000000;
  position:absolute;
  top:8px;
  right:30px;
  font-size:0.8em;
  z-index:3;
}

#version_text a {
  color: #000000;
}

/* Menüpunkte generell */

UL#navi {
  list-style:none;
}

UL#navi a, UL#navi a:visited {
  text-decoration:none;
}

/* Menüpunkte oben */

#id-data {
  left:230px;
}

#id-feeder {
  left:410px;
}

#id-status {
  left:590px;
}

#id-config {
  left:770px;
}

.menu {
  display:block;
  background-color:#0088cc;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  width:160px;
  height:21px;
  text-align:center;
  position:absolute;
  margin-left:-40px;
  top:39px;
  color:#ffffff;
}

/* Hack für IE > 9 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .menu {
    display:block;
    background-color:#626262;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    width:160px;
    text-align:center;
    margin-left:-40px;
    float:left;
    position:absolute;
    top:39px;
  }
}

/* Hack für Google Chrome > 9 */

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  .menu {
    display:block;
    background-color:#00ff00;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    width:160px;
    text-align:center;
    margin-left:-40px;
    float:left;
    position:absolute;
    top:42px;
  }
}*/

/* Menüpunkte unten */

UL#navi LI:hover UL {
  display:block;
  list-style:none;
  top:60px;
  position:absolute;
  text-align:center;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #bbbbbb;
  width: 118px;
}

UL#navi LI:hover UL#navi-data {
  left:230px;
}

UL#navi LI:hover UL#navi-feeder {
  left:410px;
}

UL#navi LI:hover UL#navi-status {
  left:590px;
}

UL#navi LI:hover UL#navi-config {
  left:770px;
}

UL#navi LI UL LI {
  margin-left:-40px;
}

UL#navi LI UL LI a {
  color:#000000;
  border-width: 1px 0px 0px 0px;
  border-color: #bbbbbb;
  border-style: solid;
}

UL#navi LI:hover UL LI a {
  display:block;
  margin-bottom:4px;
  padding-left:5px;
  padding-right:5px;
}

UL#navi-data, UL#navi-feeder, UL#navi-status, UL#navi-config {
  display:none;
  background-color:#dbdbdb;
  width:120px;
  margin-left:-40px;
  top:2px;
  position:absolute;
  left:100px;
}

/* aktiver Menüpunkt */
 
.navi-active {
  background-color:#626262;
  color:#ffffff;
  padding:2px 5px 2px 5px;
  margin-left:-10px;
  margin-top:-2px;
  display:block;
}

/* Sonderangaben für IE 6 und 7 */

/* IE6 */

* html * {
  height:1%;
}

/* IE7 */

*+ html * {
  zoom:1; /* Wird benötigt wenn Regel ( ul#navi li:hover ul { display:block; } ) angewandt wird */
}

*+ html #navi span {
  float:left; /* Damit sich beim Zoomen die span Elemente nicht verschieben */ 
}

#contentbox {
  position: absolute;
  /*width: 99%;*/
  top: 60px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  font-size: 0.9em;
  z-index: 1;
  display: block;
  overflow-y: scroll;
}

#gmap_contentbox {
  position: absolute;
  width: 100%;
  top: 60px;
  bottom: 0px;
  padding: 0px;
  font-size: 0.8em;
  z-index: 1;
  display: block;
}

#map {
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  padding: 0px;
  margin: 0px;
}

#gmap_info {
  position: absolute;
  float: right;
  right: 0px;
  width: 18%;
  height: 100%;
  border-left: 1px #626262 solid;
  background: #ffffff;
  padding: 0px;
  margin: 0px;
  z-index: 1;
}

#gmap_info_textbox {
  margin: 0px;
  padding: 0px;
}

#gmap_info_textbox p {
  margin: 0px;
  padding: 8px 6px 4px 6px;
}

#contentbox h1 {
  font-size: 1.4em;
  margin: 16px 0px 4px 0px;
}

#contentbox h2 {
  font-size: 1.2em;
  margin: 16px 0px 4px 0px;
}

#contentbox h3 {
  font-size: 1.0em;
  margin: 14px 0px 4px 0px;
}

#contentbox h4 {
  font-size: 1.0em;
  margin: 14px 0px 4px 0px;
}

#contentbox h5 {
  font-size: 1.0em;
  margin: 14px 0px 4px 0px;
}

#contentbox p {
  margin: 8px 0px 4px 0px;
}

.source-code {
  font-family: 'Lucida Console', monospace;
}

div.configuration {
  border: 1px solid;
  padding: 5px;
  background-color: #EEEEEE;
  width: 870px;
}

a {
  color: #0088cc;
}

a:hover {
  color: #18678f;
}

a:focus {
  outline:none;
}

/*p {
  text-align:justify;
  margin-bottom:-2px;
}*/

/*h1, h2, h3, h4 {
  margin:5px 0px 5px 0px;
}*/

table {
  border-collapse: collapse;
  margin: 10px 0px 10px 0px;
  font-size:1em;
}

td {
  padding: 4px;
  vertical-align: top;
}

td b {
  font-size:0.9em;
  white-space:nowrap;
}

/* 2DMap A/C Labels BEGIN */
table.aclabel {
  margin: 0px;
  padding: 0px;
  width: 54px;
}

table.aclabel td.flight {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

table.aclabel td.altitude {
  margin: 0px;
  padding: 0px 2px 0px 0px;
  text-align: left;
}

table.aclabel td.verticalRate {
  margin: 0px;
  padding: 0px 2px 0px 2px;
  text-align: center;
}

table.aclabel td.speed {
  margin: 0px;
  padding: 0px 0px 0px 2px;
  text-align: right;
}
/* 2DMap A/C Labels END */

.arrow_up {
  background-image:url(up-jetvision.png);
  background-color:#dddddd;
  height:8px;
  width:7px;
  border:0px;
  display:block;
  float:left;
}

.arrow_down {
  background-image:url(down-jetvision.png);
  background-color:#dddddd;
  height:8px;
  width:7px;
  border:0px;
  display:block;
  float:right;
}

.arrow_box {
  margin:0 auto;
  margin-top:5px;
  width:18px;
  height:8px;
}

.testtest {
  border-collapse: collapse;
}

.testtest td {
  border: 1px solid #ff0000;
}

.table-center  {
  text-align:center;
}

.table-border td {
  border: 1px solid black;
}

.table-no-border td {
  border: none;
}

.table-head-grey td {
  background-color: #dddddd;
}

td.table-align-right {
  text-align: right;
}

.table-head td{
  line-height:90%;
}

.table-aircraft-list {
  font-size: 0.9em;
  font-family: 'Lucida Console', monospace;
}

.clocktable {
  width: 100%;
}

table.clocktable {
  margin: 0px;
  border-right: solid 1px #626262;
}

.clocktable thead tr td {
  text-align: center;
  background: #626262;
  color: #ffffff;
  margin: 0px;
  padding: 2px;
}

.clocktable tbody tr td {
  text-align: center;
  background: #ffffff;
  margin: 0px;
  padding: 6px 2px 2px 3px;
}

.infotable {
  margin: 0px;
  width: 100%;
}

.infotable thead tr td {
  text-align: center;
  background: #000000;
  color: #ffffff;
  margin: 0px;
  padding: 2px;
}

.infotable tbody tr td {
  border-top: solid 1px #626262;
  border-right: solid 1px #626262;
  border-bottom: solid 1px #626262;
  border-left: solid 0px #626262;
  text-align: center;
  background: #ffffff;
  margin: 0px;
  padding: 2px 2px 3px 2px;
}

.infotable tbody tr.infolabel td {
  border-top: solid 1px #626262;
  border-right: solid 1px #626262;
  border-bottom: solid 1px #626262;
  border-left: solid 0px #626262;
  text-align: left;
  background: #626262;
  padding: 2px 2px 2px 8px;
  font-size: 0.9em;
  font-weight: bold;
  color: #ffffff;
}

.infotable tbody tr.infovalue td {
  border: solid 1px 1px 1px 0px #626262;
  text-align: left;
  background: #ffffff;
  margin: 0px 2px 2px 2px;
  padding: 3px 2px 4px 8px;
}

div.logout {
  background: #00ff00;
  border: solid 2px #009900;
  margin: 10px 0px 10px 0px;
  padding: 5px;
}

div.loginfail {
  background: #ff0000;
  border: solid 2px #990000;
  margin: 10px 0px 10px 0px;
  padding: 5px;
}
