

table#tblWeatherLocation {
    margin: 0px;
    margin-bottom: 12px;
}

td#tdWeatherZoneInfo {
    text-align: left;
    vertical-align: top;
    padding: 0px;
    padding-right: 20px;
    padding-top: 4px;
}
#tdWeatherZoneInfo h1 {
    margin: 0px;
    margin-bottom: 6px;
    font-size: 140%;
    font-weight: bold;
}
#tdWeatherZoneInfo h2 {
    margin: 0px;
    font-size: 110%;
    font-weight: bold;
}
#tdWeatherZoneInfo p {
    margin: 0px;
    font-size: 85%;
    background: transparent;
    color: #606060;
}


td#tdWeatherZoneUnavailable {
    text-align: left;
    vertical-align: top;
    padding: 0px;
    padding-right: 20px;
    padding-top: 4px;
}
#tdWeatherZoneUnavailable h1 {
    margin: 0px;
    margin-bottom: 6px;
    font-size: 140%;
    font-weight: bold;
}
#tdWeatherZoneUnavailable p {
    margin: 0px;
    margin-bottom: 8px;
}


td#tdWeatherZoneForm {
    text-align: left;
    vertical-align: top;
    padding: 4px;
    background: #e8e8e8;
    color: #000000;
}
#tdWeatherZoneForm h2 {
    margin: 0px;
    margin-bottom: 6px;
    font-size: 110%;
    font-weight: bold;
}
#tdWeatherZoneForm p {
    margin: 0px;
    margin-bottom: 16px;
}
#tdWeatherZoneForm form {
    margin: 0px;
}

table#tblWeatherTabs {
    margin: 0px;
    margin-bottom: 2px;
    border-style: solid;
    border-color: #808080;
    border-width: 0px;
    border-top-width: 1px;
    border-left-width: 1px;
    width: 100%;
}
#tblWeatherTabs td {
    width: 33%;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: #ffffc0;
    color: #000000;
    font-weight: bold;
    border-style: solid;
    border-color: #808080;
    border-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 1px;
}
td.weather-tab-active {
    background: #ffff80;
}
td.weather-tab-inactive {
    background: #ffffc0;
}

div#divWeatherForecastTable {
    margin: 0px;
    padding: 0px;
}

table#tblWeatherForecast {
}
#tblWeatherForecast th {
    background: #ffffb0;
    color: #000000;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0px;
    border-bottom-width: 2px;
    white-space: nowrap;
    font-size: 90%;
    font-weight: normal;
    text-align: center;
}
#tblWeatherForecast td.weather-info {
    text-align: left;
    font-size: 110%;
    font-weight: bold;
}
#tblWeatherForecast td {
    border-style: solid;
    border-color: #ffffff;
    border-width: 0px;
    border-bottom-width: 2px;
    text-align: center;
    font-weight: bold;
}
tr.weather-today {
    background: #ffffff;
    color: #000000;
}
tr.weather-other-day {
    background: #f0f0f0;
    color: #000000;
}
td.weather-title {
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    padding-right: 10px;
}
td.weather-image {
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}
td.weather-image img {
    width: 100px;
    height: 100px;
    margin: 0px;
    padding: 0px;
}
td.weather-temperature {
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
}
td.weather-wind {
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
}
td.weather-uvindex {
    text-align: center;
    vertical-align: middle;
}


td.weather-24hour-time {
    text-align: left;
    vertical-align: middle;
    font-size: 110%;
    font-weight: bold;
    padding-right: 10px;
    cursor: pointer;
    white-space: nowrap;
}
td.weather-24hour-time-selected {
    text-align: left;
    vertical-align: middle;
    font-size: 110%;
    font-weight: bold;
    padding-right: 10px;
    background: #e0e0e0;
    color: #c00000;
    white-space: nowrap;
}
td.weather-24hour-image {
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
}
td.weather-24hour-temperature {
    width: 48px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;
}
td.weather-24hour-wind {
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;
}
td.weather-24hour-uvindex {
    text-align: center;
    vertical-align: middle;
}

table#tblWeatherOuter {
    width: 100%;
}
td#td24HourForecast {
    padding: 0px;
    padding-right: 20px;
    width: 400px;
    vertical-align: top;
}
td#tdWeatherMap {
    padding: 0px;
    width: 99%;
    vertical-align: top;
}

div#divWeatherMap {
    width: 560px;
    height: 440px;
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: #000000;
}
