table.weather {
	font-size: 10px;
	text-align: center;
	width: 100%;
	color: #717587;
}

#content table tr td, #content table tr th {
	width: auto;
}

table tr.temp td, table tr.header th{
	background-image: url(/fileadmin/web/images/common/line_dashed.grey.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

table tr.header th {
	text-align: center;
}

#content table tr.temp td, #content table tr.header th {
	padding: 10px 10px;
}

table tr td.col_day {
	width: 50px;
	color: #000000;
}

table tr td.col_today, table tr th.col_today {
	background-color: #eeeeee;
	color: #000000;
}

table tr td.col_tomorrow img, table tr td.col_dayaftertomorrow img {
	opacity: 0.75;
  	filter: alpha(opacity=75);
}

table tr td.white {
	background-color: #ffffff;
	border-color: #eeeeee;
	border-width: 0 1px;
	border-style: solid;
	padding: 0;
}
