.weather td {
	color: #555555;
	border-bottom: 0px #cccccc solid;
}

.weather td.high {
	background-color: #f5f5f5;
	color: #555555;
}

.weather td.uv {
	background-color: #f1f1f1;
	text-align: center;
}

.weather td.d {
	background-color: #ffffff;
	text-align: center;
}

.weather td.n {
	background-color: #d9d9d9;
	text-align: center;
}

.weather td div {
	margin: 0px 0px 1px 0px;
	font-size: 11px;
}

.weather th {
	background-color: #d5e7e9;
	color: #555555;
}

.weather #weatherCity {
	width: 96%;
	text-align: center;
	font-weight: bold;
}

.weather #weatherCity option {
	color: #555555;
}

#weatherDescr img {
	margin: 3px 10px 3px 3px;
	float: left;
}

.weatherRow {
	background: white url(../img/dot.gif) 0 11px repeat-x;
	color: inherit !important;
}

.cleaner {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	overflow: hidden;
}

.bg-white {
	background: white;
}
