/*	---------------------------------------------------------------------------
	Standard HTML elements
	---------------------------------------------------------------------------	*/
body
{
	background-color: #5b749d;
}
/*	Highlights panel title shares body background-color	*/
#content-side-panel .horizontal-panel h1,
#content-side-panel #weather .weather-header,
#content-side-panel #weather-bom-link
{
	background-color: #5b749d;
}


/*	---------------------------------------------------------------------------
	Page layout
	---------------------------------------------------------------------------	*/
td.page-shadow-left
{
	background-image: URL(/RtoWebsite/Images/Layout/GreyShadowLeft.gif);
}
td.page-shadow-right, td.page-shadow-right-offset
{
	background-image: URL(/RtoWebsite/Images/Layout/GreyShadowRight.gif);
}


/*	---------------------------------------------------------------------------
	Fixed navigation menu & links
	---------------------------------------------------------------------------	*/
#fixed-navigation
{
	background-image: url(/RtoWebsite/Images/Header/GreyBlueGradientBackground.gif);
} 


/*	---------------------------------------------------------------------------
	Footer container
	---------------------------------------------------------------------------	*/
#footer-container
{
	background-image: none;
}

