/**
 * Copyright (c) Bramblesoft 2008-2018
 */
body {
    background-color: #ffffff;
    max-width: 1024px;
}
hr {
    margin: 40px 0 0 0;
}
.logo {
    background-image:url('bramblesoft.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.main {
    font-family : Arial, Helvetica, sans-serif;
    font-style : normal;
    font-size : 15px;
}
/*   Menu   */
#menu {
    width: 98%;
    height: 40px;
    line-height: 40px;
    font-family : Arial, Helvetica, sans-serif;
    font-style : normal;
    font-size : 20px;
    font-weight : bold;
    background: #000080;
    /*box-shadow: inset 0 -1px #ccc;*/
    text-align: center;
}
.menu-ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-ul .menu-li {
    position: relative;
    line-height: 40px;
    /*float: left;*/
    /*width: auto;*/
    display: inline-block;
}
.menu-a {
    height: 100%;
    display: block;
    padding: 0 25px;
    text-decoration: none;
    /*border-right: 1px solid #ccc;*/
    /*border-left: 1px solid #fff;*/
    color: #95B5FF;
    text-shadow: 1px 1px #93a293;
}
.menu-a:hover {
    color: white;
    text-shadow: 1px 1px #666;
    text-decoration: none;
}
.menu-li:hover {
    color: white;
    text-shadow: 1px 1px #666;
}

.home-page-content {
    width: 80%;
    float:right;
}
.whats-new {
    background-color : #95B5FF;
    border: 2px solid #000044;
    border-radius: 25px;
    width: 16%;
    height: auto;
    float: left;
    margin: 10px 0 5px 5px;
    padding: 10px;
}
.whats-new-header {
    font-family : Times, sans-serif;
    font-style : normal;
    font-size : 12pt;
    font-weight: bold;
    text-align: center;
    margin: 5px;
}
.whats-new-date {
    font-family : Times, sans-serif;
    font-size : 14px;
    font-weight: bold;
    text-align: left;
    margin-left: 5px;
    margin-top: 7px;
}
.whats-new-text {
    color : #0040cc;
    font-family : Times, sans-serif;
    font-style : normal;
    font-size : 14px;
    text-align: left;
    margin-left: 10px;
}
.whats-new-text a {
    /*text-decoration : none;*/
}
.page-header-center-wrapper {
    text-align: center;
    margin: 0 10px;
}
.table-header-left-wrapper {
    text-align: left;
    margin: 0 100px;
}
.table-header-text,
.page-header-text {
    font-size : 18px;
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    display:inline-block;
}
.table-header-text {
    font-weight: bold;
}
.content-body-centered {
    width: 100%;
    margin: 20px 0 20px 0;
    text-align: center;
}
.content-body {
    width: 95%;
    margin: 20px;
}
.content-body-with-image {
    width: 90%;
    margin: 20px 40px;
    overflow: hidden;
    background-color: #95B5FF;
    border: 2px solid #000044;
    border-radius: 5px;
}
.content-image-wrapper {
    margin: 10px;
}
.content-image {
    width: 99%;
    border: 2px solid #000044;
    border-radius: 5px;
}
.content-image-vertical {
    width: 99%;
    border: 2px solid #000044;
    border-radius: 5px;
    max-width: 576px;
}
.content-block {
    display: inline-block;
    margin: 10px 0;
}
.rss-link-text {
    color : #0040cc;
    font-family : Times, sans-serif;
    font-style : normal;
    font-size : 12px;
    text-align: left;
    text-decoration : none;
}
.link-button {
    border: 1px solid #8a9f8a;
    background: #95B5FF;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: 1px 1px #93a293;
    color: black;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    width: 550px;
    margin-bottom: 5px;
}
a.link-button {
    margin-left: 100px;
    line-height: 35px;
}
.button-left {
    width: 83%;
    display: inline-block;
}
.button-right {
    width: 17%;
    display: inline-block;
    text-align: right;
}
.title,
.map-title {
    font-family : Arial, Helvetica, sans-serif;
    font-style : normal;
    font-size : 28px;
    font-weight : bold;
    text-align: center;
    margin: 5px;
    padding-top: 10px;
}
.map-title {
    font-size: 20px;
}
.trip-date {
    font-family : Arial, Helvetica, sans-serif;
    font-style : normal;
    font-size : 14px;
    font-weight : bold;
    text-align: center;
    padding-top: 10px;
}
.trip-last-updated {
    font-family : Arial, Helvetica, sans-serif;
    font-style : normal;
    font-size : 9px;
    font-weight : normal;
    text-align: center;
    padding-top: 5px;
}
.day-link-left {
    text-decoration: none;
    float:left;
    margin-left: 5%;
    margin-bottom: 10px;
}
.day-link-right {
    text-decoration: none;
    float:right;
    margin-right: 5%;
    margin-bottom: 10px;
}
.copyright{
    color : #8a9f8a;
    background-color: #eeeeee;
    font-family : Times, sans-serif;
    font-style : normal;
    font-size : 12px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-decoration : none;
    clear: both;
}
.copyright a {
    color : #8a9f8a;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .logo {
        background-size:300px;
        height: 70px;
    }
    #menu {
        font-size : 14px;
        height: 30px;
        line-height: 30px;
        /*text-align: left;*/ /* if vertical */
    }
    .menu-a {
        padding: 0 9px;
    }
    .menu-ul {
        /*display: inline;*/ /* to make vertical */
    }
    .menu-ul .menu-li {
        /*display: inline;*/
        line-height: 30px;
    }
    .home-page-content {
        position: relative;
        left: auto;
        width: 100%;
    }
    .table-header-left-wrapper {
        margin: 0 85px;
    }
    .page-header-text {
        font-size : 14px;
    }
    .whats-new-mobile {
        background-color : #95B5FF;
        float: none;
        width: 100%;
        height: 70px;
        margin: 0;
    }
    .whats-new {
        display: none;
    }
    .smallDialogImage {
        width: 100% !important;
    }
    .link-button {
        width:280px;
    }
    a.link-button {
        margin-left: 3px;
    }
    .button-left {
        width: 75%;
    }
    .button-right {
        width: 25%;
    }
    .content-body {
        margin: 10px;
    }
    .content-body-with-image {
        width: 95%;
        margin: 5px;
    }
    .day-link-left,
    .day-link-right {
        font-size: 12px;
    }
}
@media screen and (min-width: 768px) {
    .logo {
        background-size:500px;
        height: 100px;
    }
    .whats-new-mobile {
        display: none;
    }
}

.warning{
    color : #FF0000;
    font-family : Arial, Helvetica, sans-serif;
    font-style : normal;
    font-size : 8pt;
    text-align: left;
    text-decoration : none;
}
.fine-print{
    color : #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-style : normal;
    font-size : 7pt;
    text-align: left;
    text-decoration : none;
}
.date{
    color : #000080;
    font-family : Times, serif;
    font-style : normal;
    font-size : 10pt;
    font-weight : bold;
    text-align: left;
    text-decoration : none;
}

.left-cell-bgcolor{
    background-color : #000080;
}
.right-cell-bgcolor{
    background-color : #95B5FF;
}
.right-cell-text{
    color : #0040cc;
    font-family : Times, sans-serif;
    font-style : normal;
    font-size : 9pt;
    text-align: left;
    text-decoration : none;
}
.menu-bgcolor{
    background-color : #95B5FF;
}
