body {
    background: #fff;
    color: #000;
    font: 14px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    padding-bottom: 15px;
}

table {
    border-collapse: separate;
}

a:visited {
    color: #014c9a;
}

a, a:active, a:link {
    color: #014c9a;
    text-decoration: none;
}

    a:hover, a.hover {
        color: #000;
        text-decoration: underline;
    }

    a.normal {
        font-weight: normal;
    }

input[type=button], input[type=submit] {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
}

.normal {
    font-weight: normal;
}

strong, .bold {
    font-weight: bold;
}

em, .italic {
    font-style: italic;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

hr {
    background: #ccc;
    border: none;
    height: 1px;
    line-height: 1px;
    margin: 8px 0;
    padding: 0;
}
/* spacers */
.spacer {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

    .spacer.one {
        height: 1px;
        line-height: 1px;
    }

    .spacer.two {
        height: 2px;
        line-height: 2px;
    }

    .spacer.three {
        height: 3px;
        line-height: 3px;
    }

    .spacer.four {
        height: 4px;
        line-height: 4px;
    }

    .spacer.five {
        height: 5px;
        line-height: 5px;
    }

    .spacer.six {
        height: 6px;
        line-height: 6px;
    }

    .spacer.seven {
        height: 7px;
        line-height: 7px;
    }

    .spacer.eight {
        height: 8px;
        line-height: 8px;
    }

    .spacer.nine {
        height: 9px;
        line-height: 9px;
    }

    .spacer.ten {
        height: 10px;
        line-height: 10px;
    }
/* end spacers */
/* misc classes */
.panel {
    padding: 5px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-middle {
    vertical-align: middle !important;
}

.nowrap {
    white-space: nowrap;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.checkbox-nowrap {
    /** prevents ASP.NET checkboxes from breaking in the custom RolesDataList.  See roles.aspx. */
    display: inline-block;
    white-space: nowrap;
}

.invisible {
    display: none;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
    margin: 0;
    padding: 0 0 0;
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 26px;
}

h3, .h3 {
    font-size: 22px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 13px;
}

/** content wrapper */
.content-frame {
    position: relative;
    padding: 0 0 10px;
}

.logo-background {
    background-color: #005bbc;
}
/** application header */
.app-header {
    background-color: #0a71df;
    background-color: #005bbc;
    height: 95px;
    position: relative;
    margin: 0 0px 8px;
}

.gear-watermark {
    background: transparent url(images/gear-watermark.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 300px;
    width: 213px;
    height: 95px;
}

/* top navigation */
.top-navigation {
    height: 32px;
    float: left;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 15px;
}

    .top-navigation > ul {
        position: relative;
        z-index: 1;
    }

        .top-navigation > ul > li {
            display: block;
            float: left;
            position: relative;
        }

            .top-navigation > ul > li a {
                color: #fff;
                display: block;
                text-decoration: none;
                padding: 5px 8px;
            }

            .top-navigation > ul > li.menu-button {
                height: 30px;
                border: 1px solid transparent;
                background-color: transparent; /* transparency for older browsers */
                background-color: rgba(255, 255, 255, .2); /* transparency for modern browsers */
            }

                .top-navigation > ul > li.menu-button:hover {
                    border: 1px solid #000;
                    background-color: #0a71df; /* for older browsers */
                    background-color: rgba(0,0,0,.2); /* transparency for modern browsers */
                }
/** end top navigation */
.login-name {
    height: 32px;
    color: #fff;
    display: block;
    padding: 6px 8px;
}
/* main navigation */
.main-navigation {
    height: 40px;
    left: 11px;
    position: absolute;
    top: 54px;
}

    .main-navigation > ul {
        position: relative;
        z-index: 1;
    }

        .main-navigation > ul > li {
            display: block;
            float: left;
            position: relative;
        }

            .main-navigation > ul > li a {
                color: #fff;
                display: block;
                text-decoration: none;
                padding: 9px 12px;
            }

            .main-navigation > ul > li.menu-button {
                height: 38px;
                border: 1px solid transparent;
                background-color: transparent; /* transparency for older browsers */
                background-color: rgba(255, 255, 255, .2); /* transparency for modern browsers */
            }

                .main-navigation > ul > li.menu-button:hover {
                    border: 1px solid #000;
                    background-color: #0a71df; /* for older browsers */
                    background-color: rgba(0, 0, 0, .2); /* for modern browsers */
                }
/** end main navigation */
/* logo */
.site-logo {
    background: transparent url(images/site-logo.png) no-repeat;
    display: block;
    height: 36px;
    left: 10px;
    position: absolute;
    text-indent: -9999px;
    top: 10px;
    /* A-Card Registration = width: 295px; */
    width: 295px;
}

.site-text-logo {
    /*background: transparent url(images/site-logo.png) no-repeat;*/
    display: block;
    height: 36px;
    left: 10px;
    position: absolute;
    /*text-indent: -9999px;*/
    top: 10px;
    /* A-Card Registration = width: 295px; */
    /*width: 295px;*/
}

.site-instance {
    background: transparent;
    display: inline-block;
    height: 32px;
    top: 16px;
    left: 300px;
    width: 250px;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    color: red;
}
/* lodge ID header */
.lodge-id-header {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    display: block;
    float: left;
    height: 32px;
    right: 15px;
    position: absolute;
    bottom: 0px;
}

    .lodge-id-header a, .lodge-id-header a:hover {
        color: #fff;
    }
/** end header */

/** app-sidebar */
.app-sidebar {
    color: #000;
}

    .app-sidebar > section {
        border: none;
        margin: 0 0 10px;
    }

        .app-sidebar > section > article {
            background: #ccd8e5;
            border: 1px solid #91abc7;
            padding: 10px;
        }

    .app-sidebar header {
        background: #3076cc;
        border: none;
        clear: both;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
        letter-spacing: normal;
        overflow: hidden;
        text-shadow: 0 1px 1px rgba(0,0,0,.5);
        padding: 6px 10px;
    }

    .app-sidebar .content {
        background: #fff;
        border: 1px solid #91abc7;
        overflow: auto;
        padding: 10px;
    }
/** end app-sidebar */

/** DO NOT TOUCH **/
html, body, #aspnetForm, section.page {
    /** accomodates sticky footer technique */
    height: 100%;
}

#aspnetForm {
    height: auto;
    min-height: 70%;
    margin: 0 !important;
    padding: 0 !important;
}
/** END - DO NOT TOUCH **/

.clearfix:after {
    clear: both;
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1;
}
/**
	NOTE: .clear-all is never used.  When in hell would I use it? 
	It could be used in jQuery to completely fold up a box
	like $("section.box.feature").toggleClass("clear-all").
*/
.clear-all {
    background: none transparent scroll repeat 0 0;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    list-style-image: none;
    list-style-type: none;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    margin: 0;
    padding: 0;
}

/** page-content navigation **/
.content-navigation {
    background-color: #005bbc;
    color: #fff;
    height: 40px;
    left: 0;
    position: relative;
    top: 0;
}

    .content-navigation > ul {
        position: relative;
        z-index: 1;
    }

        .content-navigation > ul > li {
            display: block;
            float: left;
            position: relative;
        }

            .content-navigation > ul > li a {
                color: #fff;
                display: block;
                text-decoration: none;
                padding: 9px 12px;
            }

            .content-navigation > ul > li.menu-button {
                height: 38px;
                border: 1px solid transparent;
                border-right: 1px solid #005bbc;
                background-color: transparent; /* transparency for older browsers */
                background-color: rgba(255, 255, 255, .2); /* transparency for modern browsers */
            }

                .content-navigation > ul > li.menu-button:hover {
                    border: 1px solid #000;
                    background-color: #0a71df; /* for older browsers */
                    background-color: rgba(0, 0, 0, .2); /* for modern browsers */
                }

            .content-navigation > ul > li.menu-title {
                height: 38px;
                border: 1px solid transparent;
                font-weight: bold;
                padding: 9px 12px;
            }
/** end content-navigation */

/** buttonsets and buttons */
.app-form-buttonset {
    border-top: 1px solid #ccc;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    clear: both;
}

    .app-form-buttonset.bottom-gap {
        margin-bottom: 5px;
    }

    .app-form-buttonset.no-divider {
        border: none;
    }

.app-ui-dialog-buttonset {
    /* THIS CLASS IS A PLACEHOLDER CLASS TO ALLOW MY SCRIPT jquery-asp.net.ui.dialog.js TO DO IT'S MAGIC */
}

.app-form-buttonset .app-ui-button, .ui-dialog-buttonset .app-ui-button, .ui-dialog-buttonpane .ui-button, .ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    float: right;
    margin: 5px 0 0 7px;
}

.app-form-buttonset .app-ui-button {
    width: auto;
}

.app-form-buttonset span.update-stamp {
    float: left;
    display: inline-block;
    margin-top: 10px;
    margin-left: 2px;
    height: 100%;
}

.app-ui-button.small {
    font-size: 12px;
    margin-right: 3px;
    padding: 3px 4px;
}

.stacked {
    margin-bottom: 3px;
}

/** jquery ui button adjustments */
.ui-dialog .ui-dialog-buttonpane {
    padding: 4px 7px 7px;
}
/** jquery ui adjustments */
.ui-widget-overlay {
    position: fixed;
    z-index: 8;
}

.ui-widget-content {
    background-color: #FFF;
}

.insert-button, .dialog-insert-button, .numeric-input, .positive-numeric-input, .integer-input, .date-input {
    /* THESE CLASSES ARE PLACEHOLDER CLASSES TO ALLOW MY SCRIPT jquery-dcm.utils.js TO DO IT'S MAGIC */
}

.no-js {
    /*PLACEHOLDER class for modernizr.js */
}

/** AJAX loading indicator */
.ajax-indicator {
    background: transparent url(images/ajax-loader.gif) center center;
    height: 50px;
    width: 50px;
    left: 50%;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 9;
    margin: auto;
}

/** small glyphs */
.ui-glyph {
    background: url(images/blue-glyphs.png) no-repeat;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -1000em;
    vertical-align: baseline;
    width: 16px;
}

    .ui-glyph.info {
        background-position: -16px -144px;
        float: left;
        margin-right: .3em;
    }

    .ui-glyph.play {
        background-position: 0 -160px;
        float: left;
        margin-right: .3em;
    }

    .ui-glyph.alert {
        background-position: 0 -144px;
        float: left;
        margin-right: .3em;
    }

span.checkmark-green {
    background: transparent url(images/checkmark-green.png) no-repeat scroll 0px 0px;
    display: inline-block;
    height: 16px;
    width: 16px;
}

label.checkmark-green {
    background: transparent url(images/checkmark-green.png) no-repeat scroll 0px 3px;
    display: inline-block;
    height: 16px;
    width: 16px;
}

span.xmark-red {
    background: transparent url(images/val-error.gif) no-repeat scroll 0px 3px;
    display: inline-block;
    height: 16px;
    width: 16px;
}

span.checkmark-red {
    background: transparent url(images/checkmark-red.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 16px;
    width: 16px;
}


/** checked-list */
.checked-list {
    list-style: none outside none;
    list-style-image: none;
    overflow: hidden;
    padding-bottom: 2px;
    padding-left: 25px;
    position: relative;
    margin: 5px 0 2px -15px;
}

    .checked-list li {
        background: transparent url(images/checkmark-green.png) no-repeat scroll 0 3px;
        padding-left: 30px;
    }

/** generic box */
.box {
    clear: both;
    border: 1px solid transparent;
    margin-bottom: 10px;
    padding: 6px 6px 6px 6px;
}

    .box.inline {
        clear: none;
        padding: 5px;
        margin: 0;
    }

    .box.medium-padding {
        padding: 10px;
    }

    .box.nopadding {
        padding: 0;
    }

    .box.nomargin {
        margin: 0;
    }

    .box.margintoponly {
        margin: 0;
        margin-top: 20px;
    }

    .box.marginvertical {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .box > h5 {
        font-weight: bold;
        margin-left: 5px;
        padding: 0;
    }

    .box > p {
        margin: 0;
        padding: 5px;
    }

    .box ul {
        margin-left: 20px;
        padding: 5px;
    }

    /** feature box */
    .box.feature {
        background: #f9f9f9;
        border-color: #91ABC7;
        padding: 0;
    }

        .box.feature .feature-inner {
            background-color: #f5f7fa;
            border: 1px solid #ddd;
            border-top: none;
            margin: 0;
            padding: 20px;
        }

        .box.feature header h1 {
            background: #3076cc url(images/box-feature-header.png) repeat-y left center;
            color: #fff;
            font-size: 20px;
            letter-spacing: 0;
            -ms-text-shadow: 0 1px 1px rgba(0,0,0,.5);
            text-shadow: 0 1px 1px rgba(0,0,0,.5);
            text-align: left;
            margin: 0;
            padding: 15px 0 13px 20px !important;
        }

            .box.feature header h1 span {
                font-size: 13px;
                font-style: italic;
                font-weight: normal;
                line-height: 1em;
                margin-left: 12px;
            }

        .box.feature h5 {
            font-weight: bold;
            margin-left: 5px;
            padding: 0;
        }

/** page content container */
.page-content {
    background: #f8f8f8;
    border: 1px solid #afafaf;
    color: #000;
    display: block;
    margin: 0 0 10px;
    padding: 10px;
}

    .page-content.center {
        margin: auto;
    }

    .page-content > header > h2, .page-content > hgroup > h2 {
        color: #000;
        font-size: 18px;
        line-height: 18px;
        height: 18px;
        padding-bottom: 10px;
    }

    .page-content .hidden-text {
        color: #f8f8f8;
    }

.seperator {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
/** data-tableview */
.data-tableview-frame {
    background: #fff;
    border: #ccc 1px solid;
    font: 14px Arial, Helvetica, san-serif;
    padding: 0;
    clear: both;
}

table.data-tableview {
    background: #fff;
    margin-bottom: 2px;
    width: 100%;
    padding: 0;
    vertical-align: middle;
}

    table.data-tableview thead th {
        background: #f1f1f1;
        border: #fff 1px solid;
        border-bottom-color: #ccc;
        border-right-color: #ccc;
        border-right: none;
        border-left: none;
        text-align: left;
        padding: 5px;
    }

    table.data-tableview tbody td {
        text-align: left;
        padding: 4px 5px;
    }

    table.data-tableview tr.odd-row {
        background-color: #f1f1f1;
    }

    table.data-tableview tr.even-row {
        background-color: #fff;
    }

    table.data-tableview tr.control-row td {
        padding: 4px 5px;
    }

        table.data-tableview tr.control-row td a {
            color: #3076cc;
            font-weight: normal;
            text-decoration: none;
        }

            table.data-tableview tr.control-row td a:hover {
                background-color: #3076cc;
                color: #fff;
                font-weight: normal;
            }

td.data-toggle-cell {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    background: #eee;
    border: #fff 1px solid;
    border-bottom-color: #ccc;
    border-right-color: #ccc;
    color: #000;
}

    td.data-toggle-cell span {
        display: block;
        text-align: center;
        vertical-align: middle;
        height: 13px;
        width: 13px;
        margin: auto auto;
    }

table.data-tableview .menu {
    position: absolute;
    background-color: white;
}

tr.highlight {
    border-color: #c9ddfa;
}

    tr.highlight td {
        background-color: #d4e8fe;
        border-color: #c9ddfa;
    }

/* Simple table structure */
.simple-table-frame {
    background: #eee;
    border: #ccc 1px solid;
    font: 14px Arial, Helvetica, san-serif;
    padding: 0;
    clear: both;
}

table.simple {
    background: #fff;
    margin-bottom: 2px;
    width: 100%;
    padding: 0;
    vertical-align: middle;
}

    table.simple thead th {
        background: #f1f1f1;
        border: #fff 1px solid;
        border-bottom-color: #ccc;
        border-right-color: #ccc;
        border-right: none;
        border-left: none;
        text-align: left;
        padding: 5px;
    }

    table.simple tbody td {
        text-align: left;
        padding: 4px 5px;
    }

        table.simple tbody td span.pct {
            display: inline-block;
            padding: 5px 0 0 5px;
            vertical-align: middle;
        }

/* End Simple table */

.with-buttons {
    float: left;
    border: 0;
}

    .with-buttons + .button-tray, .button-tray {
        float: right;
        margin: 0;
        padding: 0;
        line-height: 18px;
        border: 0;
    }

        .button-tray .app-ui-button {
            margin-left: 5px;
        }

            .button-tray .app-ui-button.small {
                margin-left: 0;
            }

/** grid/listview pager container box */
.pager-frame {
    background: url(images/pager-frame-cap.png) repeat-x scroll 0 0 #f1f1f1;
    border: 1px solid #ccc;
    border-bottom: #eee;
    font-size: 13px;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    padding: 10px 0 14px 10px;
    position: relative;
    vertical-align: bottom;
}

    .pager-frame > header > h2, .pager-frame > hgroup > h2 {
        color: #000;
        font-size: 18px;
        line-height: 18px;
        height: 18px;
        border: none;
    }

    .pager-frame input[type=text], .pager-frame input[type=password], .pager-frame input[type=tel], .pager-frame input[type=email], .pager-frame input[type=url], .pager-frame textarea, .pager-frame select {
        background: #fff;
        border: solid 1px #bbb;
        color: #000;
        font: 14px Arial, Helvetica, sans-serif;
        position: relative;
        vertical-align: baseline;
        padding: 4px;
    }

    .pager-frame #GotoPageTextBox {
        float: none;
    }

.pager-frame-title {
    border: none;
}

/** validation summaries and error text */
.val-summary {
    background: #FBE3E4;
    border-color: #FBC2C4;
}

    .val-summary > ul > li, .webform-layout .val-summary > ul > li {
        color: #000;
        list-style-image: url(images/val-error.gif);
        list-style-position: inside;
        overflow: visible;
        padding-bottom: 0;
        text-align: left;
        vertical-align: baseline;
        white-space: normal;
        margin: 0;
    }

.val-error-text {
    color: red;
    position: relative;
    text-align: left;
}

.error-text {
    color: red;
    font-weight: bold;
}

.error-image-bg {
    width: 100%;
    height: 360px;
    background-color: transparent;
    background-image: url(images/404-rip.png);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}

/** webform-layout */
.webform-layout {
    float: left;
    padding-bottom: 0;
    width: 100%;
}

    .webform-layout > .dialog-layout {
        margin-left: auto;
        margin-right: auto;
        padding: 10px 15px 0;
    }

    .webform-layout ul li {
        overflow: auto;
        text-align: left;
        white-space: normal;
        margin: 2px auto;
    }

    .webform-layout .val-summary > ul > li {
        overflow: visible;
        margin: 0;
    }

    .webform-layout li > label {
        color: #777;
        display: inline-block;
        text-align: right;
        padding: 0 8px 0 0;
    }

        .webform-layout li > label + label {
            color: #000;
        }

    .webform-layout li label.prompt {
        padding-left: 10px;
        color: #777;
    }

    .webform-layout li pre {
        float: left;
        line-height: 1em;
        padding: 4px;
    }

    .webform-layout li, .webform-layout li label, .webform-layout li span {
        line-height: 28px;
        min-height: 28px;
    }

    .webform-layout input[type=text], .webform-layout input[type=password], .webform-layout input[type=tel], .webform-layout input[type=email], .webform-layout input[type=url], .webform-layout textarea, .webform-layout select {
        background: #fff;
        border: solid 1px #bbb;
        color: #000;
        font: 14px Arial, Helvetica, sans-serif;
        position: relative;
        vertical-align: baseline;
        padding: 4px;
    }

    .webform-layout textarea,
    .webform-layout select {
        padding: 3px;
    }

        .webform-layout textarea.bottom-gap {
            margin-bottom: 10px;
        }

    .webform-layout .val-error-text {
        margin: 0;
        margin-left: 6px;
    }

.listview-empty-data {
    clear: both;
    background: #e6efc2;
    border-color: #c6d880;
    padding: 5px;
}
/** common box colors */
.red {
    background-color: red;
    border-color: red;
}

.pink {
    background-color: #fbe3e4;
    border-color: #fbc2c4;
}

.yellow {
    background-color: #ffffbb;
    border-color: #ffd324;
}

.green {
    background-color: #f3fce4;
    border-color: #b2cd9e;
}

.blue {
    background-color: #d4e8fe;
    border-color: #7cbdff;
}

.gray {
    background-color: #f5f7fa;
    border-color: #afafaf;
}

.light-gray {
    background-color: #fbfbfb;
    border-color: #afafaf;
}

.white {
    background-color: #fff;
    border-color: #afafaf;
}

.red-text {
    color: Red;
}

.green-text {
    color: Green;
}

.black-text {
    color: #000;
}

.white-text {
    color: #fff;
}

.prompt-text {
    color: #777;
}

.read-only-comment-text {
    line-height: 1.5em !important;
    color: #fff;
    text-align: left !important;
}

span.pct {
    display: inline-block;
    padding: 0 0 0 5px;
    vertical-align: middle;
}
