/* Tooltip */
.tooltip > .tooltip-inner {
    background-color: #cfc;
    color: #060;
    border: 1px solid green;
    padding: 5px;
    font-size: 1.1em;
}

.list-table tr td {
    vertical-align: middle;
    padding: 2px;
    border-top: 1px solid #ddd;
}
.navbar-default {
    background-color: #006600;
    border-color: #006600;
    color: white;
}
.navbar-fixed-top {
    background-color: #006600;
    border-color: #006600;
}
.sidebar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: white;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > li > a  {
    color: #666;
    text-decoration: none;
}

.sidebar-nav > li > a:hover  {
    color: #006600;
    text-decoration: inherit;
}

.navbar-default .navbar-nav > li > a,
.navbar-nav > li > a  {
    color: white;
    text-decoration: none;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: white;
    text-decoration: none;
}

.dropdown-menu > li > a {
    text-decoration: none;
}

.dropdown-menu > li > a:hover {
    color: #006600;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-nav > li > a:hover  {
    color: yellow;
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .sidebar-nav .navbar ul {
        float: none;
    }
    .sidebar-nav .navbar ul:not {
        display: block;
    }
    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

.active {
    color: #006600;
    font-weight: bold;
}

.btn-success {
    color: #ffffff;
    background-color: #008800;
    border-color: #008800;
}

.btn-link {
    color: #00d;
    text-decoration: underline ;
    background-color: #fff;
    font-size: 14px;
    text-align:left;
}

.hero {
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0 0 0;
    background-color: #006600;
}

.welcomeBack {
    font-style: italic;
    color: #dddddd;
    text-align: right;
}

.eventList {
    width: 100%;
    margin: 0 0 40px 0;
    border:1px solid #006600;
    clear:both;
    border-radius: 6px;
}

.eventListEnd {
    margin-bottom: 15px;
    clear:both;
}

.eventDate, .eventDateSignup, .eventCourse, .eventCourseSignup {
    height: 16px;
    padding: 4px;
    cursor:pointer;
}
.eventDate, .eventDateSignup {
    clear:left;
    width:70px;
    text-align: right;
    margin-left:1px;
}

.eventSignup-text {
    color: #060;
    font-weight: bold;
}

.eventSignupCancelled-text {
    color: #000;
    font-weight: normal;
}

.eventMonth {
    background-color: #006600;
    border-top: 1px solid #060;
    border-bottom: 1px solid #060;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 2px 2px 2px 6px;
    margin-top: 0px;
    clear:both;
}

.eventMonth:first-child {
    margin-top: 0px;
    border-top: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.eventPaymentDue {
    background-color: #AA0000;
    border-top: 1px solid #AA0000;
    border-bottom: 1px solid #AA0000;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 2px 2px 2px 6px;
    margin-top: 0px;
    clear:both;
}

.eventPaymentDue:first-child {
    margin-top: 0px;
    border-top: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.newsTitleText {
    font-weight: bold;
    text-align: center;
}

.newsTitleDate {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

.newsList {
    width: 100%;
    margin: 0 0;
    padding: 3px;
    clear:both;
}

.newsItem {
    font-weight: normal;
    margin: 2px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #006600;
}

.newsMeetingDate {
    font-weight: bold;
    text-align: center;
    background-color: #333333;
    color: white;
}

.updateListContainer {
    width: 100%;
}

.updateList {
    clear:both;
    list-style: none;
}

.updateListItem {
    height: 30px;
    width: 90%;
    margin: 10px;
    padding: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #000066;
    border: 1px solid gray;
    text-align: center;
    background: #ddffdd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.newsBullets li a {
    padding: 4px 8px;
    font-weight: bold;
    color: #000066;
    text-align: center;
}

.newsBullets li {
}

.newsDivider {
    border-top: 1px solid #006600;
}

.welcomeBack {
    font-style: italic;
    color: white;
}

.viewMyStats {
    padding: 3px;
    margin: 0 0 0 10px;
    border: 1px solid darkgray;
    background: #ddffdd;
    margin-bottom: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.viewMyStats a {
    cursor: pointer;
}

.statsTable {
    width: 270px;
    border: 2px solid #006600;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 0px;
}

.statsTable th,
.statsTable td {
    padding:  6px 6px 6px 10px ;
    vertical-align: center;
    border-top: 1px solid #006600;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2em;
    text-align: left;
}

.statsTable td:first-child {
    font-weight: bold;
}

.photoFrame {
    height: 337px;
    width: 300px;
    overflow: hidden;
    clear:both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 small,
h2 small {
    font-weight: normal;
    color: #bfbfbf;
}

h1,
.h1 {
    margin-bottom: 0.75em;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
}

h2,
.h2 {
    margin-bottom: 0.75em;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
}

h3,
.h3 {
    margin-bottom: 1em;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3;
}

h4,
.h4 {
    margin-bottom: 1.5em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.25;
}

h5,
.h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1.5em;
}

h6,
.h6 {
    margin-bottom: 1.5em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.col-md-4 h1,
.col-md-4 h2,
.col-md-4 h3 {
    margin-right: 24px;
}

.col-md-4 h1 a,
.col-md-4 h2 a,
.col-md-4 h3 a {
    display: block;
    position: relative;
    top: 6px;
    float: right;
    padding: 4px 12px;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: white;
}

.col-md-4 h1:hover,
.col-md-4 h2:hover,
.col-md-4 h3:hover {
    background-color: white;
}

.invalid {
    color: red;
    font-style: italic;
    padding: 0 4px;
}


p,
ol,
ul,
dl,
address {
    margin-bottom: 1.5em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
}

small {
    font-size: 14px;
    font-size: 1.4rem;
}

/* Color =================================================== */
a {
    /*text-decoration: underline;*/
    color: inherit;;
    /*color: #0000cc*/
}

/*a:visited {*/
    /*!*color: inherit;*!*/
    /*color: #0000cc;*/
/*}*/

a:hover {
    /*text-decoration: underline;*/
    text-decoration: inherit;
    color: #006600;
    /*color: inherit;*/
}

a:focus {
    outline: thin dotted;
    /*color: #0000ff;*/
    color: inherit;
}

a:hover, a:active {
    /*outline: 0;*/
}

.glyphicon-large {
    font-size:120%;
}


.more {
}

.morecontent div {
    display: none;
}
.morelink {
    display: block;
}

.normalhr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border: gray solid 1px;
}

.rules_menu > a{
    color: #006600;
}
