/*
 * Current Conditions Block
 */
div.cc_block
{
	width: 220px;
	color: #000000;
	border-top: 1px solid #D9E0E6;
	border-left: 1px solid #D9E0E6;
	border-bottom: 1px solid #C8CDD2;
	border-right: 1px solid #C8CDD2;
	padding: 0;
}

div.cc_upper
{
	float: left;
	margin: 5px 5px 5px 5px;
}

div.cc_image
{
	width: 128px;
	float: left;
}

div.cc_image div 
{
	font-size: 120%;
	font-weight: normal;
	text-align: center;
}

div.cc_upper p
{
	float: left;
	margin-top: 25%;
	margin-left: 5px;
	font-size: 160%;
	font-weight: bold;
}

div.cc_lower
{
	float: left;
}

dl.cc_details
{
	width: 128px;
	font-size: 85%;
	font-weight: normal;
	margin: 5px 0 0 5px;
	float: left;
}

dl.cc_details dt
{
	float: left;
	text-align: left;
}

dl.cc_details dd
{
	text-align: right;
}

.cc_details_1
{
	background: #DFDFDF;
}
	
.cc_details_2
{
	background: #EFEFEF;
}

div.cc_moon_image
{
	width: 75px;
	float: right;
	margin: 5px;
}

div.cc_moon_image img
{
	margin-left: 10px;
}

div.cc_moon_image div
{
	width: 75px;
	text-align: center;
}

.clear
{
	clear: both;
}

.cc_header
{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-top: 1%;
	padding-bottom: 2%;
	text-indent: 1%;
}

.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;
	padding:0 0 0 10px;
}

.CurrentConditionsDetailValue
{
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding:0 0 0 10px;
}

/*
 * 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;
	padding:0 0 0 10px;
}

.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;
	padding:0 0 0 10px;
}

.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;
}
