/**
 * 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).
 */
@import url(/basic.css);
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }

/* Style sheet basic */
h1{margin:4px 0 17px;padding-left:15px;background:url("tl_files/layout/kaib/h1BG.png") left center no-repeat;font-weight:bold;font-size:11pt;color:#2363A9;}
h2{margin:4px 0 12px;font-weight:bold;font-size:11pt;color:#000000;}
h3{margin:4px 0 12px;font-weight:bold;font-size:12pt;color:#2363a9;}
a,a:link,a:visited,.ce_accordion div.toggler{text-decoration:underline;color:#2363A9;}
a:active,a:hover,.ce_accordion div.hover{text-decoration:none;}
body.tinymce,td,input,textarea{font-family:Arial,sans-serif;font-size:19pt;line-height:140%;}
p{margin:0 0 10px;}
.center{text-align:center;}
hr{background:url("tl_files/layout/dot_line.gif") left top no-repeat;border:0px solid;}

