/* CSS to match style mapping */
/* Sometimes only class is specified (no Tag specified) because
Levels can translate to one of H1 to H6 or DIV (depending on options)
Paragraph styles can translate to P or SPAN when inside of a heading (H1-H6)
*/


/* From Level Definitions */

.Kolto
{

    font-weight: bold;
    font-size: 20pt;
    color: #FFFFEE;
    background-color: #446666;
    margin-bottom: 25pt;
    margin-left: 15pt;
    border: 7pt solid #446666;
}

.Kotet
{

    font-style: italic;
    font-weight: bold;
    font-size: 18pt;
    color: #FFFFEE;
    margin-bottom: 18pt;
    margin-left: 15pt;
    padding-left: 4pt;
    border: 4pt solid #446666;
    background-color: #446666;
}

.Ciklus
{
 
    font-weight: bold;
    font-size: 14pt;
    color: #FF0000;
    margin-top: 18pt;
    margin-bottom: 18pt;
    margin-left: 15pt;
    padding-top: 4pt;
    border-top: 2pt solid;
    padding-bottom: 4pt;
    border-bottom: 2pt solid;
}

.Cim
{

    font-size: 14pt;
    margin-top: 15pt;
    margin-left: 15pt;
}


/* From Field Definitions */

SPAN.Alcim
{
    font-weight: bold;
    font-size: 12pt;
    margin-left: 15pt;
}

SPAN.Cm
{

    font-size: 14pt;
    margin-top: 15pt;

}

SPAN.Forras
{
    font-weight: bold;
    font-size: 14pt;

}

SPAN.Hely
{
    font-style: italic;
    margin-left: 15pt;
}

SPAN.Ido
{
    font-weight: bold;
    font-size: 12pt;
    margin-left: 15pt;
}

SPAN.motto
{
    font-style: italic;
    font-size: 12pt;
    margin-left: 15pt;
}

SPAN.Popup
{
}

SPAN.Szam
{
    font-weight: bold;
    font-size: 12pt;
    margin-left: 15pt;
}

SPAN.Szereplo
{
    font-style: italic;
    text-decoration: underline;
    margin-left: 15pt;
}

p
{
    margin-left: 15pt;
    margin-right: 15pt;
}

a
{
    text-decoration: none;
}

.toc
{

    font-size: 10pt;
    margin: 0,0,5,0;
    /*text-indent: 5pt;*/
}
