﻿/*
 * 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: #f8e2bd;
}
.tab-post-weather tr.even td.even,
.tab-post-weather td.even .day,
.tab-post-weather td.even .date
{
	background: #ffeed0;
}
.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/cloudy.png) no-repeat center center;
	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) no-repeat center center;
	width: 60px;
}
.tab-post-weather .weather-period .partly_cloudy, .weather-promo .partly_cloudy
{
	background: transparent url(../images/weathersymbols/partly_cloudy.png) no-repeat center center;
	width: 60px;
}
.tab-post-weather .weather-period .rain, .weather-promo .rain
{
	background: transparent url(../images/weathersymbols/rain.png) no-repeat center center;
	width: 60px;
}
.tab-post-weather .weather-period .snow, .weather-promo .snow
{
	background: transparent url(../images/weathersymbols/snow.png) no-repeat center center;
	width: 60px;
}
.tab-post-weather .weather-period .sunshine, .weather-promo .sunshine, .symbol .sunshine
{
	background: transparent url(../images/weathersymbols/sunshine.png) no-repeat center center;
	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
{

}
div.regular
{
	font-weight: bold;
	margin-top: 10px;
}
div.slope-info 
{
	width:180px;
	float: left;
}
div.slope-info table
{
	border: solid 1px #edf5fa;
	border-spacing: 0;
}
div.slope-info table td
{
	padding:2px 3px 2px 4px;
	font-size: 9px;
	text-align: left;
	border: none;
	line-height: 17px;
}
div.slope-info table td.data
{
	text-align:right;
	border-left:solid 1px #edf5fa;
	border-top:solid 1px #edf5fa;
}
div.slope-info table tr.odd td
{
	background-color:  #edf5fa;
}
div.slope-info table td.label
{
	border-top:solid 1px #edf5fa;
}	
div.slope-info .title
{
	width:162px;
	margin:0;
}
div.slope-info div.not-available
{
	width:164px;
}	
div.snow-graph
{
	width:328px;
	float: right;
}
div.snow-graph div.not-available
{
	width: 314px;
	border:none;
}
div.snow-graph .title
{
	margin:0;
	width:310px;
}
div.snow-graph div.snowheight-legenda
{
	font-size: 10px;
}
div.snow-info-wrapper
{
	padding-bottom: 20px;
	width: 525px;
}
