﻿/* General styles for the paragraph design. */

/* This container is used if paragraph contains more than one picture. */
.MultipleParagraphPictures
{
    margin-top: 20px;
}
.MultipleParagraphPictures .ParagraphPicture img {
    width: 220px;
    height: 152px;
}
.MultipleParagraphPictures .ParagraphPicture .Title {
    width: 200px;

}
.MultipleParagraphPictures .ParagraphPicture .Description {
    width: 200px;
}

.Paragraph > .ImportPicturesButton {
    top: 10px;
    right: 65px;
}

.ParagraphPicture
{
    margin: 5px;
    float: left; 
    position: relative;
    padding: 5px;
}

.BannerPicture {
    position: relative;
    padding: 5px;
    text-align: center;
}

.BannerPictureFrame,
.ParagraphPictureFrame
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}

.ParagraphPicture img
{
    width: 260px;
    height: 180px;
}

.ParagraphPicture .Title
{  
    width: 240px;
    margin: 5px 10px 5px 10px;
    font-size: 0.8em;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}

.ParagraphPicture .Description
{  
    width: 240px;
    margin: 5px 10px 5px 10px;
    font-size: 0.8em;
    color: #000000;
    text-align: justify;
}

.BannerPicture > .EditButton,
.ParagraphPicture > .EditButton
{
    top: 10px;
    right: 35px;
}

.BannerPicture > .DeleteButton,
.ParagraphPicture > .DeleteButton
{
    top: 10px;
    right: 5px;
}

.RightParagraphPicture
{
    margin: 0px 0px 10px 10px;
    float: right;
}

.LeftParagraphPicture
{
    margin: 0px 10px 10px 0px;
}