/*Red Warning*/.contenteditor .RedWarning	{	background-color: #ffaaaa; color: #ff0000; }
/*Green Label*/.contenteditor .GreenLabel	{	color: #00ff00; font-weight: bold; }
/*Purple Button*/.contenteditor .purplebutton	{	background: #6d2585; display: inline-block; border-radius: 7px; border-bottom: 6px solid #481958; }
/*Navy Button*/.contenteditor .navybutton	{	background: #012169; display: inline-block; border-radius: 7px; border-bottom: 6px solid #02102d; }
/*Large Purple Button*/.contenteditor .largepurplebutton	{	background: #6d2585; display: inline-block; border-radius: 7px; border-bottom: 6px solid #481958; }
/*Large Navy Button*/.contenteditor .largenavybutton	{	background: #012169; display: inline-block; border-radius: 7px; border-bottom: 6px solid #02102d; }
/*More Services Button*/.contenteditor .moreservicesbutton {	color: #222; border: 1px solid #d2d2d2; margin-bottom: 45px; padding: 15px 0; text-align: center; cursor: pointer; font-size: 1.125em; display: block; }
/*Fewer Services Button*/.contenteditor .fewerservicesbutton {	color: #222; border: 1px solid #d2d2d2; margin: 20px 0; padding: 15px 0; text-align: center; cursor: pointer; font-size: 1.125em; display: block; }
/*Previous*/.contenteditor .chev-previous	{	background:  url("/EasySiteWeb/EasySite/StyleData/chelmsford_master/Images/chev-prev.png") no-repeat left center; display: block; padding: 0 0 0 40px; font-size: 1.4em; }
/*Next*/.contenteditor .chev-next	{	background:  url("/EasySiteWeb/EasySite/StyleData/chelmsford_master/Images/chev-next.png") no-repeat right center; display: block; padding: 0 40px 0 0; font-size: 1.4em; text-align: right; }
/*Previous summary text*/.contenteditor .chev-previous-summary	{ display: block; padding: 0 0 0 40px; }
/*Next summary text*/.contenteditor .chev-next-summary	{ display: block; padding: 0 40px 0 0; text-align: right; }