/**
 * Global TinyMCE style sheet
 * 
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 * 
 *   tl_files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 * 
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 * 
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 * 
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (tl_files/tinymce.css).
 */
.warning {padding:2px 6px; color:#c55; }
.confirmation { padding:2px 6px;color:#090; }
.information { padding:2px 6px;color:#999; }
.button {}
.highlight1{padding:2px 6px;background-color:#FFFFC7;}
.highlight2{padding:2px 6px;background-color:#B5B5B5;color:#000;}
.dropcap{background-color: #1D668E;color: #FFFFFF;display: block;float: left;font-size: 20px;line-height: 24px;margin: 5px 8px 0 0;padding: 5px 10px;}
.dropcapdark{background-color: #484848;color: #FFFFFF;display: block;float: left;font-size: 20px;line-height: 24px;margin: 5px 8px 0 0;padding: 5px 10px;}
.pullquote_left{width:33%;float:left;padding:20px;background-color:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;margin:20px 20px 20px 2px;-moz-box-shadow:0 1px 3px #aaaaaa;-webkit-box-shadow:0 1px 3px #aaaaaa;box-shadow:0 1px 3px #aaaaaa;}
.pullquote_right{width:33%;float:right;padding:20px;background-color:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.blockquote{width:50%;float:left;margin:20 0;padding:5px 5px 5px 45px;background-image:url("/files/theme/img/blockquote.png");}
