﻿.floatleft
{
	float: left;
	margin: 0px 15px 5px 0px;
}
.floatright
{
	float: right;
	margin: 0px 0px 5px 5px;
}

.weatherBG
{
	background: #cccccc;
	background-image: url(../RCSite/Support/Weather/weather.gif);
	background-repeat: no-repeat;
	border-bottom: thin 5px #981212;
}
.weatherBG_error
{
	background: #FFFFFF;
	background-image: url(../RCSite/Support/Weather/weather_error.gif);
	background-repeat: no-repeat;
	border-bottom: thin 5px #981212;
}
.weatherTxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #981212;
}

