
.metar {
    padding: 0;
    margin: 0;
    position: relative;
    background-image: url(../pics/metar2.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 108px;
    height: 42px;
    color: #aaa;
    text-shadow: 2px 2px 2px #333;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
}
.metar .metar-weathercode {
    background-image: url(../pics/conds/metar_rain.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 37px;
    width: 36px;
    margin-top: 4px;
    margin-left: 6px;
    float: left;
}
.metar .metar-temperature {
    height: 39px;
    width: 56px;
    float: right;
    line-height: 39px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}
.tooltip {
    width: 302px;
    background-image: url(../pics/tooltip-top.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 105%;
    left: -14px;
    padding-top: 18px;
    border: 1px solid transparent;
    overflow: hidden;
}
.tooltip .tooltip-top {
    width: 302px;
    background-image: url(../pics/tooltip-background.png);
    background-repeat: repeat-y;
    background-position: left top;
    min-height: 50px;
    top: 0;
    left: 0;
    position: relative;
}
.tooltip .tooltip-top .tooltip-city {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0 5px 16px;
    width: 170px;
}
.tooltip .tooltip-top .tooltip-waves {
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 5px 10px 16px;
    width: 170px;
}
.tooltip .tooltip-top .tooltip-weathercode {
    font-size: 12px;
    font-weight: normal;
    color: #bbb;
    padding: 0 5px 5px 16px;
    width: 170px;
}
.tooltip .tooltip-top .tooltip-wind {
    position: absolute;
    top: 10px;
    right: 16px;
    /*margin: 10px 20px 0 0;*/
    padding-left: 30px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
    background-image: url(../pics/tooltip-wind.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.tooltip-alerts {
    clear: both;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-shadow: none;
}
.tooltip-alerts .tooltip-alert {
    padding: 5px;
    line-height: 1.2em;
    text-shadow: none;
}
.tooltip-alerts .tooltip-alert h4 {
    font-size: 0.8em;
    font-weight: bold;
    color: #a60000;
    padding: 5px 0;
}
.tooltip .tooltip-alert h4 {
    font-size: 0.8em;
    font-weight: bold;
    color: #a60000;
    line-height: 1em;
    padding: 0px 10px;
}
.tooltip-alerts .tooltip-alert pre {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.1em;
    color: #222;
    height: 16em;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.tooltip .tooltip-alert pre.touchscreen {
    background-image: url(../pics/move2.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.tooltip .tooltip-bottom {
    width: 302px;
    /*clear: both;*/
    background-image: url(../pics/tooltip-bottom.png);
    background-repeat: no-repeat;
    background-position: left top;
    /*width: 302px;*/
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    padding-left: 6px;
}
.tooltip .tooltip-bottom div {
    float: left;
    padding: 0 10px;
}
.drpin-info {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-shadow: none;
    padding: 0;
    margin: 0;
}
.drpin-info .drpin-alerts {
    margin-bottom: 5px;
    font-size: 1em;
    cursor: pointer;
}
.drpin-info .drpin-alert {
    line-height: 1.7em;
    font-size: 0.9em;
    font-weight: bold;
    color: #a60000;
    text-decoration: underline;
}
table, th, td {
    border: 1px dotted #555;
}
.drpin-info th {
    text-align: left;
    padding: 3px 10px;
}
.drpin-info td {
    padding: 3px 10px;
}
.drpin-info .first-time-message {
    color: #555;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    line-height: 15px;
    padding-top: 10px;
    display: none;
}
#marine-alerts-wrapper {
    display: none;
    position: absolute;
    width: 700px;
    height: 90%;
    bottom: 2%;
    left: 50%;
    margin-left: -360px;
    background-color: #eee;
    opacity: 0.9;
    z-index: 1000;
    border-style: solid;
    border-color: transparent;
    border-width: 10px;
}
#marine-alerts-wrapper .marine-alerts-close.active {
    margin: 2px 0px 0px 2px;
    color: #a60000;
}
#marine-alerts-wrapper .marine-alerts-close {
    text-decoration: none;
    float: right;
    color: #777;
    font-size: 16px;
    height: 20px;
    text-align: center;
    width: 20px;
    padding: 0;
    margin: 1px;
    cursor: pointer;
}
#marine-alerts {
    overflow: auto;
    overflow-x: hidden;
    height: 95%;
    clear: both;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-shadow: none;
}
.marine-alert h4 {
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: bold;
    color: #a60000;
    padding: 5px 0;
}
.marine-alert pre {
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    color: #222;
}
#marine-alerts-wrapper.touchscreen {
    background-image: url(../pics/move2.png);
    background-repeat: no-repeat;
    background-position: center center;
}
