/**
 * Styles used in IgnitionWeb's RTE.
 * $Id: iw_styles.css 4642 2009-11-25 16:25:53Z derek $
 *
 * Make any required changes directly to this file or import styles from an
 * existing site stylesheet.
 */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    line-height: 1.3;
}

h1, .heading-1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    line-height: 1.2;
}

h2, .heading-2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #000000;
    font-weight: bold;
    line-height: 1.1;
}

h3, .heading-3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 1.2;
}

/*** mlm ***/
h4, .heading-4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    line-height: 1;
}

.subheading-1, .title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #666666;
    font-weight: bold;
    line-height: 1.1;
}

.subheading-2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    line-height: 1.2;
}

.subheading-3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    line-height: 1.3;
}

/*** mlm ***/
.subheading-4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    line-height: 1.3;
}

/*** mlm ***/
.intro-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
}

/*** mlm ***/
p, div, .normal-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    line-height: 1.3;
}

.large-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;   
    line-height: 1.3;
}


/*** mlm ***/
.small-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;   
    line-height: 1.4;
}

/*** mlm ***/
a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.6;
    color: #e7491e;
    list-style-position: outside;
    list-style-image: url(../_media/en/bullet_point.gif);
    text-decoration: underline;
}
a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.6;
    color: #e7491e;
    list-style-position: outside;
    list-style-image: url(../_media/en/bullet_point.gif);
    text-decoration: none;
}

/*** mlm ***/
#keyline {
    border-bottom: 1px solid #999999;
}

input {
    border: 1px solid #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;   
    line-height: 1.5;
}

/*** mlm ***/
td.grey1 {
    background-color: #aaaaaa;
    border: 1px solid #ffffff;
}

/*** mlm ***/
td.grey2 {
    background-color: #f1f1f1;
    border: 1px solid #ffffff;
}

.rte-small {
    font-size: 9px;
}

.rte-big {
    font-size: 13px;
}
