/*-----------------------------------------------------------------------
 * Version: 
 *     1.0.0
 * File: 
 *     tiny_mce.css
 * Author: 
 *     Zane M. Kolnik
 * Usage: 
 *     Add href link as the last css file to load
 * Description: 
 *     Specific styling for content generated via the wysiwg editor
 *	   Note that inline styles from the wyswig editor will override ALL external
 *     styles.
 *
 *-----------------------------------------------------------------------*/
img.mce_left { float: left; padding: 5px 10px 10px 0; }
img.mce_right { float:  right; padding: 5px 0 10px 10px; }
table p { margin: 0 3px; }