/*
This style sheet is used for elements that are the client's preference or non-standards-compliant treatments.

<!--- ---------------------------------------------------------------------
'Sites Style Sheet				CompuCraft Software Solutions (c) 1999-2010
'Date --- Init Reason------------------------------------------------------
'23/03/06 DB finalised for ComWeb Standard
'11/04/06 DB incorporated new features, and made some minor improvements
'17/11/06 DB removed scrollbar colour treatments
'06/12/07 Released V4.3
'28/02/08 DB updated style sheet copyright date to 2008
'03/12/08 DB removed css filters and added to ie.css
'13/01/10 DB updated style sheet copyright date to 2010
'---------------------------------------------------------------------- --->

note: comments starting with cw- are used by the ComWeb Style Sheet Theme (colour) Editor.
Where more than one such comment is on consecutive lines, this is for backwards compatibility.
The first of these such lines is the latest label for the Style sheet editor to display and
the latter entries are older or redundant labels.
*/

/*============================================================================
Non-Standard Sample Additions
============================================================================*/

/*
#identity {
	border: 1px dotted red;
}
 
body#leftMainRight.framed0 #mainContent,
body#leftMainRight.framed1 #mainContent {
 	border: 1px dotted green;
}

#leftMainRight #rightContent { 
    border: 1px dotted orange;
}

#leftMainRight #leftContent {
	border: 1px dotted purple;
}

body#leftMain.framed0 #mainContent,
body#leftMain.framed1 #mainContent {
	border: 1px dotted green;
}

#leftMain #leftContent {
	border: 1px dotted purple;
}

