
/*** Weather Sytles ***/

/* Generic Info Box */
.infoBox
{
	background-color: #F0F8FF; /* Aliceblue */
	border : 1px solid #cccccc;
	border-collapse: collapse;
	width: 420px;
	font-family: Arial, Sans-Serif;
	width: 100%;
}

.infoBox th
{
	background-image: url(/images/InfoTableHeadBg.jpg);
	background-repeat: no-repeat;
	background-color: blue;
	background-position: right bottom;
	
	border-bottom: solid 1px #cccccc;
	text-align: left;
	padding-left: 12px;
	height: 25px;
	font-family: Arial, Sans-Serif;
	font-size: 105%;
	color: #F9F396;
}

.InfoBoxSubHead
{
	background-color: #F0FFF0; /* honeydew */
	border-bottom: solid 1px #cccccc;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	font-family: Arial, Sans-Serif;
	font-size: 80%;
	color: black;
}

.infoBox td
{
	padding: 3px 3px 2px 3px;
	font-family: Arial, Sans-Serif;
	color: navy;
}

.infoBox a, a:link, a:visited, a:hover
{
	font-size: 90%;
}

.infoBox li
{
	list-style-image: url(/images/weather_bullet.jpg);
	margin: 0px 0px 3px 0px;
	vertical-align: text-bottom;
}

.short_note
{
	font-size: 75%; 
	font-style:italic;
}

.noclosure_text
{
	color: #006400; /* DarkGreen */
	margin: 10px 0px 10px 10px;
}

.infoBoxData td
{
	background-color: #FFFFE0; /* LightYellow */
	padding: 3px;
	font-family: Arial, Sans-Serif;
	color: black;
}

.infoBoxDataAlt td
{
	background-color: #FFFFF0; /* Ivory */
	padding: 3px;
	font-family: Arial, Sans-Serif;
	color: black;
}

.infoBoxDataLabel
{
	font-style: italic;
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
}

.infoBoxDataValue
{
	text-align: left;
	white-space: nowrap; 
}

.infoBoxFooter
{
	background-color: #FFF8DC; /* Cornsilk */
	padding: 3px 2px 2px 2px;
	height : 20px;
	font-family: Arial, Sans-Serif;
	font-size: 90%;
	text-align: center;
}
.infoBoxFooter td 
{	
	border-top: solid 1px #cccccc;
}
.infoBoxFooter a		 {font-size: 100%;}
.infoBoxFooter a:link	 {font-size: 100%;}
.infoBoxFooter a:visited {font-size: 100%;}
.infoBoxFooter a:hover  {font-size: 100%;}

/* - Weather Text Styles - */

.weatherBigForecast
{
	font-family: Arial, Sans-Serif;
	font-size : 120%; 
	font-style: italic;
	font-weight : bold;
	color: navy;
}
.weatherBigTemp
{
	color: #008080; /* Teal */
	font-family: Arial, Sans-Serif;
	font-size : 180%; 
	font-weight : bold;
}
.weatherFCHi
{
	color: #B22222; /* Firebrick */
	font-family: Arial, Sans-Serif;
}
.weatherFCLo
{
	color: #4169E1; /* RoyalBlue */
	font-family: Arial, Sans-Serif;
}
.weatherError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align : left;
	color : #006400; /* DarkGreen */
}

/* - Weather Advisory Text - */

.weatherAdvisoryHeading
{
	color: #8B0000; /* DarkRed */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 5px;
	margin-right : 5px;
}

.weatherAdvisoryDate
{
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 110%;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 5px;
	margin-right : 5px;
}

.weatherAdvisoryText
{
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 80%;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 5px;
	margin-right : 5px;
	line-height: 140%;
}

.weatherAdvisoryLink
{
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 5px;
	margin-right : 5px;
}


