/*
	Weedon Partnership
	http://www.weedonpartnership.co.uk
*/
/* 
	Copyright Neil Preedy 2007.
	http://www.npreedy.co.uk/Websites.html
*/

/* 
	This style sheet is not CSS compliant.
	The styles alter the scroll bar colours 
	for Internet Explorer Only.
*/
.ScrollView
{
		scrollbar-base-color: #888;
		scrollbar-arrow-color: #888;
		scrollbar-shadow-color: #888;
}

#ImageArea .ScrollView
{
		scrollbar-face-color: #fff;
		scrollbar-darkshadow-color: #fff;
		scrollbar-track-color: #fff;
}

#TextArea .ScrollView
{
		scrollbar-face-color: #ccc;
		scrollbar-track-color: #ccc;
		scrollbar-darkshadow-color: #ccc;

}

/* Internet Explorer Scroll Bar

	scrollbar-base-color:
	scrollbar-face-color:
	scrollbar-track-color:
	scrollbar-arrow-color:
	scrollbar-highlight-color:
	scrollbar-3dlight-color:
	scrollbar-shadow-color:
	scrollbar-darkshadow-color:
*/


/* 
Copyright Neil Preedy 2007.
http://www.npreedy.co.uk/Websites.html
*/