﻿#weatherSelector 
{
    margin-top : 10px;
}

#weatherSelector .table.selectors
{
    margin: auto;
}

#weatherMap
{
    text-align : center;
}

#weatherMap .weatherthumb {
    border: 1px solid #999;
    margin: 5px;
    cursor: pointer;
    float: left;
    color : #333;
    position : relative;
}

#weatherMap .weatherthumb:hover
{
    border : 1px solid #004283;
    color : #004283;
}

#weatherMap .page {
    font-size: 9pt;
    height: 30px;
    line-height: 13px;
    text-align: center;
}


#weatherMap #weatherframe {
    height: 720px;
    overflow-x: hidden;
}

#weatherMap .widget {
    height: 720px;
    overflow-x: hidden;
}

#weatherMap .title {
    font-size: 16pt;
    margin: 0 auto 0px;
    width: 310px;
    margin: 10px auto 10px auto;
}

#weatherMap .header .maj{
    font-size: 9pt;
    margin-bottom: 15px;
}

#weatherMap .lbl {
margin: auto;
width: 400px;
position: relative;
font-size: 8pt;
}

#weatherMap .command {
left: 0;
position: absolute;
top: -7px;
}

#weatherMap .lbl table {
margin-left: 34px;
width: 340px;
}

#weatherMap .slider {
width: 306px;
margin: 10px auto 30px;
}

#weatherMap .images img {
display: none;
}



#weatherMap .utc {
margin: 5px;
text-align: center;
}

#weatherSelector .selector-viewport {
    height: 50px;
}

#weatherMap .wintem {
    width: 960px;
}

#weatherPopup
{
    width : 1020px;
    height : 846px;
}

.weatherthumb .cb
{
    bottom: 17px;
    left: 50px;
    position: absolute;
}