@CHARSET "UTF-8";

h1.title {
    color: #800080;
    font-size: 14pt;
    font-weight: bold;
    margin: 0.5cm auto;
    text-align: center;
}
h1.title_big {
    color: #800080;
    font-size: 18pt;
    font-weight: bold;
    margin: 0.5cm auto 1cm;
    text-align: center;
    text-decoration: none;
}
h1.title_left {
    color: #800080;
    font-size: 14pt;
    font-weight: bold;
    margin: 0.5cm auto;
    text-align: left;
}
h1.title_grey {
    color: #333333;
    font-size: 14pt;
    font-weight: bold;
    margin: 0.5cm auto;
    text-align: center;
}
h2.title {
    color: #800080;
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    margin: 0.5cm auto;
    text-align: center;
}
p.span {
    text-align: left;
}
p.text {
    margin: 0.5cm 1cm;
}
p.m2cm {
    margin: 0.2cm 1cm auto 2cm;
}
p.m4cm {
    margin: 0.2cm 1cm auto 4cm;
}
p.center {
    margin: 0.2cm 1cm auto;
    text-align: center;
}
span.grey {
    color: #333333;
}
span.red {
    color: red;
    font-weight: normal;
}
span.param {
    color: blue;
}
span.gold {
    color: #AB572E;
}
span.lilac {
    color: #800080;
}
p.lilac {
    color: #800080;
}
.color_custom {
    color: #800080;
}
ul, ul.mcheckbox, ul.red {
    margin: 0.2cm 1cm 0 2cm;
    padding: 0;
}
ul.mcheckbox, ul.red {
    list-style: none outside none;
}
ul li, ul.mcheckbox li, ul.red li {
    color: #333333;
    font-weight: normal;
    line-height: 120%;
    margin: 0.2cm 0 0;
    text-align: justify;
}
ul li {
    padding: 0.1cm 0 0 0.1cm;
}
ul.mcheckbox li {
    background: url("/sites/maria/themes/default/media/images/list_mcheckbox.png") no-repeat scroll 0 0 transparent;
    padding: 0.1cm 0 0 0.7cm;
}
ul.red li {
    background: url("/sites/maria/themes/default/media/images/list_redpoint2.png") no-repeat scroll 0 0 transparent;
    padding: 0.1cm 0 0 0.7cm;
}
ul.lilac {
    color: #800080;
    display: inline-block;
    list-style-type: disc;
    margin-left: 4cm;
}
ul.lilac li {
    color: #800080;
    padding: 0.1cm 0 0 0.1cm;
}
ol {
    margin: 0.2cm 1cm 0 2cm;
    padding: 0;
}
ol li, ol.disc li {
    color: #333333;
    font-weight: normal;
    line-height: 120%;
    margin: 0.2cm 0 0;
}
ol li {
    padding: 0 0 0 0.1cm;
}
ol.disc li {
    padding: 0 0 0 0.7cm;
}
.question {
    font-size: 11pt;
    font-weight: bold;
}
fieldset {
    margin: 0.2cm;
}
fieldset.v2 {
    background-color: #E1C1FD;
    margin: 0 1cm;
    padding: 0;
}
legend {
    background-color: transparent;
    font-size: 12pt;
    font-weight: bold;
}
legend.gold {
    color: #AB572E;
    font-variant: small-caps;
    text-align: center;
}

p.title {
	color: #800080;
}

.cke_skin_kama .cke_button_Geshi-code span.cke_icon,
.cke_skin_kama .cke_button_Geshi-php span.cke_icon,
.cke_skin_kama .cke_button_Geshi-bash span.cke_icon,
.cke_skin_kama .cke_button_Geshi-html span.cke_icon,
.cke_skin_kama .cke_button_Geshi-css span.cke_icon
{
    display:none !important;
}
 
.cke_skin_kama .cke_button_Geshi-code span.cke_label,
.cke_skin_kama .cke_button_Geshi-php span.cke_label,
.cke_skin_kama .cke_button_Geshi-bash span.cke_label,
.cke_skin_kama .cke_button_Geshi-html span.cke_label,
.cke_skin_kama .cke_button_Geshi-css span.cke_label
{
    display:inline;
    font-size: 90%;
}