#weatherAJAX
{ clear: both; }

#tp-weather-widget
{
	padding: 1px;
	margin: 0;
	position: relative;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 100%;
}

#tp-weather-widget .weatherTitle
{
    padding: 2px;
    padding-left: 0px;
}

#tp-weather-widget .header
{
	border-bottom: dotted 1px #999999;
	padding: 3px 5px 5px 5px;
	color: #4372b0;
	position: relative;
}

#tp-weather-widget .adbox
{
    position:absolute;
    left:50%;
    top:28px;
    width:180px;
    height:45px;
    margin-left:-90px;
    background-color:#eee;
    border-style: solid;
    border-width: 1px;
    border-color: #eee #ccc #ccc #eee;
    z-index:3999;
    line-height:80px;
    display:none;
}

#tp-weather-widget .adbox #imgAD
{
    background: url("../images/ad.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

#tp-weather-widget .adbox #closeAD
{
    position:absolute;
    right:5px;
    bottom:5px;
    cursor: pointer;
    line-height:12px;
    padding:2px;
    color:#000;
}

#tp-weather-widget .adbox #closeAD:hover
{
    background-color: #ff0000;
    color:#fff;
}

#tp-weather-widget #divShareLink
{
    position:absolute; margin-left:5px;
}

#tp-weather-widget #divShareButtons
{
    display:none; position:absolute; margin-left:5px; margin-top:-2px;
}

#tp-weather-widget .selector
{
    width: 180px;
    height: 20px;
    padding: 5px 0 0 0;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#tp-weather-widget .info
{
    padding: 5px 0;
}

#tp-weather-widget a, a:hover
{
	text-decoration: none;
}

#tp-weather-widget .currentIcon
{
    margin: 0 0 2px 0;
    border: none;
}

#tp-weather-widget .forecastIcon
{
    margin: 0;
    border: none;
}

#tp-weather-widget .forecastDay, .cityName
{
    font-weight: bold;
    line-height: 14px; /*Fix for IE7*/
}

#tp-weather-widget #loading
{
    position: absolute;
    right: 5px;
    top: 1px;
    display: none;
    background-color: #ff0000;
    color: #fff;
    padding: 3px 4px;
    z-index: 100;
}

#tp-weather-widget .implicitSelect
{
    position: absolute;
    width: 180px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -25px;
    z-index: 9999;
    display: none;
}

#tp-weather-widget #btnConfirm
{
    clear: both;
    float: left;
    margin: 5px 0 0 60px;
    display:none;
}

#ltlTemperature {
    font-size: 40px;
    line-height: 42px;
}