/*
 * User CSS for Content.
 *
 * Copyright (c) 2001-2007 Motivational Steps
 * All rights reserved.
 */

.align-left {
    text-align: left !important;
}

.align-center, .align-centre {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.align-justify {
    text-align: justify !important;
}

.monospaced {
    font-family: "Courier New", Courier, mono !important;
}

.extraTopMargin {
    margin-top: 2em !important;
}

.extraBottomMargin {
    margin-bottom: 2em !important;
}

.noTopMargin {
    margin-top: 0 !important;
}

.noLeftMargin {
    margin-left: 0 !important;
}

.noRightMargin {
    margin-right: 0 !important;
}

.noBottomMargin {
    margin-bottom: 0 !important;
}

.noMargin {
    margin: 0 !important;
}

.superscript {
    vertical-align: super !important;
}

.subscript {
    vertical-align: sub !important;
}

div.quote,div.testimonial {
    padding: 20px;
    margin: 20px;
    border: 1px dashed #ccc;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
}

div.quote {
    font-size: 1.4em;
    line-height: 1.8em;
}

div.testimonial {
    font-style: italic;
}

div.quote strong,div.testimonial strong {
    font-weight: normal;
    font-size: 1.4em;
    color: #000;
}

div.testimonial .author {
    text-align: right;
    color: #000;
}

ul.resourceList {
    margin: 0 0 2em 0;
    padding: 0;
}

ul.resourceList>li {
    list-style-type: disc;
    padding: 10px 0 10px 0;
}

img.thumbnail {
    margin: 0 20px 20px 0;
    border: 1px solid #ccc;
}
