﻿/*Grey Text*/.ContentEditor .GreyText	{	color: #999; }
/*xPrint*/.ContentEditor .xPrint	{	 }
/*printOnly*/.ContentEditor .printOnly	 { 	}
/*clearBoth*/.ContentEditor .clearBoth	 {	clear: both; display: block; }
/*reference*/.ContentEditor .reference	 {	color: #575757; font-size: 0.9em; }
/*////////////// Last Edited by EW 18/11/2009 @ 12:30 //////////////*/

/* taken out the .ContentEditor targetting because they are using these classes in code assets
- then put it back in because content editor stopped picking up these styles after an upgrade :-S 
- Moved this note too as Easysite is being *very* picky about picking up these custom formats if they aren't presented *just so* grr... */



.GreyText	{	color: #999; }
.xPrint	{	 }
.printOnly	{ 	}
.clearBoth	{	clear: both; display: block; }
.reference	{	color: #575757; font-size: 0.9em; }