/**
 * 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 { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
#main .inside{
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    color: #353535;
}
#main strong {
    font-weight: bold;
}
#main .mod_article {
    /*    border-bottom: 1px solid #adadad;*/
}

#main h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-bottom:8px;
    border-bottom: 1px solid #adadad;
    color: #029864;
    text-shadow: 1px 0px 1px #BBB;
}

#main h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}

#main h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0;
}

#main h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0;
}

#main h5 {
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0;
}

#main ul,
#main ol {    
    padding-left:8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#main ul li,#main ol li {
    list-style-type: none;
    list-style-image: url('aser/images/dot_s1.gif');
    list-style-position: outside;
    margin-left:8px;
}
/*
#main ul li:hover,#main ol li:hover {
    list-style-image: url('/tl_files/aser/images/doto_s1.gif');
}*/

#main a {
    text-decoration: underline;
    color: #ff7c2b;
}

#main p {
    margin:8px 0;
}

#map_canvas h2 {
    margin:0
}