/* Basic reset (kept minimal for IE8) */
html, body { height: 100%; }
body {
    margin: 0;
    font-family: Tahoma, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    color: #f3f6ff;
    background: #0b1020 url("../img/noise.png") repeat;
}

/* Background glow */
#bgGlow {
    position: fixed;
    left: 50%;
    top: -140px;
    width: 900px;
    height: 900px;
    margin-left: -450px;
    background: url("../img/orb.png") no-repeat center center;
    z-index: 0;
}

/* Layout wrapper */
.wrap {
    position: relative;
    z-index: 1;
    width: 940px;
    margin: 0 auto;
}

/* Top bar */
#topbar {
    position: relative;
    z-index: 2;
    height: 58px;
    border-bottom: 1px solid #1f2a4f;
    background: #0f1730;
    /* modern browsers */
    background: linear-gradient(#17224a, #0c1227);
}

.brand {
    float: left;
    height: 58px;
    line-height: 58px;
    font-weight: bold;
    letter-spacing: 0.2px;
}
.orb {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
    vertical-align: -5px;
    background: url("../img/orb.png") no-repeat -9999px -9999px;
    /* fallback: small glossy dot */
    background-color: #6aa7ff;
    border: 1px solid #b7d4ff;
}
.brandText { text-shadow: 0 1px 0 #000; }

.nav {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 58px;
}
.nav li { float: left; }
.nav a {
    display: block;
    padding: 0 16px;
    height: 58px;
    line-height: 58px;
    color: #dbe6ff;
    text-decoration: none;
    border-left: 1px solid #1b264b;
}
.nav .active a {
    background: #1b2a59;
}
.nav a:hover { background: #1a2550; }

/* Glass panel */
.panel {
    margin: 26px 0 18px 0;
    border: 1px solid #2a3a6b;
    background: #0f1730;
}

.glass {
    /* Faux glass overlay */
    background: #0f1730 url("../img/glass.png") repeat-x;
}

.panelInner {
    padding: 22px 24px;
}

h1 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: normal;
    text-shadow: 0 1px 0 #000;
}

h2 {
    margin: 16px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 0 #000;
}

.lead {
    margin: 0 0 18px 0;
    color: #e9f0ff;
}

.muted { color: #b9c7ea; }
.small { font-size: 12px; }
.mono { font-family: "Courier New", Courier, monospace; }

/* Columns */
.cols { overflow: hidden; }
.col { float: left; width: 448px; }
.col + .col { margin-left: 20px; }

/* Lists */
.aeroList {
    margin: 10px 0 0 0;
    padding: 0 0 0 18px;
}
.aeroList li { margin: 7px 0; }

.fileList {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
.fileList li {
    padding: 8px 10px;
    margin: 8px 0;
    border: 1px solid #2b3b6b;
    background: #111a34;
}
.fileIcon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    vertical-align: -2px;
    background: #76b0ff;
    border: 1px solid #b7d4ff;
}

/* Status box */
.statusBox {
    border: 1px solid #2b3b6b;
    background: #111a34;
    padding: 8px 10px;
}
.statusRow {
    overflow: hidden;
    padding: 6px 0;
    border-top: 1px solid #23325c;
}
.statusRow:first-child { border-top: 0; }
.statusRow .label { float: left; width: 120px; color: #b9c7ea; }
.statusRow .value { float: left; width: 290px; }
.ok { color: #b7ffcf; }

.hr {
    height: 1px;
    background: #25335f;
    margin: 18px 0;
}

/* Callout */
.callout {
    border: 1px solid #2b3b6b;
    background: #101a35 url("../img/glass.png") repeat-x;
    padding: 10px 12px;
}
.calloutTitle {
    font-weight: bold;
    margin-bottom: 6px;
}

/* Buttons */
.btnRow { margin-top: 10px; }
.btn {
    display: inline-block;
    padding: 7px 12px;
    margin-right: 8px;
    color: #0b1020;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #b7d4ff;
    background: #8dc1ff;
}
.btn:hover { background: #a2ceff; }

.btn.secondary {
    color: #dbe6ff;
    border: 1px solid #2b3b6b;
    background: #1a2550;
}
.btn.secondary:hover { background: #223062; }

/* Textbox */
.textbox {
    width: 100%;
    border: 1px solid #2b3b6b;
    background: #0b1020;
    color: #e9f0ff;
    padding: 8px;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}

/* Footer */
.footer {
    padding: 10px 2px 26px 2px;
    color: #b9c7ea;
    font-size: 12px;
}
.footer a { color: #dbe6ff; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.sep { margin: 0 8px; color: #6d7aa4; }
