.weather
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 203px;
	background:url('/templates/web_down_under/images/rhs_background_new.gif') repeat-y;
	padding: 5px 5px 20px 5px;
	color: #ffffff;
	/*border-bottom: #ffcc00 1px solid;*/	
}
.weather .moduleHeading
{
	font-weight: bold;
	font-size: 11pt;
	color: #ffcc00;
}

.weather .currentTempature
{
	font-weight: bold;
	font-size:20pt;
	color: #ffcc00;
	text-align: center;
}

.weather .forecastIcon
{
	float: right;
	border: 1px solid #000066;
}

.weather .currentHeading
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
	color: #fae592;
}
.weather .currentLabel
{
	padding-left: 5px;
	font-weight: bold;
	color: #fae592;
}
.weather .currentValue
{
}

.weather .forecastHeading
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
	color: #fae592;
}
.weather .forecastLabel
{
	padding-left: 5px;
	font-weight: bold;
	color: #fae592;
}
.weather .forecastValue
{
}
.weather .forecastDescription
{	
	width: 200px;	
	white-space: normal;
}

.weather BR
{
	font-size: 1px;
	line-height: 5px;
}

.weather .moreMessage
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}
.weather .moreMessage:hover
{
	color:#ff0000;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}