﻿/* Move down content because we have a fixed navbar that is 50 tall */
body {
    padding-top: 10px;
    padding-bottom: 5px;
    background: #FFFF66;
    /*font-size: .80em;*/
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    background-repeat: repeat;
    background-image: url('../Images/wix_BG.bmp');
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
/*Hover Menu*/
.popupMenu {
    background-color: #F5F7F8 !important;
    opacity: .9 !important;
    filter: alpha(opacity=90) !important;
    left: auto !important;
    top: auto !important;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    text-align: center;
}

.hidden {
    display: none;
}

.onOver {
    background-color: #999966;
    position: absolute;
    z-index: 999;
    width: 400px;
    height: 300px;
    top: 20%;
    left: 20%;
}

.page {
        width: 90%;
    height: 90%;
    min-height: 900px;
    background-color: #FFFFFF;
    margin: 1px auto 0 auto;
}

.header {
    position: relative;
    margin: 0;
    padding: 0;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0;
        padding: 0 0 0 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    height: 100%;
    min-height: 500px;
}

.footer {
    color: #4e5766;
    padding: 8px 0 0 0;
    margin: 0 auto;
    text-align: center;
    line-height: normal;
}

.clear {
    clear: both;
    bottom: 0;
}

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 0;
}

    div.menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280;
}

h1 {
    font: bold 32px Times;
    color: #666;
    text-align: center;
    padding: 20 0;
}

.CursorHand {
    cursor: pointer;
}

.mGrid {
    background-color: #fff;
    margin: 0 0 0 0;
    /*border: solid 1px #525252;*/
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #333333;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 1em;
        font-weight: bold;
    }

    .mGrid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #808080 none repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            /*color: #fff;*/
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

/* grid child*/
.mGrid1 {
    background-color: #CCCCCC;
    margin: 0px 0 0px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color: #000000;
}

    .mGrid1 td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #000000;
    }

    .mGrid1 th {
        padding: 4px 2px;
        color: #000000;
        background: #999999 url('../Images/Napa_BG.bmp') repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid1 .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid1 .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid1 .pgr table {
            margin: 5px 0;
        }

        .mGrid1 .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid1 .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid1 .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20;
    }

    .body-content {
        padding: 0;
    }
}
