﻿/**************ContentDetails******************/
.MasterContentDetails {
    width: 100%;
    height: auto;
    position: relative;
    direction: rtl;
}

.ContentTitle {
    /*width: 610px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 100;*/
    font-size: 18pt;
    color: #f78e1e;
    padding: 5px;
    margin: 0;
    line-height: 35px;
    text-align: left;
    /*font-family: "Shadows Into Light", cursive;*/
    text-shadow: 0px 1px 1px #5d3204;
}

.ContentSummary {
    font-size: 16pt;
    color: #b25c00;
    padding: 5px;
    margin: 0;
    line-height: 30px;
    text-align: left;
}

.ContentDate {
    width: 100%;
    height: 18px;
    padding: 0 5px;
    font-size: 12px;
    color: #5F5F5F;
    overflow: hidden;
    text-align: right;
}

.ContentTitle p {
    /*font-size: 15pt;
        color: #878787;
        text-shadow: 0px 1px 0px #7E4100;
        padding: 0 5px;
        margin: 0;
        line-height: 26px;*/
    font-size: 20pt;
    color: #878787;
    text-decoration: underline;
    text-align: left;
    padding: 0 5px;
    margin: 0;
    line-height: 26px;
}


.ContentDetailsText {
    width: 98%;
    min-height: 500px;
    height: auto;
    font-size: 14px;
    padding: 15px 1% 15px 1%;
    line-height: inherit;
    text-align: initial;
    direction: ltr;
    position: relative;
    overflow: hidden;
}

    .ContentDetailsText ol,
    .ContentDetailsText ul {
        list-style: inherit;
    }

.ContentDetailsImage {
    width: 100%;
    height: auto;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    direction: ltr;
    border-bottom: 1px dotted #ccc;
    background: url('../../Images/BackTextile25-2.png') repeat;
}

    .ContentDetailsImage .Frame {
        width: 330px;
        height: 200px;
        background-repeat: no-repeat;
        padding: 16px 0 0 0px;
        float: right;
    }

        .ContentDetailsImage .Frame img {
            max-height: 189px;
            max-width: 314px;
            Border-radius: 5px;
            background-color: #fff;
            /*box-shadow: 0 1px 5px #000, inset 0 10px 20px #000;
            -o-box-shadow: 0 1px 5px #000, inset 0 10px 20px #000;
            -webkit-box-shadow: 0 1px 5px #000, inset 0 10px 20px #000;
            -moz-box-shadow: 0 1px 5px #000, inset 0 10px 20px #000;*/
        }
/**************Date******************/
.dateStyle {
    position: absolute;
    width: 150px;
    height: 16px;
    font-size: 12px;
    color: #5F5F5F;
    overflow: hidden;
    right: 10px;
    text-align: left;
    top: 0px;
}

.ContentDetailsTitle .Layout {
    padding: 7px 15px 15px 15px;
}

.ContentDetailsTitle {
    border-bottom: 2px ridge #fff;
}
.ContentDetailsText p{
        font-family: georgia, 'times new roman', times, serif;
}