@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Courier';
    src: url('cour.ttf') format('truetype');
}

@font-face {
    font-family: 'B612';
    src: url('B612.ttf') format('truetype');
}
@font-face {
    font-family: 'B612fixed';
    src: url('B612Mono-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Futura';
    src: url('Helvetica.ttf') format('truetype');
}
@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica.ttf') format('truetype');
}
@font-face {
    font-family: 'HelveticaC';
    src: url('HelveticaCond.ttf') format('truetype');
}
@font-face {
    font-family: 'Fuzzy';
    src: url('Fuzzy.ttf') format('truetype');
}
.body {
       font-size: 11px;
}

footer{
    position: relative;
    bottom:0;
    width: 100%;
}

.box {
    display: inline-block;
    padding: 10px 60px;
}



.route
{
    position: relative;
    width: 50%;
    min-height: 700px;
    overflow: hidden;
    margin: 0 auto;
}

.content_form {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 850px;
    margin: 0 auto;
}

.aero a{
    color:#850580
}

.aero-box{
    font: B612fixed;
    border:1px solid #aaa;
    border-radius:10px;
    padding:10px;
    position:relative;
    margin-bottom:18px
}

.aero-box ul{
    margin:.2em 0 .2em 1em
}
.aero-box-title{
    position:absolute;
    top:-7px;
    left:20px;
    color:#aaa;
    background-color:white;
    line-height:.7em;
    padding:0 8px;
    }

.aero-content-diagram{
    width:500px;
    font-size: 16px;
    display:inline-block;
    vertical-align:top
}

.aero-content-fixed{
    font-family: B612fixed;
    font-size: 11pt;
}
.aero-header{
    background-color:#4f496b;
    padding:3px;
    border-radius:4px;
    font-size:4em;
    color:white;
    line-height:1.0;
    white-space:nowrap;
    overflow:hidden
}
.aero-headerid{
    background-color:white;
    border-radius:2px 0 0 2px;
    color:#4f496b;
    padding:0 .5em;
    font-weight:bold;
    height:100%;
    display:inline-block
}

.formLayout {
    background-color: #f3f3f3;
    border: solid 1px #a1a1a1;
    padding: 10px;
    width: 100%;
    font-family: B612;
    font-weight: 700;
}
.formLayout label, .formLayout input {
    display: block;
    width: 70px;
    float: left;
    margin-bottom: 10px;
}

.formLayout label {
    text-align: right;
    width: 170px;
    padding-right: 20px;
}

.button1 {
    font-family: "B612", Arial, sans-serif;
    background-color: #800000;
    font-size: 14px;
    color: #DDDDDD;
}

@media only screen and (max-width:400px){

    .aero-content-fixed{
        font-size: 10pt;
    }
    .aero-header{
        font-size:1.5em
    }
    .aero-content{
        width:auto
    }
    .aero-timestamp{
        display:none
    }
    .aero-timestamp-mobile{
        display:block
    }
    .aero-content-wide .aero-label{
        width:40%
    }
    .aero-content-wide .aero-value{
        width:50%
    }
}             

.format_id
{
    font-family: Arial;
     color:#036;
     font-size: 150%;
     font-weight: bold;
}

.format_name
{
     font-family: Arial;
     color:#036;
     font-size: 150%;
}

.format_light
{
     font-family: Arial;
     color:#888;
}

.format_effective
{
    color:#800;
    font-size: 80%;
}
.format_remarks
{
    font-family: Arial;
    color:#888;
    font-size: 90%;
}

.table_parm
{
    color:#888;
    text-align: right;
}
