/* 
	TNET Weather - tws-forecast.css
	Provides CSS info for Forecast Tables
	Copyright (c) 2007 - TNET Services, Inc.
*/
#foretbl {
	margin-left: 1px;
	margin-right: 1px;;
	font-family: verdana;
	font-size: 80%;
}

#foretbl .days {
	width: 10%;
	text-align: center;
	vertical-align: bottom;
	line-height: 100%;
	font-size: 90%;
}

#foretbl .imgs img{
	text-align: center;
	border: 1px solid #22464F;
	border-right: 3px solid #22464F;
	border-bottom: 3px solid #22464F;
}

#foretbl .desc{
	text-align: center;
	vertical-align: top;
	line-height: 100%;
	font-size: 80%;
}

#foretbl .temp {
	text-align: center;
	vertical-align: bottom;
	line-height: 110%;
	font-weight: bold;
	font-size: 80%;
}

#foretbl .pop{
	text-align: center;
	vertical-align: bottom;
	line-height: 110%;
	font-weight: bold;
	font-size: 80%;
}

#foretbl {
	margin-left: 1px;
	margin-right: 1px;;
	padding: 10px;
	font-family: verdana;
	font-size: 80%;
	clear: none;
}

#foretbl .days {
	text-align: center;
	vertical-align: bottom;
	line-height: 100%;
	font-size: 85%;
}

#foretbl .imgs img{
	text-align: center;
	border: 1px solid #22464F;
	border-right: 3px solid #22464F;
	border-bottom: 3px solid #22464F;
}

#foretbl .desc{
	text-align: center;
	vertical-align: bottom;
	line-height: 100%;
	font-size: 80%;
}

#foretbl .temp {
	text-align: center;
	vertical-align: bottom;
	line-height: 110%;
	font-weight: bold;
	font-size: 80%;
}

#foretbl .pop{
	text-align: center;
	vertical-align: bottom;
	line-height: 110%;
	font-weight: bold;
	font-size: 80%;
}

#foretbl .script {
	font-family: "courier new", monospace;
	font-size: 70%;
}

#sumtbl {
	font-family: verdana;
	font-size: 100%;
}

#sumtbl .sumday {
	vertical-align: top;
	width: 30%;
	text-align: left;
	padding-bottom: 25px;
}

#sumtbl .sumdesc {
	padding-bottom: 25px;
}

#sumtbl .script {
	font-family: "courier new", monospace;
	font-size: 70%;
}
