﻿/*
 * Styles for weather tab and promo weather block on accommodation pages, styling weather service output.
 * Used on all accommodation pages, imported in accommodation.css
 */

.tab-post-weather div.title
{
	color: #ff2200;
	font-weight: bold;
	line-height: 24px;
}
.tab-post-weather .weather-period table
{
	margin-bottom: 20px;
	font-size: 10px;
}
.tab-post-weather .tr-summary .day,
.tab-post-weather .tr-summary .date
{
	font-weight: bold;
}
.tab-post-weather .tr-summary .day
{
	padding: 5px 2px 0px 2px;
}
.tab-post-weather .tr-summary .date
{
	padding: 0px 2px 5px 2px;
}
.tab-post-weather td
{
	padding: 3px 0px;
	border: solid 2px #ffffff;
	text-align: center;
}
.tab-post-weather tr.odd td
{
	background: #ffffff;
}
.tab-post-weather tr.even td.odd,
.tab-post-weather td.odd .day,
.tab-post-weather td.odd .date
{
	background: #ffefa9;
}
.tab-post-weather tr.even td.even,
.tab-post-weather td.even .day,
.tab-post-weather td.even .date
{
	background: #fff6d0;
}
.tab-post-weather .weather-source a
{
	color: #1754B5;
	text-decoration: none;
}
.tab-post-weather .weather-source a:hover
{
	text-decoration: underline;
}
.tab-post-weather .weather-period .symbol
{
	margin: auto;
	height: 75px;
	width: 82px;
}
.tab-post-weather div.not-available
{
	padding: 7px 0px;
}

.tab-post-weather .weather-period .cloudy, .weather-promo .cloudy
{
	background: transparent url(../images/weathersymbols/weather_symbols.png) no-repeat center -300px;
	width: 60px;
}
.tab-post-weather .weather-period .fog, .weather-promo .fog
{
	background: transparent url(../images/weathersymbols/fog.png) no-repeat center center;
	width: 60px;
}
.tab-post-weather .weather-period .lightning, .weather-promo .lightning
{
	background: transparent url(../images/weathersymbols/lightning.png)  center -375px;
	width: 60px;
}
.tab-post-weather .weather-period .partly_cloudy, .weather-promo .partly_cloudy
{
	background: transparent url(../images/weathersymbols/weather_symbols.png) no-repeat 0px 0px;
	width: 60px;
}
.tab-post-weather .weather-period .rain, .weather-promo .rain
{
	background: transparent url(../images/weathersymbols/weather_symbols.png) no-repeat center -75px;
	width: 60px;
}
.tab-post-weather .weather-period .snow, .weather-promo .snow
{
	background: transparent url(../images/weathersymbols/weather_symbols.png) no-repeat center -75px;
	width: 60px;
}
.tab-post-weather .weather-period .sunshine, .weather-promo .sunshine, .symbol .sunshine
{
	background: transparent url(../images/weathersymbols/weather_symbols.png) no-repeat center -225px;
	width: 60px;
}

.weather-promo
{
	cursor:pointer;
}
.weather-promo .symbol
{
	height: 62px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
.weather-promo .temp
{
	color: #FF2200;
	font-size: 24px;
	text-align: center;
	margin-top: 0;
	margin-bottom:10px;
}
.weather-promo .avgtemp
{
	margin-top: 1em;
	text-align: center;
}
div.weather-promo-tomorrow
{
	
	text-align: center;
}
div.regular
{
	font-weight: bold;
	margin-top: 10px;
}

