﻿/* General styles for the paragraph design. */

/* The border of the paragraph is used for the mouse over effect of the administration. */
.Paragraph
{
    position: relative;
    padding: 11px;
}

/* Style of the paragraph when mouse is over in administration mode. */
.ParagraphAdministration
{
    padding: 10px;
    border: 1px dotted #CCCCCC;
    background-color: #FBFBFB;
}

.Paragraph > .EditButton
{
    top: 10px;
    right: 35px;
}

.Paragraph > .DeleteButton
{
    top: 10px;
    right: 5px;
}

.Paragraph p
{
    text-align: justify;
}

.Paragraph ol
{
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 20px;
}

.Paragraph ul
{
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 20px;
}

h2
{
    color: #0a4d89;
}

/* Styles for jump list and anchors */
.JumpList
{
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.JumpList > a
{
    color: #0A4D89;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
}

.JumpList > a:hover
{
    text-decoration: underline;
}