table.weather {
	width: 100%;
}
table.weather * {
	font-family: Tahoma;
	font-size: 11px;
}
table.weather th {
	font-weight: normal;
	text-align: center;
	background-color: #f2f2f2;
	white-space: nowrap;
}
table.weather th.date {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 0px 5px;
}
table.weather th.date1 {
	color: #be0202;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 0px 5px;
}
table.weather td {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #d6d6d6;
	white-space: nowrap;
}
table.weather tr.first td {
	padding-top: 0px;
}
table.weather td.dow {
	width: 1%;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-left: 0px;
}
table.weather td.dow1 {
	color: #be0202;
	width: 1%;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-left: 0px;
}
table.weather td.temp {
	width: 1%;
	text-align: left;
	vertical-align: top;
}
table.weather td.icon {
	width: 1%;
	vertical-align: top;
}
table.weather td.pres {
	padding-left: 30px;
	padding-right: 30px;
	width: 1%;
	text-align: center;
}
table.weather td.wind {
	padding-left: 30px;
	padding-right: 30px;
	width: 1%;
	text-align: center;
}
table.weather td.wet {
	padding-left: 30px;
	padding-right: 30px;
	width: 1%;
	text-align: center;
}
table.weather td.prec {
	text-align: left;
}
table.weather td.separator {
	height: 8px;
	border-left: 0px;
}
table.weather span.tod {
	font-weight: bold;
	color: #ad8259;
}
table.weather tr.top td {
	border: 0px;
	padding-bottom: 8px;
	padding-top: 0px;
}
table.weather td.now {
	font-size: 16px !important;
	text-align: right;
	vertical-align: top;
}
table.weather td.now span {
	font-size: 16px !important;
}
table.weather td.nowI {
	font-size: 13px !important;
}
table.weather td.nowI div {
	float: left;
	margin-right: 5px;
}
table.weather td.nowT {
	text-align: center;
	vertical-align: top;
}
table.weather .bigSign {
	font-size: 16px !important;
	color: #0066b7;
	font-weight: bold;
}

