﻿/* General styles for the introduction text design. */

/* The border of the introduction text is used for the mouse over effect of the administration. */
.IntroductionText
{
    position: relative;
    padding: 10px;
    border: 1px dotted #FFFFFF;
    margin-bottom: 5px;
}

/* Style of the introduction text when mouse is over in administration mode. */
.IntroductionTextAdministration
{
    border: 1px dotted #CCCCCC;
    background-color: #FBFBFB;
}

.IntroductionText > .EditButton
{
    top: 10px;
    right: 5px;
}

.IntroductionText p
{
    text-align: justify;
}