body, div, p, h1, h2, h3, h4, ul, li, table {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    /*background: #B4B4B4 url(../../images/body_bg.gif) repeat left top;*/
    background-color: #f2f2f2;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 75%;
}

#allContent {
    width: 100%;
}

.loginButton {
    color: Black;
    font-family: Arial;
    font-weight: bold;
    font-size: x-small;
    font-style: normal;
}

/* Master Page Layout */
#master_header {
    width: 100%;
}

#master_headertop {
    background-image: url('/images/header-shade.png');
    background-repeat: repeat-x;
    background-color: #ffffff;
    height: 45px;
}

.master_logo {
    border-style: none;
}

#master_headerbottom {
    background: #B4B4B4 url(../../images/bg_body.gif) repeat left top;
    width: 100%;
}

#master_page {
    margin: 5px auto 20px auto;
    width: 90%;
}

#master_menu {
    float: left;
    width: 240px;
    padding-right: 10px;
}

#master_content {
    width: 100%;
    color: #666666;
    display: inline-block;
}

    #master_content ul {
        /*margin: 0 25px 0 30px;*/
    }

        #master_content ul li ul li {
            list-style-type: none;
        }

#master_contentheader {
    /*background: #a3a3a3 url(./grey-tool.gif) repeat left top;*/
    float: left;
    width: 100%;
}

#master_contentplaceholder {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 25px 0px;
    background-color: #FFFFFF;
    /*background-color: #EFEFEF;*/
    line-height: 1.5em;
    display: inline-block;
}

#contentBody {
    margin: 0 auto;
    width: 98%;
}

#master_contentfooter {
    margin: 0 auto;
    text-align: left;
    clear: both;
    padding: 10px 0 5px 10px;
    color: #333;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    width: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid #ccc;
}

#master_footer {
    float: left;
    width: 100%;
}

.versionCenter {
    text-align: left;
}

#signupMessage {
    float: left;
    width: 50%;
    padding: 0 5px 20px 5px;
}

#signInBox {
    float: right;
    width: 50%;
    padding: 0 5px 20px 5px;
    border-left: orange thin solid;
    border-right-color: orange;
}

/* Content Page Layout */

p {
}

em {
    font-style: italic
}

i {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.menu {
    border: none;
}

.menuItem {
    font: bold 13px Arial;
    vertical-align: middle;
    color: Black;
    font-family: Verdana;
    text-align: left;
    text-decoration: none;
    background-color: #a3a3a3;
    padding: 0 0 4px 0;
}

.menuStaticItem {
    font: bold 13px Arial;
    vertical-align: middle;
    color: Black;
    font-family: Verdana;
    text-align: left;
    text-decoration: none;
    padding: 0px 4px;
    text-decoration: none;
    border-right: 1px solid white;
}

a.menuStaticItem:hover {
    color: Black;
    background-color: #ffd200;
}

.menuSelected {
    font: bold 13px Arial;
    vertical-align: middle;
    color: #FFCC00;
    font-family: Verdana;
    text-align: left;
    text-decoration: underline;
    padding: 3px 5px 3px 5px;
}

a.menuItem:hover {
    color: White;
    background-color: #ffd200;
}

.GridFooter {
    font-size: small;
    color: black;
}

.GridRow {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: small;
    color: black;
    background-color: White;
}

.GridEditRow {
    font-size: small;
    color: black;
}

.GridSelectedRow {
    font-size: small;
    color: black;
    background-color: #ffff99;
}

.GridPager {
    font-weight: bold;
    color: black;
    background-color: white;
}

.GridHeader {
    font-weight: bold;
    color: black;
    background-color: #cdcdcd;
    text-align: justify;
}

.GridAlternating {
    font-size: small;
    color: black;
    background-color: #d8e4f8;
}
/* Airport Panel     */

.collapsePanel {
    background-color: white;
    overflow: auto;
    border-right: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

.collapsePanelHeader {
    width: 100%;
    height: 30px;
    background-color: #5D7B9D;
    color: #ffffff;
    font-weight: bold;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    overflow: visible;
}

.LoadingDiv {
    font-size: 1em;
    float: left;
    color: black;
    position: static;
    background-color: white;
}

.validationPopus {
    background-color: #fffacd;
}

#TwoCol_Left {
    top: 0;
    width: 45%;
}

#TwoCol_Right {
    width: 45%;
    margin-left: auto;
}

.modalPopup {
    text-align: center;
    padding-top: 5px;
    border-style: solid;
    border-width: 1px;
    background-color: White;
}

.modalProgressGreyBackground {
    background: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 10000;
}

/*AutoComplete flyout */

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

.invoiceFieldSet {
    margin-bottom: 20px;
}

    .invoiceFieldSet legend {
        color: Navy;
        font-size: 1.5em;
        font-weight: bold;
    }

.mainInvoicesTable {
    font-size: 1em;
    width: 98%;
    margin: 10px auto;
    padding: 3px;
    border-spacing: 0;
    border: solid 1px black;
    color: Black;
}

    .mainInvoicesTable td {
        white-space: nowrap;
        border: solid 1px silver;
        text-align: center;
    }

        .mainInvoicesTable td.money {
            text-align: right;
        }

        .mainInvoicesTable td.email {
            width: 5em;
            min-width: 5em;
        }

        .mainInvoicesTable td.airport {
            width: 3em;
            min-width: 3em;
        }

    .mainInvoicesTable th {
        color: White;
        font-weight: bold;
        font-size: 1.2em;
        background-color: #000066;
        border: 0;
        text-align: center;
        padding: 0;
    }

        .mainInvoicesTable th.subhead {
            padding: 3px;
            line-height: 95%;
            border-spacing: 0;
            font-weight: bold;
            font-size: 1em;
            text-align: center;
            color: black;
            background-color: #ece9d8;
            border: solid 1px silver;
        }

        .mainInvoicesTable th.smallColSpacer {
            width: 5px;
            background-color: Gray;
            border: 0;
        }

    .mainInvoicesTable td.smallColSpacer {
        width: 10px;
        background-color: Gray;
        border: 0;
    }

    .mainInvoicesTable tr.selected {
        background-color: Orange;
    }

    .mainInvoicesTable tr.evenRow {
        background-color: #d8e4f8;
    }

    .mainInvoicesTable tr.footer {
        background-color: #ece9d8;
    }

    .mainInvoicesTable a:visited {
        color: Blue;
    }

#AccountInformation {
    margin: 30px auto 0px auto;
    width: 98%;
    color: Navy;
    font-weight: bold;
}

#changeOperatorInfo {
    margin: 30px auto 0px auto;
    width: 500px;
    min-width: 500px;
    height: 500px;
    color: Navy;
    font-weight: bold;
    background-color: #ece9d8;
}

.menuOveride .rmRootGroup {
    border-right: 0px !important;
    border-left: 0px !important;
}

.FlightTrackAirportLabel {
    background-color: black;
    border: none;
    color: #FFFF00;
    font-family: "Lucida Grande", "Arial", "sans-serif";
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: 40px;
    z-index: -1 !important;
}

.FlightTrackAirportHoverLabel {
    background-color: #111;
    color: #FFF;
    border: 1px solid black;
    opacity: 0.7;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
    padding-left: 2px;
    padding-right: 2px;
}

.AirportMapRangeLabel {
    background-color: #EFEFEF;
    border: none;
    color: #444444;
    font-family: "Lucida Grande", "Arial", "sans-serif";
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    z-index: -1 !important;
    width: 55px;
}

/* Formatting for noise event table to make the headers fixed to the top of the table on scroll */
#noise-event-table tbody {
    height: 525px;
    overflow-y: auto;
}

#noise-event-table thead {
    display: block;
}

#noise-event-table tbody {
    display: block;
}

#noise-event-table tr {
    display: block;
}

#noise-event-table td {
    display: block;
}

#noise-event-table th {
    display: block;
}

#noise-event-table tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

#noise-event-table thead th {
    height: 25px;
    width: 12.5%;
    float: left;
    text-align: center;
}

#noise-event-table tbody td {
    width: 12.5%;
    float: left;
    text-align: center;
}

#clickable-row:hover {
    color: white;
    background: #356094;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
}

/* Formatting for noise summary table to make the headers fixed to the top of the table on scroll */
#noise-viewer-table tbody {
    height: 525px;
    overflow-y: auto;
}

#noise-viewer-table thead {
    display: block;
}

#noise-viewer-table tbody {
    display: block;
}

#noise-viewer-table tr {
    display: block;
}

#noise-viewer-table td {
    display: block;
}

#noise-viewer-table th {
    display: block;
}

#noise-viewer-table tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

#noise-viewer-table thead th {
    height: 25px;
    width: 10%;
    float: left;
    text-align: center;
}

#noise-viewer-table tbody td {
    width: 10%;
    float: left;
    text-align: center;
}

/* Formatting for facilities video table to make the headers fixed to the top of the table on scroll */
#facilities-video-table tbody {
    height: 750px;
    overflow-y: auto;
}

#facilities-video-table thead {
    display: block;
}

#facilities-video-table tbody {
    display: block;
}

#facilities-video-table tr {
    display: block;
}

#facilities-video-table td {
    display: block;
}

#facilities-video-table th {
    display: block;
}

#facilities-video-table tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

#facilities-video-table thead th {
    height: 25px;
    width: 10%;
    float: left;
    text-align: center;
}

#facilities-video-table tbody td {
    width: 10%;
    float: left;
    text-align: center;
}

/*Push the pagination controls below the table so they don't overlap*/
.ng-table-pager {
    padding-top: 50px
}

/* Testing out making the button cells smaller in width than the rest */
/*#facilities-video-table tbody td.button-cell  {
    width: 3%;
    float: left;
    text-align: center;
}

#facilities-video-table thead th.button-cell {
    height: 25px;
    width: 3%;
    float: left;
    text-align: center;
}*/