﻿
/*== NWS Weather Forecast (icons) ==*/

table#forecast 
{
	width: 100%;
}

table#forecast th 
{
	width: 14.28%;
	text-align: center;
	font-size: 10px;
}

table#forecast td 
{
	text-align: center;
	vertical-align: top;
	font-size: 11px;
}

div.snowLegend
{
	margin-top: 0px;
	margin-left: 20px;
}

/*== BT Weather Forecast ==*/

div.BTForecastPadding
{
	height: 0.25em;
}

div#BTForecastHeader
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div#BTForecastViewReport
{
	color: Blue;
	font-weight: bold;
	text-align: center;
}

div#BTForecastPadding
{
	padding-top: 0.5em;
}

div.BTForecastColLeft
{
	width: 40%;
	text-align: right;
	float: left;
	padding-bottom: 0.5em;
}

div.BTForecastColRight
{
	width: 60%;
	text-align: left;
	font-weight: bold;
	float: left;
	padding-bottom: 0.5em;
}

/*== NWS Weather Forecast ==*/

div#wxFxColLeft
{
	width: 70%;
	float: left;
}

div#wxFxColRight
{
	width: 30%;
	float: left;
	text-align: right;
}

div#wxFxDiscussion
{
	border: 1px double Black;
	height: 270px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	overflow: auto;
	background-color: Ivory;
	text-align: left;
}

div#WxFxDiscussionText
{
	font-size: 11px;
	font-family: Courier New, Courier, Monospace;
	background-color: Ivory;
}

