Body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #000080;
    /*    background-color: #096bae;*/
}

/* background color for the content part of the pages */
Bodytin {
    /*    background-color: #096bae;*/
    background-color: white;
}

.mrp_table_search_home {
    background-image: url(images/bg_top_right_home.gif);
    background-repeat: no-repeat;
    background-position: right;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    color: #666644;
    font-family: 'font-size: 16px', Arial;
}
/* text style for welcome message */
.WelcomeMessage {
    color: White;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    border-left-color: white;
    border-bottom-color: white;
    border-top-color: white;
    background-color: #c10000;
    border-right-color: white;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: red;
    font-weight: bold;
}

    .SelectedTab:link {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: red;
        text-decoration: none;
        font-weight: bold;
    }

    .SelectedTab:visited {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: red;
        font-weight: bold;
    }

    .SelectedTab:active {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: red;
        text-decoration: none;
        font-weight: bold;
    }

    .SelectedTab:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: red;
        font-weight: bold;
    }
/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    font-weight: bold;
}

    .OtherTabs:link {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: white;
        text-decoration: none;
        font-weight: bold;
    }

    .OtherTabs:visited {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: white;
        font-weight: bold;
    }

    .OtherTabs:active {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: white;
        text-decoration: none;
        font-weight: bold;
    }

    .OtherTabs:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: white;
        font-weight: bold;
    }
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
    color: white;
}

A.SiteLink:visited {
    text-decoration: none;
    color: #eeeeee;
}

A.SiteLink:active {
    text-decoration: none;
    color: #eeeeee;
}

A.SiteLink:hover {
    text-decoration: underline;
    color: white;
}

/* style for separator between site links */
.Accent {
    color: red;
    font-weight: bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}

/* style of item titles by Announcements and events */
.ItemTitle {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
}

/* style of item titles by Announcements and events */


.ItemTitle2 {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkBlue;
}

.ItemTitle3 {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #404040;
}

/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-radius: 2px;
    border-width: 1px;
}

.NormalRed {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

.NormalBlue {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Blue;
}

.NormalGreen {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Green;
}

.NormalBold {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #282c67;
}

A.CommandButton:visited {
    text-decoration: underline;
    color: #282c67;
}

A.CommandButton:active {
    text-decoration: underline;
    color: #282c67;
}

A.CommandButton:hover {
    text-decoration: underline;
    color: #282c67;
}




/* GENERIC */
H1 {
    font-family: Segoe UI,Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H2 {
    font-family: Segoe UI,Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H3 {
    font-family: Segoe UI,Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: darkred;
}

H4 {
    font-family: Segoe UI,Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: darkred;
}

H5, DT {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

H6 {
    font-family: Segoe UI,Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

TFOOT, THEAD {
    font-family: Segoe UI,Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: darkred;
}

TH {
    vertical-align: baseline;
    font-family: Segoe UI,Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: darkred;
}

A:link {
    text-decoration: none;
    color: #282c67;
}

A:visited {
    text-decoration: none;
    color: #282c67;
}

A:active {
    text-decoration: none;
    color: #282c67;
}

A:hover {
    text-decoration: underline;
    color: red;
}

SMALL {
    font-size: 8px;
}

BIG {
    font-size: 14px;
}

BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}


UL LI {
    list-style-type: square;
}

    UL LI LI {
        list-style-type: disc;
    }

        UL LI LI LI {
            list-style-type: circle;
        }

OL LI {
    list-style-type: decimal;
}

OL OL LI {
    list-style-type: lower-alpha;
}

OL OL OL LI {
    list-style-type: lower-roman;
}

HR {
    color: dimgrey;
    height: 1pt;
    text-align: left
}

/* text style used for most text rendered by modules */
.ReportHeading {
    font-family: Segoe UI,Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: Navy;
}

.Arial16 {
    font-family: Arial;
    font-size: 16px;
    color: Black;
}

.Arial13 {
    font-family: Arial;
    font-size: 13px;
    color: Black;
}

.Arial11 {
    font-family: Arial;
    font-size: 11px;
    color: Black;
}

.tdc {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    height: 36px;
}

.tdr {
    border-right-style: solid;
    border-right-width: 2px;
}

.tdcb {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    height: 36px;
}

.tdct {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    height: 36px;
}

.tdc1 {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-width: 5px;
    border-bottom-style: double;
    height: 36px;
}

.Normal1 {
    font-family: Segoe UI,Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NavClass {
    font-family: Segoe UI,Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: darkred;
    letter-spacing: normal;
}

.TextBoxU {
    BORDER-BOTTOM: 2px solid;
    BORDER-Top-WIDTH: 0;
    BORDER-Right-WIDTH: 0;
    BORDER-Left-WIDTH: 0;
}

.topnav_repeat {
    background-image: url(images/menu.gif);
}

.HideBody {
    /*    background-color: #096bae;*/
    display: none;
}

span.error {
    color: Red;
    display: block;
}

.gridview td {
    padding: 5px;
}

.hide {
    display: none;
}

fieldset.addNew {
    border: solid 1px silver;
    padding: 10px
}

    fieldset.addNew label {
        width: 100px;
        display: block;
        float: left;
        margin-right: 20px;
    }

.pager span {
    color: Red;
    font-weight: bold;
}

.table .pager td {
    border: solid 0px;
}


/* THE SURVEY */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.SurveyTitle {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}

.table {
    width: 100%;
    margin-bottom: 18px;
}

    .table th,
    .table td {
        padding: 8px;
        line-height: 18px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table th {
        font-weight: bold;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table colgroup + thead tr:first-child th,
    .table colgroup + thead tr:first-child td,
    .table thead:first-child tr:first-child th,
    .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #dddddd;
    }

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-left: 0;
    border-collapse: separate;
    *border-collapse: collapsed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .table-bordered th,
    .table-bordered td {
        border-left: 1px solid #dddddd;
    }

    .table-bordered thead:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

        .table-bordered thead:first-child tr:first-child th:first-child,
        .table-bordered tbody:first-child tr:first-child td:first-child {
            -webkit-border-radius: 4px 0 0 0;
            -moz-border-radius: 4px 0 0 0;
            border-radius: 4px 0 0 0;
        }

        .table-bordered thead:first-child tr:first-child th:last-child,
        .table-bordered tbody:first-child tr:first-child td:last-child {
            -webkit-border-radius: 0 4px 0 0;
            -moz-border-radius: 0 4px 0 0;
            border-radius: 0 4px 0 0;
        }

    .table-bordered thead:last-child tr:last-child th:first-child,
    .table-bordered tbody:last-child tr:last-child td:first-child {
        -webkit-border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
        border-radius: 0 0 0 4px;
    }

    .table-bordered thead:last-child tr:last-child th:last-child,
    .table-bordered tbody:last-child tr:last-child td:last-child {
        -webkit-border-radius: 0 0 4px 0;
        -moz-border-radius: 0 0 4px 0;
        border-radius: 0 0 4px 0;
    }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #f5f5f5;
}
/* End of Survey Code */


/* bootstrap overrides*/

.btn {
    line-height: 30px;
}

.btn-inverse {
    background: none repeat scroll 0 0 #363636;
    color: #FFFFFF !important;
}
/* Skinning changes */
.redbutton {
    background-color: #df272d;
    border: none;
    border-radius: 2px;
    color: white !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    padding: 4px 4px 4px 4px;
}

/* Styles for Date Picker */
.dpPanel {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #404040;
    background-color: #ffffff;
}
/* text style for the unselected tabs */
.dbOtherTabs {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #404040;
    font-weight: normal;
}

.FromDateClass {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    border-radius: 2px;
    border-width: 1px;
    border-color: #404040;
    padding-left: 2px;
}

.ToDateClass {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    border-radius: 2px;
    border-width: 1px;
    border-color: #404040;
    padding-left: 2px;
}

.ClubSpeedToQuickBooksMapView th {
    font-size: 17px;
    font-weight: bold;
    color: #404040;
}

.ClubSpeedToQuickBooksMapView tr:not(.ClubSpeedToQuickBooksMapViewHeader) {
    background-color: lightgray;
    border: 1px solid black;
    margin: 3px;
    padding: 3px;
} 

input {
    border-radius: 2px;
    border-collapse: separate !important;
    border-color: #404040;
    border-width: 1px;
}
/*check box styling */
/*input[type=checkbox] + label {
    display: inline-block;
    margin: 0.1em;
    cursor: pointer;
    padding: 0.1em;
}

input[type=checkbox] {
    display: none;
}*/

/*input[type=checkbox] + label:before {
        border: 0.1em solid #000;
        border-radius: 0.2em;
        display: inline-block;
        width: 1em;
        height: 1em;
        padding-left: 0.1em;
        padding-bottom: 0.3em;
        margin-right: 0.2em;
        vertical-align: middle;
        color: white;
        transition: .2s;
        font-family: "Segoe UI Symbol"; 
        content: '\2714\fe0e'; 
    }

    input[type=checkbox] + label:active:before {
        transform: scale(0);
    }*/

/*input[type=checkbox]:checked + label:before {
        background-color: #df272d;
        border-color: #df272d;
        color: #fff;
    }*/


/*input[type=checkbox]:disabled + label:before {
        transform: scale(1);
        border-color: #aaa;
    }

    input[type=checkbox]:checked:disabled + label:before {
        transform: scale(1);
        background-color: #ffffff;
        border-color: #ffffff;
    }*/

select {
    background-color: #e6e6e6;
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    border-radius: 2px;
    border: none;
}

/*Attempted stop use this form the report categories but it was not taking effect, not even in the ReportSelector.ascx itself, 
    had to use inline styles! - MTM
*/
/*rptClassification {
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif !important;
    font-size: x-large !important;
    color: #404040 !important;
    font-weight: bolder !important;
}*/

rptSection {
    background-color: #EBEBEB;
}

.clubspeedbanner {
    margin-left: 10px;
}