/*
 * Current Conditions Block
 */
.CurrentConditionsBlockHeader
{
	font-weight: bold;
	color: #000000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-indent: 5px;
}

.CurrentConditionsText
{
	font-size: 120%;
	font-weight: normal;
	text-align: center;
}

.CurrentConditionsTemperature
{
	font-size: 160%;
	font-weight: bold;
	text-align: center;
}

.CurrentConditionsDetail_1
{
	background: #DFDFDF;
}
	
.CurrentConditionsDetail_2
{
	background: #EFEFEF;
}
	
.CurrentConditionsDetailHeader
{
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.CurrentConditionsDetailValue
{
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

/*
 * Current Conditions Wind Block
 */
.CurrentConditionsWindBlockText
{
	font-size: 160%;
	font-weight: bold;
	text-align: center;
}

.CurrentConditionsWindDetail_1
{
	background: #DFDFDF;
}
	
.CurrentConditionsWindDetail_2
{
	background: #EFEFEF;
}
	
.CurrentConditionsWindDetailHeader
{
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.CurrentConditionsWindDetailValue
{
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

/*
 * Current Conditions Location Data Block
 */
.CurrentConditionsLocationDataDetail_1
{
	background: #DFDFDF;
}
	
.CurrentConditionsLocationDataDetail_2
{
	background: #EFEFEF;
}
	
.CurrentConditionsLocationDataDetailHeader
{
	color: #000000;
	text-align: left;
}

.CurrentConditionsLocationDataDetailValue
{
	color: #000000;
	text-align: right;
}

/*
 * Forecast Block
 */
.ForecastBlockHeader
{
	color: #000000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-indent: 5px;
}
	
/*
 * Forecast Details
 */
.ForecastDetail_1
{
	background: #DFDFDF;
}
	
.ForecastDetail_2
{
	background: #EFEFEF;
}
	
.ForecastDetailHeader
{
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.ForecastDetailValue
{
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

/*
 * Daytime Forecast Details
 */
.DaytimeForecastText
{
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.DaytimeForecastDetail_1
{
	background: #DFDFDF;
}
	
.DaytimeForecastDetail_2
{
	background: #EFEFEF;
}
	
.DaytimeForecastDetailHeader
{
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.DaytimeForecastDetailValue
{
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

.DaytimeForecastWindText
{
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

/*
 * Evening Forecast Details
 */
.EveningForecastText
{
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.EveningForecastDetail_1
{
	background: #DFDFDF;
}
	
.EveningForecastDetail_2
{
	background: #EFEFEF;
}
	
.EveningForecastDetailHeader
{
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.EveningForecastDetailValue
{
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

.EveningForecastWindText
{
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
