@charset "utf-8";
/* CSS Document */
/* Date Weather Time Block for large layout*/

#DateWeather {
	padding-left:1em;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	height: 26px;/*26px;*/
	text-align: left;
	vertical-align: middle;
	float:left;
}
#DateWeather a:link {
	color: #FFCC00;
	text-decoration: none;
}
#DateWeather a:visited {
	text-decoration: none;
	color: #FFCC00;
}
#DateWeather a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#DateWeather a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
