h1.subpageTitle {
    font-size :2.0em; 
    text-align:center;
    margin-top:5px;
    margin-bottom:1px;
}

h2.startDate {
    font-size    :1.3em; 
    margin-top   :1px;
    margin-bottom:1px;
}

h2.center {
   text-align:center;
}

h3.center {
   text-align:center;
}

a.schedule_btn:link {
    color : #101010;
    background-color: #bcc6de;
}

a.schedule_btn:visited {
    color : #101010;
    background-color: #bcc6de;
}

a.schedule_btn:hover {
    color : #ffffff;
    background-color: #9ca6be;
}

.schedule_btn {
    padding-left: 1em;
    padding-right: 1em;
    padding-top  : 5px;
    padding-bottom: 5px;
    border: solid 1px;
    text-decoration: none; 
}

.schedule_btn_next {    
    text-align    : right;
    vertical-align: middle;
    font-size     : 12px;
    font-family   : Arial, Helvetica, sans-serif;
    padding       : 5px;
}

.schedule_btn_prev {
    text-align    : left;
    vertical-align: middle;
    font-size     : 12px;
    font-family   : Arial, Helvetica, sans-serif;
    padding       : 5px;    
}

.schedule_current {
    text-align: center;
    font-size : 1.5em;
}

div.HikeList {
    margin    : 2px;
    overflow  : auto;
    min-height: 395px;
}

div.Columns {
    min-height: 475px;
}

#extLinkPage {
    width : 100%;
    height: 450px;
}

a.hike_link:link {
    background : #bdc1ca;
    color      : #0f0f0f;
    padding    : 4px;
    text-decoration: none;
    border: solid 1px;
}

a.hike_link:visited {
    background : #bdc1ca;
    color      : #0f0f0f;
    padding    : 4px;
    text-decoration: none;
    border: solid 1px;
}

.ui-tooltip-content {
    font-size   : 10pt;
    text-align  : left;
}

p.thinMargin {
    margin-top : 6px;
    margin-bottom: 6px;
}

span.moreInfo {
    cursor : help;
    background-color : #e9e9f9;
}


input.hiker_select_self:focus {
    color : #000000;
}

input.hiker_select_self {
    color : #61749d;
}

input[type='button'].loginBtn:enabled {
    background-color : #20e020;
}

button#memberLogOk:enabled>span.ui-button-text {
    background-color : #20e020;
}    
