body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 14px;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

a {
        font-weight: bold;
}

a.nonBold {
        font-weight: normal;
}

a.hidden {
        text-decoration: none;
        color: #FFFFFF;
}

a.flightProfileAltitude {
        color: #FFFFFF;
	display: block;
	text-decoration: none;
}

a.hidden:hover {
        text-decoration: none;
        color: #FFFFFF;
}

a.hidden:active {
        text-decoration: none;
        color: #FFFFFF;
}

:link {
        color: #FFEE44;
}

:link:hover {
        color: #BBFF44;
}

:visited {
        color: #FFEE44;
}

:visited:hover {
        color: #BBFF44;
}

img {
        border-color: #FFFFFF;
}

h1 {
    color: #FFFFFF;
    background: url(images/bar-bg-custom-top.png) left center;
    border-bottom: 1px solid #57677C;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    text-shadow: 0px 1px 0px #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

#backButton {
    line-height: 26px;
    position: absolute;
    top: 4px;
    left: 5px;
    text-align: center;
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(images/back_button.png) 0 8 0 14;
}
#backButton a {
    text-decoration: none;
//    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
}

h2 {
    color: #FFFFFF;
    background-color: #161616;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    text-shadow: 0px 1px 0px #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
h2.noTopLine {
    color: #FFFFFF;
    background-color: #161616;
    border-top: 0;
    border-bottom: 1px solid #666666;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    text-shadow: 0px 1px 0px #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

form {
    margin: 0px;
    padding: 0px;
}

.formInputGroup {
    padding: 2px;
    margin: 6px 8px;
    display: block;
}
.formInputHeading {
    font-size: 17px;
    font-weight: bold;
    color: #DDDDDD;
    display: block;
}

body[class="portrait"] .textInput {
    width: 270px;
    font-size: 20px;
    display: block;
}
body[class="portrait"] select {
    width: 290px;
    font-size: 20px;
    display: block;
}
body[class="portrait"] textarea {
    width: 275px;
    font-size: 16px;
    display: block;
}

body[class="landscape"] .textInput {
    width: 430px;
    font-size: 20px;
    display: block;
}
body[class="landscape"] select {
    width: 450px;
    font-size: 20px;
    display: block;
}
body[class="landscape"] textarea {
    width: 435px;
    font-size: 16px;
    display: block;
}

.submitButton {
    font-size: 20px;
    display: block;
}

#menu ul {
    list-style: none;
    margin: 8px;
    padding: 0;
}
#menu ul li a {
    background-color: #161616;
    border: 1px solid #666666;
    color: #FFEE44;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 10px 10px;
    text-decoration: none;
}
#menu ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#menu ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#footerMenu ul {
    list-style: none;
    margin: 16px 8px;
    padding: 0;
}
#footerMenu ul li a {
    background-color: #161616;
    border: 1px solid #666666;
    color: #FFEE44;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 10px 10px;
    text-decoration: none;
}
#footerMenu ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#footerMenu ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.text-left {
    text-align: left;
}

table.weatherProduct {
        border-width:           1px;
        border-style:           outset;
        border-color:           #888888;
        border-spacing:         0px;
        border-collapse:        collapse;
}

table.weatherProduct td {
        border-width:           1px;
        padding:                1px;
        border-style:           outset;
        border-color:           #888888;
        font-family:            Arial,Helvetica;
        font-size:              8pt;
}

table.weatherProduct th {
        border-width:           1px;
        padding:                1px;
        border-style:           outset;
        border-color:           #888888;
        font-family:            Arial,Helvetica;
        font-size:              8pt;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}

table.weatherProduct.metar td {
    font-size: 10pt;
    text-align: center;
}

table.weatherProduct.metar th {
    font-size: 10pt;
}

table.weatherProduct td.text-left {
    text-align: left;
}

table.weatherProduct th.text-left {
    text-align: left;
}

td.imageTabUnselectedOver {
    font-size: 9pt;
    background: #000000;
    padding: 3px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

td.imageTabUnselectedUnder {
    font-size: 9pt;
    background: #000000;
    padding: 3px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

td.imageTabSelectedUnder {
    font-size: 9pt;
    background: #222222;
    padding: 3px;
    border-top: 0px;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}

td.imageTabSelectedOver {
    font-size: 9pt;
    background: #222222;
    padding: 3px;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: 0px;
}

table.airmet {
        border-width:           0px;
        border-style:           outset;
        border-color:           #888888;
        border-spacing:         0px;
        border-collapse:        collapse;
}

table.airmet td {
        border-width:           0px;
        padding:                0px 5px 0px 0px;
        border-style:           outset;
        border-color:           #888888;
        font-family:            Arial,Helvetica;
        font-size:              8pt;
}
table.airmet a {
    text-decoration: none;
}

#wmMapWrapperDiv {
    display: none;
    visibility: hidden;
    position: relative;
    width: 320px;
    height: 288px;
    background-color: #000000;
}

#wmMapHeaderDiv {
    position: absolute;
    display: none;
    visibility: hidden;
    top: 0;
    left: 0;
    background-color: #000000;
    border-width: 0px;
    width: 320px;
    height: 18px;
    font-family: Arial,Helvetica;
    font-size: 10pt;
    white-space: nowrap;
}

#wmMapDiv {
    position: absolute;
    top: 20px !important;
    left: 0;
    background-color: #444444;
    border-color: #FFFFFF;
    border-width: 1px;
    width: 320px;
    height: 270px;
}

#wmMapLoadingImage {
    margin: 0px 0px 0px 0px;
    border-width: 0px;
}

.olControlAttribution {
    position: absolute;
    text-align: right;
    bottom: 0px !important;
    right: 0;
    padding: 0;
    margin: 0;
    color: #000000;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0.7;
    filter:alpha(opacity=30);
    font-family: Arial,Helvetica;
    font-size: 8pt;
}
.olControlAttribution a {
    color: #000000 !important;
    font-weight: normal;
    text-decoration: none;
}
