﻿/* styles for the weather section */

.weather-header-ddl
{
    float: left;
    width: 100%;
    padding: .5em 0;
    margin: 3em 0 .5em 0;
    border-bottom: 1px solid #ABDBE9;
}
.weather-header-ddl h2
{
    float: left;
    border: 0;
}

.weather-header-ddl select
{
    float: right;
    background-color:#D1EBF3; /* Faint blue */
    border: 1px solid #98D3E4; /* RYA Brand Sky blue */
    color: #00204F;
    font-size: .9em;
    margin-right: .5em;
    position: relative;
    top: 1px;
}
.weather-header-ddl input
{
    float: right;
}



table.weather,
table.tides
{
    border-collapse: collapse;
    margin: 0 0 1em;
}

tr.hide
{
    display: none;
}

table.weather th,
table.weather td
{
    font-size: .9em;
    border-bottom: 1px solid #ABDBE9;
    text-align: left;
    padding: 3px 12px 3px 0;
    white-space: nowrap;
}

table.weather strong
{
    font-size: 1.4em !important;
}

tr.day th
{
    padding-top: 2em;
}

tr.day strong
{
    font-size: 1.2em !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #2b5987;
    padding: 0;
}

table.weather td em
{
    font-style: normal;
    font-weight: bold;
    
    float:left;
    display: inline;
    width: 95px;
}
table.weather td em.alt
{
    width: 80px !important;
    padding-left: 5px;
}

table.weather td span
{
    float:left;
    display: inline;
    width: 50px;
}

td.no-data
{
    font-size: 1.3em;
    color: #325075;
    text-transform: uppercase;
    font-weight: bold;
}


table.tides 
{
    margin-top: 2em;
}

table.tides th,
table.tides td
{
    font-size: 1em;
    text-align: center;
    padding: 3px;
    white-space: nowrap;
}

table.tides tr.line td,
table.tides tr.line th
{
    border-bottom: 1px solid #ABDBE9;
}

.tides th:first-child
{
    text-align: left;
}
.tide-date
{
    text-align: left;  
}
.HW
{   
    background-color: #D1EBF3;
}



.weather-panel
{
    float: left;
    width: 330px;
    margin-right: 20px;
}
.weather-panel table
{
    width: 100%;
}


.copyright
{
    font-size: .9em;
    margin: 1em 0;
}

td.no-data,
span.no-data
{
    color: #ABDBE9;
}

