#weatherAJAX
{
}

#tp-weather-widget
{
    width:3000px;
    height:29px;
    font-family: Tahoma;
	font-size: 12px;
	line-height: 100%;
}

#tp-weather-widget .weatherTitle
{
    padding: 2px;
    padding-left: 0px;
}

#tp-weather-widget .header
{
    float:left;
	color: #4372b0;
	height: 29px;
	line-height: 29px;
	text-align:left;
	margin-right: 5px;
}

#tp-weather-widget #divShareLink
{
}

#tp-weather-widget #divShareButtons
{
    display:none;
    padding-top:6px;
}

#tp-weather-widget #divShareButtons img
{
    vertical-align: middle;
}

#tp-weather-widget #divAD
{
    position:absolute;
    padding: 0 10px;
    left: 50px;
    margin-top: 2px;
    z-index:1999;
    text-align: left;
    display:none;
    line-height: 29px;
    line-height: 200%;
    background-color: #03a9f4;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

#divAD #qr
{
    display: none;
}


#tp-weather-widget .selector
{
    float:left;
    margin-right:5px;
    padding:5px 0;
}

#tp-weather-widget .info
{
    float:left;
    height:29px;
    line-height:29px;
}

#tp-weather-widget #divShare
{
    float:left;
    height:29px;
    padding: 7px 0 0 0;
}

#tp-weather-widget a, a:hover
{
	text-decoration: none;
}

#tp-weather-widget .currentIcon
{
    margin: 2px;
    vertical-align: middle;
    border: none;
}

#tp-weather-widget .forecastIcon
{
    margin: 2px;
    vertical-align: middle;
    border: none;
}

#tp-weather-widget .forecastDay, .cityName
{
    font-weight: bold;
}

#tp-weather-widget #loading
{
    float:left;
    display: none;
    background-color: #ff0000;
    color: #fff;
    padding: 3px 4px;
    margin: 5px;
}

#tp-weather-widget .implicitSelect
{
    position: absolute;
    width: 240px;
    height: 20px;
    left: 5px;
    top: 0;
    z-index: 9999;
    display: none;
}

#tp-weather-widget #btnConfirm
{
    float: left;
    margin-left: 5px;
    display:none;
}