/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Tiny MCE Editor
Author : Marlon King / ashley.snowdon@influentialsoftware.com / G-Forces Web Management Ltd
Author : John Davies / ashley.snowdon@influentialsoftware.com / G-Forces Web Management Ltd

Type: Screen, Projection

Description : Screen and projection stylesheet for Tiny MCE Editor in the backend. These styles should reflect the front end.

Notes: The Text editor will only display exact class names, and will ignore everything else other than classes, so please make sure you 
           name the classes something that makes sense and something that will not conflict with other classes needed in the front end.
		   
	Ideally this file should either be included in the front end or the classes declared identically in the front end.

Created : 22/09/09

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


.defaultHeading1 {font-size:x-large !important; color:#333 !important;}
.defaultHeading2 {font-size:large !important; color:#333 !important;}
.defaultHeading3 {font-size:medium !important; color:#555 !important;}

.defaultParagraphStyle1 {font-size:medium !important; color:#000 !important;}
.defaultParagraphStyle2 {font-size:small !important; color:#000 !important;}

.defaultHighlight { background: #e00000 !important; color: #fff !important;}

.defaultImageAlignRight { float: right !important; margin: 10px 0px 10px 10px !important; }
.defaultImageAlignLeft { float: left !important; margin: 10px 10px 10px 0px !important; }
.defaultImageBorder { border: 2px solid #000; }

.defaultList ul { margin: 0px 0px 0px 15px !important; padding: 0; }

